Viewing 15 posts - 5,746 through 5,760 (of 7,168 total)
I am either being stubborn, or dense, or stubborn and dense, (I have a great talent for both) but I still see value in looking at the counter in this...
June 29, 2011 at 1:49 pm
djacobsen 84059 (6/29/2011)
June 29, 2011 at 1:46 pm
djacobsen 84059 (6/29/2011)
June 29, 2011 at 1:16 pm
ChacMoll (6/29/2011)
June 29, 2011 at 1:07 pm
In your estimation is Page Splits/Sec at all useful to look at within an overall picture (e.g. combined with other perf indicators/counters, et al.) for looking into adjusting index fill...
June 29, 2011 at 1:03 pm
Try this please and see what happens:
create proc openrowset4
as
begin
if 1=0 -- no-op
...
June 29, 2011 at 12:45 pm
Eric M Russell (6/29/2011)
TravisDBA (6/29/2011)
opc.three (6/28/2011)
IceDread (6/27/2011)
I know.. but I still think it's a big flaw.
I am curious...I am not sure what you mean. Maybe it would help if I...
June 29, 2011 at 12:20 pm
PortQry has worked well for me in the past:
June 29, 2011 at 12:06 pm
As I understand it (not an expert at backup/restore) you cannot restore a secondary filegroup unless the primary has already been restored. If you need this sequence regularly I would...
June 29, 2011 at 11:57 am
USE database_name
GO
SELECT *
FROM sys.objects
WHERE USER_NAME(OBJECTPROPERTY(OBJECT_ID, 'ownerid')) = 'the_owner_name' ;
GO
June 29, 2011 at 11:30 am
Pam Brisjar (6/28/2011)
We need to get data from DB2 into SQL Server. We do this via OPENQUERY and an SSIS data flow task.
However, I'd like to parametrize the...
June 29, 2011 at 11:20 am
Phil Parkin (6/28/2011)
You'll need to include a dummy select as the first...
June 29, 2011 at 11:13 am
Viewing 15 posts - 5,746 through 5,760 (of 7,168 total)