Viewing 15 posts - 52,156 through 52,170 (of 59,067 total)
mobasha (3/4/2008)
can u try thired party tools, i have saw some can do this.
That's nice... what are they?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 9:59 am
I gotta agree with that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 9:54 am
I suspect it would be a little cumbersome to implement
Heh... you got a problem with {ctrl-c}{ctrl-v}???
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 9:36 am
It's simple... if it ALWAYS there, just don't include the last character.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 9:34 am
dean gross (3/4/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 9:30 am
If you install a highpass filter, inversely proportional or so it would seem...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 9:21 am
Carl Federl and I did some pretty good testing a couple of years back and it very much supports what Matt says... it depends on the function, how it's written,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 7:57 am
Almost forgot... if you copy from 1 line ABOVE the code window to 1 line BELOW the code window, leading spaces will also be preseved.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 7:50 am
Heh... ya beat me to it... thanks, Matt.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 7:48 am
No, no! Copy the code and paste it into MS Word... do a Search and Replace...
Search for ^l (circumflex small-"L") and replace it with ^p (circumflex small-"P"). Then...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 7:44 am
The temp table is built in the first of the 5 queries I posted. Temp tables are session sensitive... they only "live" as long as the current session does....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 7:41 am
Heh... It's always good to have someone else confirm the test in their own way. Thanks, Ian.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 7:01 am
Rohit Chitre (3/4/2008)
When performance is said to be down number of users are deifinately high. But...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 6:55 am
I think you'll find that NEWID() is the exception to many rules that apply to other functions. Strange as it seems, it's the only true random number generator in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 6:38 am
Roy Ernest (3/3/2008)
Jeff Moden (3/3/2008)
I'm curious... why would you use UNION ALL or OR on such a thing?
I believe the person wants to do the query based on the year...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 4, 2008 at 6:31 am
Viewing 15 posts - 52,156 through 52,170 (of 59,067 total)