When I right click on a stored procedure in Query Analyzer and select "Debug", I can enter the data and then it runs - but all of the documentation that I find on it says that it should stop at the first executable line and then wait for instructions from me (step into, step over, etc).
But instead, mine just executes and won't even let me set breakpoints (well, I can set them, but it ignores them).
I know that there is an issue with SP3/4 SQL Server and not having the same SP on the machine that has the Query Analyzer install, but that doesn't appear to be the case here.
Any suggestions as to what might cause this and how to resolve it? The searches (and reading of the Tek-Tips FAQ on this) yielded results and I tried those suggestions, but it still won't debug for me.
But instead, mine just executes and won't even let me set breakpoints (well, I can set them, but it ignores them).
I know that there is an issue with SP3/4 SQL Server and not having the same SP on the machine that has the Query Analyzer install, but that doesn't appear to be the case here.
Any suggestions as to what might cause this and how to resolve it? The searches (and reading of the Tek-Tips FAQ on this) yielded results and I tried those suggestions, but it still won't debug for me.