Viewing 15 posts - 586 through 600 (of 628 total)
The proxy account can you not grant it access to the objects in question?
Or another way is to change the execution context of the TSQL statements so it is using...
March 5, 2009 at 2:12 pm
I have never had tuning template, or any trace cause block on SQL Server. Yes SQL Server takes performance hit; but it doesn't shut down.
Maybe try running profiler with...
March 5, 2009 at 1:59 pm
Hey,
Mind running CHECKDB and putting the output? The number being negative something is not correct about freepage information in the database. And in one case...
March 5, 2009 at 12:26 pm
Hmm can't say i have it hang. The management studio has hang on me sometime but it ususally recoveres. Are you logging the trace data to a table...
March 5, 2009 at 11:50 am
Depending on your through put on SQL Server you might want to try capturing the log and running it through PSSDiag? It will tell you what queries are running...
March 5, 2009 at 11:09 am
I seen this a few times on the VM servers we have. In most cases it was I think network issue; the SQL Server profiler was collecting a lot...
March 5, 2009 at 10:40 am
SQL Server allows more then one admin connection; think about it in team of multiple DBA supporting large systems if only one admin connection was allowed / instance it would...
March 5, 2009 at 9:16 am
The I/O issue you are having is it with one table or multiple tables?
March 4, 2009 at 4:40 pm
I/O can take long time to write in tables that don't have cluster indexes.
You might have a badly configured io subsystem; that is you might have one channel back to...
March 4, 2009 at 3:58 pm
nathanielt (3/4/2009)
Note: When I add the user into the sysadmin server role, this error goes away, but I can only have 1 connection at a time, which is no good...
March 4, 2009 at 3:49 pm
A long time; the Disk management guys at work told me it is usually a good idea to keep disks in chucks of 250GB .. easier to manage and scan...
March 4, 2009 at 3:39 pm
Paul Randal (2/19/2009)
Sounds like he means page splits. Point him at this TechNet Magazine article I wrote which explains some more - http://technet.microsoft.com/en-us/magazine/cc671165.aspx
Hi Paul,
That is a great...
March 4, 2009 at 2:29 pm
Hi,
I have many similar scripts like Lynn suggest I chained them into Stored Procs. I have a database created on each of the Servers called DBManagement;...
March 3, 2009 at 11:02 am
Hi Jeff :),
It's on its way, I been busy with my research on the Theises for Masters. I have next two weeks off work; I plan...
February 20, 2009 at 9:11 am
Viewing 15 posts - 586 through 600 (of 628 total)