Viewing 15 posts - 601 through 615 (of 1,655 total)
The report is based on the default trace.
If you open the trace file(s) you can see the hostname
December 1, 2008 at 10:52 am
sys.dm_db_index_physical_stats is not specific for any SQL 2005 edition.
But it's a system function, so you won't see it under views.
December 1, 2008 at 7:15 am
What exactly are you looking for?
The CPU usage by SQL server in general or the CPU usage for a query?
You can find some information about the general CPU usage...
December 1, 2008 at 5:38 am
You might want to check this article
http://www.sqlteam.com/article/scheduling-jobs-in-sql-server-express
December 1, 2008 at 2:29 am
If you're looking in the script section of this site you will find at least 3 scripts. Give a try on a test server and see which will suite you...
November 28, 2008 at 7:09 am
Ninja's_RGR'us (11/27/2008)
The thing is that...
November 28, 2008 at 4:56 am
MarkusB (11/27/2008)
HanShi (11/27/2008)
MarkusB (11/27/2008)
November 28, 2008 at 12:45 am
Wilfred, did you try -UComputername\xxxxx ?
November 27, 2008 at 7:47 am
There are a couple of issues with you're script.
First of all in the while loop you should use < instead of <=
Second you have to create a unique jobname for...
November 27, 2008 at 7:42 am
Paresh Prajapati (11/27/2008)
Need to restore full backup of...
November 27, 2008 at 7:16 am
HanShi (11/27/2008)
MarkusB (11/27/2008)
November 27, 2008 at 7:15 am
That's obvious I think. When you executed the SP it goes to the ELSE at the end and executes procImportFailClearTables and raises the error. So it's actually behaving just as...
November 27, 2008 at 5:04 am
Paresh Prajapati (11/26/2008)
Is there any SQL scripts to find out system/os info..like disk/Drive space info
I think you should be more specific what you're looking for. There are lots of scripts...
November 27, 2008 at 4:03 am
Vic.K (11/27/2008)
I can tell you, that on the SQL server 2000 the rowguid columns will not be removed
Same in 2005
November 27, 2008 at 4:00 am
what do you mean with syslogins? The table syslogins doesn't have information about the last time a login was used. If you're talking about the logins which are automatically created...
November 27, 2008 at 3:42 am
Viewing 15 posts - 601 through 615 (of 1,655 total)