Viewing 15 posts - 46 through 60 (of 73 total)
R u using IIS , web based application , Connection pooling might be one reason for it. Refer BOL for Orphaned sessions
If u feel memory is the main deal ,...
March 3, 2009 at 2:02 pm
Just a word to this discussion , run this query select * from ::fn_trace_getinfo(0) and find out how many trace files are running .If only the default audit , try...
March 2, 2009 at 4:13 pm
If detach/attach or backup/restore after completion - check for mismatch and orphan ids fix it , Default database might also have changed if database is moved to another location ....
March 2, 2009 at 4:01 pm
In windows authentication mode , sa has no role since its a SQL level id , better install it using Mixed mode and change the authentication mode in case of...
March 2, 2009 at 3:52 pm
Is there any way to grant alter trace permission for SQL server 2000 box rather than giving sysadmin permission ?
January 27, 2009 at 10:12 pm
Do u have any script to shrink log files for Mirrored db its huge around 500GB without breaking mirroring .
January 7, 2009 at 1:15 pm
try running the query if u have still doubt
restore verifyonly from disk=' ' which will provide the details backup file consistancy
December 29, 2008 at 9:17 am
This issue is resolved - following steps taken
1.AWE enabled
2.RAID levels checked
3.SQL server maximum memory setting changed to more value(like 5Gb) with /3GB and /PAE.
4.Max degree of parallelism brought to...
October 11, 2008 at 3:20 pm
If its a DB backup of MSSQL server then you can try installing litespeed quest software which performs well in compressing the backup files - This is a permanent solution...
October 11, 2008 at 3:14 pm
Hi ,
Do u have both servers in same location , then you can try hard disk movement between two server if its feasible - ( like server is not...
October 11, 2008 at 3:11 pm
Hi ,
I had the same issue with SQL server agent (SQL server 2000 - Windows 2000 server), drilled down the problem in folders ,registry and dlls ,found SQL server startup...
August 6, 2008 at 3:21 pm
Hi ,
I am also getting same error . I have checked all privileges for startup account in registry as well as folder level but no clue.Tried running regmon to...
August 5, 2008 at 4:45 pm
I tried restoring the database from PROD to backup server which is having similar setup,there site performance is good no issues found,after rebooting the server also sleeping does not get...
June 25, 2008 at 12:45 am
Viewing 15 posts - 46 through 60 (of 73 total)