Viewing 15 posts - 51,871 through 51,885 (of 59,072 total)
I say again... Just like SQL allows itself to take any form... or Java... or...
I've seen some absolutely gorgeous VBS both formatting wise and code wise. I've also...
March 11, 2008 at 7:57 am
Grant is correct... great pains await you especially if you try to take any shortcuts. Whatever you do, make sure you have a viable backup table somewhere. You...
March 11, 2008 at 7:34 am
Adam Bean (3/10/2008)
March 11, 2008 at 7:30 am
Yeah... I wanna know to...
Simple way (although it uses cursors in the background), is to Google sp_MSForEachDB.
March 11, 2008 at 7:28 am
No, not really... only time I do it is if someone made an accidental cross join (for example) that caused a db to become over inflated. But when that...
March 11, 2008 at 7:20 am
Definitely not a trivial topic... and I haven't really found a good "starter" book on database design except for maybe some of the topics in Books Online. Before you...
March 11, 2008 at 6:57 am
it isn't my problem anymore even though it bothers me that I know I could make improvements to the process (Aside, is it wrong to feel that way?) today.
No... not...
March 11, 2008 at 6:45 am
Thanks for the feedback, GoodGuy... but it's all the same... just bigger, that's all 😉
March 11, 2008 at 6:28 am
kent waldrop (3/11/2008)
March 11, 2008 at 6:24 am
Heh... yeah... they break the hell out of the 4k barrier of sp_ExecuteSQL and will return return codes just like the real ones. Neat thing is, if you need...
March 11, 2008 at 6:19 am
Yes... for example, see the following... it solves one of the worst performance problems in SQL Server that there is... Running Totals... will do a running total on a million...
March 11, 2008 at 5:59 am
You need to explain the rest... first row, even if you skip it, must have the same number and type of delimiters or the second row may cause an error...
March 11, 2008 at 5:56 am
kent waldrop (3/11/2008)
OK, Jeff, but that was not what I was asking.
Thought I'd answered your question, Kent... what were you actually asking?
March 11, 2008 at 5:54 am
Jim Russell (3/11/2008)
Great suggestion Jeff!I don't suppose I can prefix the temp procedure name with a '#', so my "main" will need to drop it when done?
Temporary stored procedures begin...
March 11, 2008 at 5:52 am
Viewing 15 posts - 51,871 through 51,885 (of 59,072 total)