Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 migrating from sql server 2000 to sql server 2005

Author  Topic 

shinobigoh
Starting Member

13 Posts

Posted - 2010-03-25 : 03:33:29
Hi,

I have some migration issues. My company has 2 servers.
Sql server 2000 is running on server A and sql server 2005 is running on server B
I have to migrate sql server logins, jobs and schema (not data) from server A to server B

I know it is possible to script sql server logins, jobs and schema by using the management studio.
But is there a way for me to come out with the scripts by programming using T-SQL? I know T-sql but I do not know where to draw out information about logins and jobs so that I can come out with scripts by programming

last thing, does any one know how to verify the migration is successful

thank you

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-03-25 : 05:03:46
I know it is possible to script sql server logins, jobs and schema by using the management studio.
An idea: Before executing what you have choosen in ssms have a look for the button to save the script that ssms is using.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -