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 |
smartmoon
Starting Member
1 Post |
Posted - 2011-05-30 : 13:53:25
|
Hi All,We created the database with the option collation="SQL_Latin1_General_CP1_CI_AS". We have created some stored procedures. We took the backup and send it to pilot land scape. Pilot land scape people restored the backup. When they are executing the stored procedures, it is not working. We found that the problem is the behaviour of stored procedure is case sensitive.Can any one help me in resolving this issue. Example: Create procedure sp_testasbeginselect * into #TEMP_TABLE from tableselect * into #TEMP from #temp_tableendexecuting the above stored procedure giving the error:...[Microsoft][SQL Server Native Client 10.0][SQL Server]Cannot find the object "#temp_table" because it does not exist or you do not have permissions.ThanksSmartMoon |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
|
|
|
|