Viewing 13 posts - 1 through 13 (of 13 total)
Thanks Everyone for your input including the most recent post. Once I get to work Monday, I'll try your suggestions to create this existing index on the existing secondary...
March 23, 2014 at 2:01 pm
Thanks looks like this will work. Thanks everyone for your input. Evena 50yr can still learn things..:cool:
November 16, 2012 at 9:18 pm
This is what I have:
USE master
GO
-- returns SPID & DBCC INPUTBUFFER for a given kpid
DECLARE @sql nvarchar(1000), @spid int, @ParamDef nvarchar(1000)
SET @ParamDef = N'@spidOUT int OUTPUT'
SET @sql = N'SELECT @spidOUT...
July 22, 2009 at 9:29 am
Hi there:
Good article. I could have used this on a few occasions. Tryed your code but had some syntax issues:
USE master
GO
-- returns SPID & DBCC INPUTBUFFER for a...
July 21, 2009 at 1:33 pm
Great, thnxs guys....this definetely helped me.
thnxs again
April 29, 2009 at 8:31 pm
thnxs, I tried your solution below...
RESTORE HEADERLISTONLY FROM DISK = 'F:\MSSQL\BACKUP\HR83PRD_Log_20090421.bak'
Server: Msg 155, Level 15, State 1, Line 1
'HEADERLISTONLY' is not a recognized RESTORE option.
GO
Am I missing something?
April 26, 2009 at 10:37 am
thnxs for your reply. Yes the clustered index definetly has many keys used. This was setup just when our Peoplesoft system went live 4 yrs ago. It...
January 7, 2009 at 8:25 pm
Great thnxs guys for your help.
December 5, 2008 at 7:29 am
Thnxs for you input, its did the trick. Fill factors from what I have read, benefit with a large fill if the database is mainly read, and doesn't have to...
November 1, 2006 at 6:41 pm
Great thnxs for your help! Its worked out perfectly
January 2, 2006 at 9:33 pm
Thhnxs for all your replies! I will look for one of the books mentioned. I'm a newer DBA but find SQL quite interesting and appreciate the feedback and suggestions
October 15, 2005 at 9:49 am
Viewing 13 posts - 1 through 13 (of 13 total)