Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference between 2000 and 2005
Message
 
To
26/11/2007 19:48:55
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01271336
Message ID:
01271365
Views:
22
>>>We upgraded our production server from 2000 to 2005 this weekend. I noticed today that a certain procedure seemed to stop working as it did in 2000.
>>>
>>>In this procedure, a value was returned using the RETURN statement within a BEGIN...END block, but the rest of the contents of the block was execute properly. Now it seems the RETURN statement terminates the block and promptly returns the value. Does this sound right?
>>
>>The RETURN staement terminates stored procedure execution immediately and returns specified value, if any. AFAIK, it works the same in SQL 2000 and SQL 2005.
>
>Gosh, I am clueless then. It worked fine in 2000, but I had to re-arrange the statement in 2005.

It sounds more like a behaviour in 2005 is actually causing the RETURN to be hit. It may not have been hit before.

How ugly is the stored proc?

Can you post it?
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform