Viewing 15 posts - 6,406 through 6,420 (of 19,560 total)
It is soooo fun to google a question and come back to a blog you wrote.:hehe::hehe::hehe:
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 13, 2012 at 1:57 pm
Grant Fritchey (4/13/2012)
Evil Kraig F (4/12/2012)
Koen Verbeeck (4/12/2012)
GilaMonster (4/12/2012)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 13, 2012 at 10:42 am
Thanks for the question:cool:
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 13, 2012 at 8:35 am
expenditure
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 13, 2012 at 8:18 am
Dup post
http://www.sqlservercentral.com/Forums/Topic1282869-357-1.aspx
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 9:53 pm
MOM and WSUS can have rules created to aid in that. You set the rule to download only. Then you apply the update when ready.
Also, they allow you...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 4:48 pm
jcrawf02 (4/12/2012)
GSquared (4/12/2012)
Lynn Pettis (4/12/2012)
What would happen here on SSC if the TOP 25 posters did nothing but lurk for 24 hours?
I'm in the top 25 (usually in the top...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 4:45 pm
Koen Verbeeck (4/12/2012)
GilaMonster (4/12/2012)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 3:55 pm
Sean Lange (4/12/2012)
SQLRNNR (4/12/2012)
Steve Jones - SSC Editor (4/12/2012)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 12:35 pm
GilaMonster (4/12/2012)
GSquared (4/12/2012)
Or do you have something more specific in mind?
Today's example:
SELECT <stuff> FROM
Table1
inner join (SELECT <more stuff> INTO #Temp FROM AnotherTable) ON <join clause>
inner join (....repeat several more...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 12:33 pm
Steve Jones - SSC Editor (4/12/2012)
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 12:31 pm
crookj (4/12/2012)
SQLRNNR (4/12/2012)
apoplecticballistic
gel
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 12:29 pm
GSquared (4/12/2012)
Grant Fritchey (4/12/2012)
Lynn Pettis (4/12/2012)
What would happen here on SSC if the TOP 25 posters did nothing but lurk for 24 hours?
Not much. There'd just be a few more...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 11:44 am
Lynn Pettis (4/12/2012)
What would happen here on SSC if the TOP 25 posters did nothing but lurk for 24 hours?
A cool april fools prank.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 11:31 am
When I have a script that alters data in a production database, I like to do the following:
Select *
Into sometablebackup_date
From sometable
I will often also take a full backup - that...
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 12, 2012 at 9:48 am
Viewing 15 posts - 6,406 through 6,420 (of 19,560 total)