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 |
|
3badi
Starting Member
2 Posts |
Posted - 2006-12-24 : 18:19:07
|
| Hello,i'm new to Sqlserver 2005. I noticed that the objects name(tables,views...etc) are case sensitive. Can i change this situation?Thanks.. |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2006-12-24 : 18:23:44
|
object names are case-sensitive only if you pick a case-sensitive collation for your database. otherwise they are not. www.elsasoft.org |
 |
|
|
|
|
|