Viewing 15 posts - 16,711 through 16,725 (of 19,560 total)
You're welcome.
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
March 9, 2010 at 9:38 am
Twiggy
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
March 9, 2010 at 9:37 am
WayneS (3/8/2010)
luissantos (3/8/2010)
select conta, left(dcli.oldesc,charindex('-',dcli.oldesc)-1),dcli.oldesc,
ltrim(rtrim(conta))+' '+right(ltrim(rtrim(dcli.oldesc)),
len(ltrim(rtrim(dcli.oldesc)))-(charindex('-',dcli.oldesc)-1)),
* from dcli where conta <> left(dcli.oldesc,charindex('-',dcli.oldesc)-1)
I receive the following error:
Msg 536, Level 16, State 5, Line 2
Invalid...
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
March 9, 2010 at 8:48 am
timeouted (3/9/2010)
I really tried to search for it,...
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
March 9, 2010 at 8:45 am
Looking forward to the evening.
Giveaway List (besides the obvious books, cds, dvds, and flash drives)
Mice
SUDOKU Cube
Rubiks Cube
Kilt
Pork Chop Bear (Anti-RBAR logo)
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
March 9, 2010 at 12:31 am
Paul White (3/9/2010)
CirquedeSQLeil (3/8/2010)
Sorry, I was lost :hehe:
Now you have it! Though, to be fair, that thread is not the best example...not by a long way.
":hehe:" really grates on...
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
March 9, 2010 at 12:22 am
Maybe this is a bit nitpicky, but the answer explanation doesn't seem to match the answer.
The answers are: SELECT COUNT_BIG(*) and SELECT COUNT_BIG(column_2).
This sentence does not match the correct answers....
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
March 9, 2010 at 12:16 am
Thanks for posting back with your solution.
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
March 8, 2010 at 11:53 pm
Paul White (3/8/2010)
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
March 8, 2010 at 11:51 pm
Paul White (3/8/2010)
Lynn Pettis (3/8/2010)
Paul White (3/8/2010)
Anyone else noticed the frenzy of poor advice recently? Moderately aggravating.
Yes, I have. I just hope I haven't been a party to...
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
March 8, 2010 at 10:58 pm
Lynn Pettis (3/8/2010)
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
March 8, 2010 at 9:34 pm
Lynn Pettis (3/8/2010)
WAY TO GO...
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
March 8, 2010 at 7:30 pm
Yes, I have used DTA in the past. I only use it to see possible recommendations. I do not typically implement changes directly from DTA though. I...
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
March 8, 2010 at 5:27 pm
The risk comes in the indexes that it may propose to remove. Any indexes or stats that are recommended are easy to spot and remove.
As for immediately implementing the...
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
March 8, 2010 at 5:14 pm
mohammed moinudheen (3/8/2010)
There are some batch jobs which are taking more time than usual...
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
March 8, 2010 at 5:03 pm
Viewing 15 posts - 16,711 through 16,725 (of 19,560 total)