September 12, 2011 at 2:55 am
hi all, i nedd to debug procs .
there is server machine that have sql server 2005 and my system (client)
having a sql server 2008 . i need to connect with that server and debug the code .i made the connection but iam not able to debug the code .
please help me out.
September 12, 2011 at 3:06 am
-did you found any error while debugging
-what is the version of SQL server
Regards,
Shivrudra W
September 12, 2011 at 4:17 am
i sql server 2005 ....on server machine
sql server 2008 on client machine...
September 12, 2011 at 8:31 am
AFAIK, the debugger for 2008 only works against 2008 instances. Visual Studio has a debugger for 2005.
September 12, 2011 at 8:31 am
I should say that depending on how complicated your situation is, perhaps you can use print statements or temp tables to help you debug what is happening?
September 12, 2011 at 8:44 am
Steve Jones - SSC Editor (9/12/2011)
AFAIK, the debugger for 2008 only works against 2008 instances. Visual Studio has a debugger for 2005.
The third party app developer, ApexSQL, used to develop a plugin for SSMS2005 debugging as well.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply