sql server - Scripting tables from Sql 2008 Mgmt Studio -
I use the script SQL Server Mgmt Studio to build our database and all entities. Recently we have migrated from SQL Server 2005 to SQL Server 2008 and now I am using the 2008 version of MGMT Studio.
I'm looking for some small but annoying differences in my scripting support which are making it really hard to separate my existing 2005 script with new people created in 2008.
Some problems with which I am facing, some uncertain sequence (not according to alphabet), and each live command.
How can anyone make the 2008 edition of MGMT Studio Script as a 2005 version?
An additional note, I have found that if I use multisite, the Object Explorer Details Window feature, I can get consistent orders of the tables in the resultant script, but if I use the generated script wizard I do not, I do not. The wizard only changes when I change the schema, but it makes the difference very difficult, definitely others are seeing this problem?
If you go to Tools -> Options, then the "SQL Server Object Explorer" node and after that Select "scripting" node, there are several options to change the way the scripts are generated, including "server version for scripts" which can be set to "SQL Server 2005".
Comments
Post a Comment