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 |
illusionist
Starting Member
1 Post |
Posted - 2010-11-30 : 05:32:39
|
I installed English SQL server on Turkish locale. After this when i execute the queryon table information_schema.table_constrainti get the error[Microsoft][SQL Server Native Client 10.0][SQL Server]Invalid object name 'information_schema.table_constraints'I don't see this error when i install on English OS.Did anyone encounter this error before? |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-11-30 : 05:42:31
|
Maybe your database is case sensitive?Try to type in the object name in all upper case. Maybe that will help. No, you're never too old to Yak'n'Roll if you're too young to die. |
|
|
|
|
|