I'm running into an issue where a stored procedure reverses the order of my print statements in its output - but only when it is run remotely. I've included a simplified example below.
Both servers are MSSQL 7.0.
Any help or thoughts are appreciated :)
CREATE PROC spTest AS
PRINT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.