vote up 0 vote down star

I have databases with different collations. I want to be able to script out tables from one database and create them in another. However, when I script out the tables, it includes the collation in the column definitions.

Is there a way to exclude the collations from the generated table creation scripts?

flag

3 Answers

vote up 1 vote down

Tools -> Options

Under Scripting (in the Table/View section)

Set Include Collation to False!

link|flag
Hmm. I don't see those options in Tools -> Options. – Jim Nov 6 '08 at 20:05
You have to have the most current version of SSMS from what I can tell, older builds of the tool don't seem to have the options. – Mitchel Sellers Nov 6 '08 at 20:17
vote up 0 vote down

Pretty lame - but do a search and replace on the script after it has been generated??

link|flag
vote up 0 vote down

Which version of SSMS are you using? The full edition, or Express edition?

You'll need to apply at least SP2 for 2005 to get the scripting settongs under Tools->Options.

This doesn't need to be applied to the database servers, it can be applied to just the client tools on your admin workstation if required.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.