Viewing 15 posts - 16,711 through 16,725 (of 19,564 total)
I think another tool is the system views,tables and functions. The DMVs in 2005 and beyond can prove quite useful and can provide similar information to PerfMon.
March 9, 2010 at 10:17 am
GSquared (3/9/2010)
GilaMonster (3/8/2010)
CirquedeSQLeil (3/8/2010)
Jason must not be paying attention. I thought George was asking a serious question. (To segue from Gails post.)
I 'complained' about people repeating my posts word...
March 9, 2010 at 9:57 am
I think you missed the point.
If the jobs are going from the US to India, then why move away from the jobs? If you are in India and all...
March 9, 2010 at 9:44 am
You're welcome.
March 9, 2010 at 9:38 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...
March 9, 2010 at 8:48 am
timeouted (3/9/2010)
I really tried to search for it,...
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)
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...
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....
March 9, 2010 at 12:16 am
Thanks for posting back with your solution.
March 8, 2010 at 11:53 pm
Paul White (3/8/2010)
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...
March 8, 2010 at 10:58 pm
Lynn Pettis (3/8/2010)
March 8, 2010 at 9:34 pm
Viewing 15 posts - 16,711 through 16,725 (of 19,564 total)