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 ??
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 ??