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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Savepoints Case Sensitive

Author  Topic 

cheesecake
Starting Member

11 Posts

Posted - 2010-11-02 : 12:31:34
Hi, Does anyone know if savepoints are case sensitive?
I couldn't find any documentation that says that they are case sensitive.

Please advise.

Thanks,
CCake

Kristen
Test

22859 Posts

Posted - 2010-11-02 : 12:38:00
I would expect that they might be if the database is case sensitive.

Our databases are case INsensitive, and I very much doubt that we have them with the correct case, in our source code, in every single instance where we have used them (which, in our case, is frequent)
Go to Top of Page
   

- Advertisement -