Viewing 15 posts - 2,191 through 2,205 (of 7,484 total)
Grant Fritchey (9/17/2014)
So this is happening[/url]. If any of the Threadizens are inclined to make a blog post (or three) in support, I'd be appreciative.
Were it not for the total...
September 18, 2014 at 4:57 pm
GilaMonster (9/14/2014)
Consider using a RAMDisk for Index filegroups.
Putting non-clustered indexes on a RAMDisk...
September 18, 2014 at 8:36 am
Interesting question, but I hope it doesn't encourage anyone to use these options without extreme care. Letting SQL Server pick the values according to the number and type of...
September 18, 2014 at 7:22 am
where @parameter = 'All'
or (@parameter = 'GT30' and updated_date < getdate() - 30)
or (@parameter = 'LT30' and updated_date between...
September 16, 2014 at 5:34 pm
Fun question. Utterly horrible code for people to understand, which is always interesting. And a few lessons to be learnt here.
Sean Lange (9/16/2014)
Sean Pearce (9/16/2014)
September 16, 2014 at 4:51 pm
Ed Wagner (9/16/2014)
Of course, it all depends on what you're smoking.
Indeed? :hehe:
September 16, 2014 at 8:12 am
Ed Wagner (9/16/2014)
SQLRNNR (9/16/2014)
crookj (9/16/2014)
Ed Wagner (9/16/2014)
djj (9/16/2014)
BWFC (9/16/2014)
TomThomson (9/15/2014)
eccentricDBA (9/15/2014)
whereisSQL? (9/15/2014)
djj (9/15/2014)
SQLRNNR (9/15/2014)
capacityMaximum
Overflow
buffer
cushion
Pillow
Sleep
Relaxation
Siesta
essential
Required
mandatory
September 16, 2014 at 8:04 am
GilaMonster (9/15/2014)
TomThomson (9/15/2014)
replication replicates DML statements, and DDL statements on replicated objects are either forbidden or have special forms and/or restrictions.
It's got better. Alter table replicates now. Drop table...
September 16, 2014 at 8:02 am
Gazareth (9/15/2014)
GilaMonster (9/14/2014)
Consider using a RAMDisk for Index filegroups.
Putting non-clustered indexes on a...
September 15, 2014 at 8:06 pm
GilaMonster (9/12/2014)
Ed Wagner (9/12/2014)
GilaMonster (9/12/2014)
Lynn Pettis (9/12/2014)
SQLRNNR (9/12/2014)
GilaMonster (9/12/2014)
Um... http://www.sqlservercentral.com/Forums/Topic1612868-3411-1.aspx ????I invoke the barge pole rule.
2nd that. Does the motion pass??
Motion passes with no objections.
Without objection, it is so...
September 15, 2014 at 7:57 pm
GilaMonster (9/15/2014)
September 15, 2014 at 7:51 pm
crussell-931424 (9/15/2014)
I've never heard of postfix compression.
Then find yourself a good textbook on the evolution of present tense plural verb endings in Romance languages and read it. You'll find...
September 15, 2014 at 7:08 pm
eccentricDBA (9/15/2014)
whereisSQL? (9/15/2014)
djj (9/15/2014)
SQLRNNR (9/15/2014)
capacityMaximum
Overflow
buffer
cushion
September 15, 2014 at 6:34 pm
GilaMonster (9/12/2014)
It is also true that Truncate cannot be used on a table that's marked for replication. That's a limitation of replication though.
It's a particular case of a more general...
September 15, 2014 at 6:31 pm
Jeff Moden (9/13/2014)
September 15, 2014 at 5:23 pm
Viewing 15 posts - 2,191 through 2,205 (of 7,484 total)