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.
Author |
Topic |
putane.sanjay
Yak Posting Veteran
77 Posts |
Posted - 2007-01-10 : 05:15:50
|
Hi when i tried to cahange the collation name of the database it is giving error.database name= ODD.4makI used this query but Iam getting errorALTER DATABASE ODD.4mak COLLATE SQL_Latin1_General_CP1_CI_ASif use same query for database name 'markprod' query is competed successfullyplease suggest me |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-01-10 : 05:18:34
|
What error you are getting?Try putting square brackets around DB name.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
putane.sanjay
Yak Posting Veteran
77 Posts |
Posted - 2007-01-10 : 05:24:57
|
if i put sqare brackets query is running successfullythank you for suggestion |
 |
|
|
|
|