November 25, 2009 at 2:54 am
hi people.
Someone know if exist some software to make a bulk copy export and import ??
I want to change collate of a table in sqlexpress and i think is the best way to export and then import data.
Any advice is appreciated.
thanks in advance.
November 25, 2009 at 8:54 pm
Nah... too much work to do that way... can't you just ALTER the necessary columns in a table with the new collation? See ALTER TABLE in Books Online.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 26, 2009 at 3:10 am
thanks a lot........but i just try this way........
but, if i have a index.....the alter table make an error.
November 26, 2009 at 11:22 am
Then take a look at BCP which comes with SQL Server to do what you want. Look for it in Books Online which is the SQL Server Help system.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2009 at 2:12 am
thank you very much !!!!
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply