mrdenny
Programmer
- May 27, 2002
- 11,595
I've got a strange problem that I can't seam to find anything on the net about.
Server is Windows 2000 Standard
SQL is SQL 2000 Standard SP3 (8.00.760)
We have a stored procedure that uses xp_logininfo. Every morning the first time the procedure is run xp_logininfo takes about 39 seconds to run. Every time after that it takes less than a second to run and get back the data.
Has anyone seen something like this before?
We are only seeing this on the QA server. We think that we would be having this problem in production except that people are using the production system 24x7 so we don't think the system has a change to "time out" the connection to the domain like the QA server does.
The stranger part is that if we reboot the SQL Server the problem does not show up until the next morning.
I've broken apart the procedure and have verified that it's xp_logininfo specifically that is running slow. I'm open to any ideas that anyone has as long as they make sense.
Unfornitually it's a large database so it can't be moved to another QA server. Other servers on the network do not seam to have this issue.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
(Not quite so old any more.)
Server is Windows 2000 Standard
SQL is SQL 2000 Standard SP3 (8.00.760)
We have a stored procedure that uses xp_logininfo. Every morning the first time the procedure is run xp_logininfo takes about 39 seconds to run. Every time after that it takes less than a second to run and get back the data.
Has anyone seen something like this before?
We are only seeing this on the QA server. We think that we would be having this problem in production except that people are using the production system 24x7 so we don't think the system has a change to "time out" the connection to the domain like the QA server does.
The stranger part is that if we reboot the SQL Server the problem does not show up until the next morning.
I've broken apart the procedure and have verified that it's xp_logininfo specifically that is running slow. I'm open to any ideas that anyone has as long as they make sense.
Unfornitually it's a large database so it can't be moved to another QA server. Other servers on the network do not seam to have this issue.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
(Not quite so old any more.)