Let me start by saying that yesterday was my first look at SQL Server, but I have been using Access for quite some time.
I was running asp with Access on the backend, and had developed a full blown web application using it. However, multi-user issues forced me to move the entire database over to SQL Server yesterday.
So, I used DTS, imported the database, went back through and redefined all my primary keys and such, and then re-did the connection to the database in the asp script. (That is the only variable I changed -- the connection)
Now, it is so slow, it's painful. I have run the queries on the database in the analyzer itself, and they seem to be running fine, but the actual execution times of the scripts have increased I don't know how many fold (ALOT!).
The fact that the queries execute fine in the database leads me to believe that maybe there is some special way I need to deal with the recordset(s) once I have them in my scripts.
Has anyone experienced this type of slow down when moving from Access to SQL Server, and if so, what was the cause? I'm praying for a quick fix, but if not, then I'm ready to get in the trenches.
ANY wisdom regarding the move between these two products would be GREATLY appreciated.
Thank you,
Paul Prewett
I was running asp with Access on the backend, and had developed a full blown web application using it. However, multi-user issues forced me to move the entire database over to SQL Server yesterday.
So, I used DTS, imported the database, went back through and redefined all my primary keys and such, and then re-did the connection to the database in the asp script. (That is the only variable I changed -- the connection)
Now, it is so slow, it's painful. I have run the queries on the database in the analyzer itself, and they seem to be running fine, but the actual execution times of the scripts have increased I don't know how many fold (ALOT!).
The fact that the queries execute fine in the database leads me to believe that maybe there is some special way I need to deal with the recordset(s) once I have them in my scripts.
Has anyone experienced this type of slow down when moving from Access to SQL Server, and if so, what was the cause? I'm praying for a quick fix, but if not, then I'm ready to get in the trenches.
ANY wisdom regarding the move between these two products would be GREATLY appreciated.
Thank you,
Paul Prewett