Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Proc has stoped working

Status
Not open for further replies.

VBXL

Programmer
Joined
Jul 10, 2001
Messages
198
Location
GB
All of my stored procedures have stopped working

It stops after i try and set a variable

i.e

set @examplea = @exampleb

It has always worked but before but has stopped working since i was trying to use COMMIT and TRANS statements. The statement works in the test database. Any ideas ??
 
You haven't provided enough info to enable us to help.

Do you get an error message? Can you show us the SQL code of the procedure? What version of SQL Server do you run? Is the procedure exactly the same on your test and production databases? Terry L. Broadbent
Programming and Computing Resources
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top