Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Case sensitivity on log file
Message
 
 
To
26/09/2010 22:20:59
General information
Forum:
Microsoft SQL Server
Category:
Installation
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01482804
Message ID:
01482805
Views:
49
>Why on one server the case sensitivity on the log file is enabled and on another server it is not? I thought that setting was global to SQL Server. I remember having faced the situation where depending on a setting, at installation time, the case sensitivity of the field name was a factor. But, now, on one particular server the case sensitivity on the field name is not enabled but it is on the log file.
>
>For example, on one server I can do this:
>
>
>DBCC ShrinkFile (MyDatabase_Log)
>DBCC ShrinkFile (MyDatabase_log)
>
>
>But, on the other server, I can only do this:
>
>
>DBCC ShrinkFile (MyDatabase_Log)
>
>
>The other one would give an error as saying the file is not found.

Have you verified what is the collation on the working server and on the non-working server?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform