Viewing 15 posts - 1 through 15 (of 156 total)
Lynn Pettis (3/17/2016)
March 17, 2016 at 10:50 am
GilaMonster (3/17/2016)
sunny.tjk (3/16/2016)
I'm thinking we are having a high MAXDOP value of 8( MSFT recommends 3) due to which we are seeing high CXPacket waittypes.
Nope!
Oh, and CXPacket isn't a problem....
March 17, 2016 at 8:22 am
Grant Fritchey (3/15/2016)
CXPacket is only a concern if you also see other CPU waits. The one thing I will say, sight unseen, if your Cost...
March 16, 2016 at 4:37 pm
Grant Fritchey (3/14/2016)
March 14, 2016 at 3:48 pm
BL0B_EATER (1/13/2016)
January 13, 2016 at 4:23 am
Ian Scarlett (1/13/2016)
The default values for these can group a lot of publisher...
January 13, 2016 at 4:21 am
Replication is set up using backup not snapshot.
I loaded the table from production into data warehouse. I'm having this problem only while adding it back into replication.
January 3, 2016 at 5:46 pm
DBAHeels (3/27/2015)
March 27, 2015 at 12:35 pm
Koen Verbeeck (11/9/2012)
SSAS works with Windows Authentication.You just need to add a role to the SSAS cube that gives the users (or their groups) read permissions on the cube.
Is there...
February 7, 2014 at 10:26 am
I ran the following query to see if my select queries were trapped or not:
select * from dbo.trace
where textdata like '%SELECT * FROM %'
TextData result just has:
-- fn_trace_getinfo ...
November 19, 2013 at 8:53 am
Not sure if you were able to see my complete question.
I listed out the events that I'm tracing and the filters that I've put.
So, my question was --I ran long...
November 19, 2013 at 8:49 am
Keith Tate (11/6/2013)
November 6, 2013 at 1:09 pm
Smash125 (10/29/2013)
Delete statistics option is disabled when you try to delete statistics in sql server 2008 r2. Please guide how to delete it
I believe it's not possible through GUI....
November 1, 2013 at 2:27 pm
GilaMonster (11/1/2013)
Extended stored procedures are written in C++, they do things that T-SQL can't do.
Gotcha! Thanks Gail!
Is there a way to see the script of extended stored procs?
November 1, 2013 at 11:54 am
Jeff Moden (10/11/2013)
sunny.tjk (10/11/2013)
Does having multiple tempdb files on different drives help with contention?Yes... especially if they're on different drives.
Thanks Jeff.
October 14, 2013 at 2:56 pm
Viewing 15 posts - 1 through 15 (of 156 total)