Viewing 15 posts - 1 through 15 (of 29 total)
Using the code supplied, I got this result:
-- uspPrintError prints error information about the error that caused -- execution to jump to the CATCH block of...
November 15, 2010 at 2:50 pm
I'm a bit confused with a wrong answer, hence 7 points. If the question is categorized as humorous, how could it be a wrong answer, then? A wrong humor?
April 1, 2010 at 4:14 pm
There should be a 4th option: set the maximum Memory SQL can use.
January 8, 2010 at 10:37 am
This is a production server so I can't run DBCC DROPCLEANBUFFERS during the working hours. I will try these tonight when the store closes.
Thanks,
Jason
September 16, 2009 at 11:59 am
Here's the status: last night the server admin applied OS and HP driver patches, and ran chkdsk on all hard drives. He then rebooted the box.
The nightly DBCC checkdb run...
September 16, 2009 at 11:38 am
I've asked the server admin to update all HP drivers and agents on the box. Will report the finding.
The odd thing is although when running DBCC CheckDB/Table, the errors don't...
September 15, 2009 at 3:10 pm
It might not be SSMS thing. I ran DBCC CHECKDB and DBCC CHECKTABLE several times afterwards, both remotely and locally, 80% of time it returns error, but 20% of time...
September 15, 2009 at 2:45 pm
Is the query valid on a 64-bit system? The numbers retured were very large, something like several TB.
Beginning SQL 2005, we don't install 32-bit version anymore. We always set max...
July 6, 2009 at 10:25 am
It's a good article only if it states at the very beginning:
Do NOT try this in the production environment !!!!!
Once you make a mistake, it will be reflected in the...
May 19, 2009 at 12:12 pm
SQL Noob (5/15/2009)
is there any benefit to setting up a dev/qa cluster?
The benefits are plenty. We use QA SQL cluster to test service pack installs; we also test the...
May 15, 2009 at 11:03 am
I'm glad SQL Server only runs on Windows platform. Some bozo in our company insisted we install DB2 on Windows, even though we have tons of iSeries servers. Talking about...
April 1, 2009 at 11:01 am
Thanks for the great article.
July 17, 2008 at 10:06 am
I'm still coming back to sysprocesses, for only one reason: it's easy to view which database a spid is connecting to.
But I couldn't find a way to get this info...
June 20, 2008 at 4:40 pm
Anyone got 335?
I created the table in SQL 2000, and ran the following:
select xmaxlen from sysindexes where id = object_id('tbPersonalDetails')
I got 335.
I created the table in SQL 2005, and ran:
SELECT...
April 9, 2008 at 3:55 pm
The question was specifically for SQL 2005. So no -T3608 is required.
If you move a SQL 2000 model and msdb, the flag is required. And, if you move these...
March 24, 2008 at 10:37 am
Viewing 15 posts - 1 through 15 (of 29 total)