Viewing 15 posts - 751 through 765 (of 2,647 total)
deep_kkumar (6/6/2012)
GilaMonster (6/6/2012)
Every single query you run fails with that message?YES.
That can't be possible since you were able to run DBCC MEMORYSTATUS
June 6, 2012 at 3:15 pm
David Benoit (6/6/2012)
Being that you have 128 GB of memory I am assuming that this is 64-Bit but just to be sure, is it?
I believe it must be, that and...
June 6, 2012 at 3:01 pm
deep_kkumar (6/6/2012)
That's a lot of data to paste over here.Can you guys suggest in particular which sections you need in particular?
Let's start with the first section, I'd like to...
June 6, 2012 at 2:42 pm
Hmm... I'm no expert in this, but you may want to look at DBCC MEMORYSTATUS
June 6, 2012 at 2:18 pm
deep_kkumar (6/6/2012)
I have checked...
June 6, 2012 at 2:06 pm
SQL_Surfer (6/6/2012)
June 6, 2012 at 1:55 pm
pveilleux (6/6/2012)
SQLKnowItAll (6/6/2012)
pveilleux (6/6/2012)
SQLKnowItAll (6/6/2012)
June 6, 2012 at 1:51 pm
pveilleux (6/6/2012)
SQLKnowItAll (6/6/2012)
June 6, 2012 at 1:43 pm
DBCC SHRINKFILE only shrinks files if there is available space. It is not a magic compression tool.
Also, run this and tell me what happens:
declare @x int, @z int
SELECT @x
SELECT...
June 6, 2012 at 1:36 pm
In msdb, some of the users in sysadmin are in all 3 of the SQL Agent roles..
If someone is a sysadmin, they are automatically in all fixed database roles. ...
June 6, 2012 at 1:23 pm
Lynn Pettis (6/6/2012)
SQLKnowItAll (6/6/2012)
Lynn Pettis (6/6/2012)
I missed this one as well, no parens:exec insert_table_column 'dbo', 'test1', 'ssn', 1
hehehe... I would take then off of the join condition as well, it...
June 6, 2012 at 12:30 pm
Lynn Pettis (6/6/2012)
I missed this one as well, no parens:exec insert_table_column 'dbo', 'test1', 'ssn', 1
hehehe... I would take then off of the join condition as well, it confuses me to...
June 6, 2012 at 12:21 pm
DBA_SQL (6/6/2012)
SET IDENTITY_INSERT table1 On
DECLARE @cmd nvarchar(500)
SELECT @cmd = 'bcp slcdb.dbo.table1 ...
June 6, 2012 at 12:05 pm
sqlfriends (6/6/2012)
SQLKnowItAll (6/6/2012)
June 6, 2012 at 11:46 am
Viewing 15 posts - 751 through 765 (of 2,647 total)