Viewing 15 posts - 49,711 through 49,725 (of 59,091 total)
Oh yeah... I'm a bit lazy myself... that's why I wrote a little ditty that also adds the commas to the column names... 😀
I've got one for INSERT/SELECTs... writes the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 6:03 am
That would be true... and, except for what may occur on Inserts, indexes don't harm another's query.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 5:56 am
No... I've verified that sp_help is bound to Alt-F1... it just doesn't work for me. I highlight the table name as you suggested and press Alt-F1... all that happens...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 5:54 am
Nice article, Austin... title is just a bit deceiving, though. Most of the article talks about how to setup a report instead of about how to email. From...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 5:35 am
Paul McKay (6/25/2008)
I basically deconstructed the entire query and re-wrote it the way I would.
That is sometimes the best and easiest thing to do. Thanks for the feedback, Paul.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 5:12 am
Thanks for the feedback, Jonatan. As a summer worker, though, you are allowed to make a suggestion here and there, aren't you?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 5:05 am
I have the Developers Edition for 2005 which is supposedly the same as the Enterprise Edition... the Alt F1 trick doesn't work for me.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 5:03 am
jimige257 (6/24/2008)
Getting a hand from those with the knowledge makes a big difference...
I absolutely agree! However, I've only been asked a couple of times for help... is this...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2008 at 4:51 am
Try it... if it's too slow, tweak it. If you run out of tweaks, try a differect tactic.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:31 pm
The first delete will probably be a good size one... but if you delete every day, the number of rows older than 2 years won't be that big... you won't...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:25 pm
bpbhalerao (6/24/2008)
But I am not getting exactly how to find the total no. of weekdays in that year using the 'Tally' table. Can you please explain some what more?
It...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:21 pm
You'll find that loops have problems like the one you just saw because they return multiple result sets. You also find that, comparitively speaking, they're horribly slow. Since...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:16 pm
Caching an old execution plan and/or parameter sniffing could be the problem. Add the WITH RECOMPILE option to the proc and see if that problem goes away.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:09 pm
Yeah... I guess we strayed quite a bit. Sorry...
I've never seen that type of problem occur... If I do and I can actually fix it, I'll try to find...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:06 pm
keerthy.vishweshwarachar (6/24/2008)
Can any one help me to copy the file from ftp server to local server using xp_cmdshell.
Note: I wanted to do this through procedure.
Simple copy command is working...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2008 at 9:04 pm
Viewing 15 posts - 49,711 through 49,725 (of 59,091 total)