Without going into to much detail I am wondering if anybody has come across any issues running Stored Procedures compiled in SQL Server 7 via another PC which has SQL Server 2000 tools. The database being used is a SQL Server 7 database by the way.
I have a problem that when running a procedure from Query Analyzer on my PC (SQL Server 2000 tools) the procedure takes an abnormal time. It keeps processing an insert to a table on the same row of data. The procedure then takes a total of approx 4 hours (it should only take 20-25 mins max). But it does eventually complete which is also strange.
Now.. if I log onto the PC remotely using PC Anywhere, then run the procedure from Query Analyzer (SQL Server 7 tools) it takes approx 20 mins. I can't understand it.
All my initial investigation has been revolved around the data but there is nothing suspicious here at all. I have been thinking about what other factors could contribute to this issue but I can confirm the login details, rights, privileges are exactly the same. The only differences are the platforms as I have detailed above.
If anybody has had similar issues or has any other ideas I would be very grateful.
N.B. SQL Profiler\Trace didn't help at all.
I have a problem that when running a procedure from Query Analyzer on my PC (SQL Server 2000 tools) the procedure takes an abnormal time. It keeps processing an insert to a table on the same row of data. The procedure then takes a total of approx 4 hours (it should only take 20-25 mins max). But it does eventually complete which is also strange.
Now.. if I log onto the PC remotely using PC Anywhere, then run the procedure from Query Analyzer (SQL Server 7 tools) it takes approx 20 mins. I can't understand it.
All my initial investigation has been revolved around the data but there is nothing suspicious here at all. I have been thinking about what other factors could contribute to this issue but I can confirm the login details, rights, privileges are exactly the same. The only differences are the platforms as I have detailed above.
If anybody has had similar issues or has any other ideas I would be very grateful.
N.B. SQL Profiler\Trace didn't help at all.