Viewing 15 posts - 61 through 75 (of 95 total)
oooo. Nothing like a little sabotage to escalate the wars.
I hope this thread sees some action, because this is interesting. I'm one of those half wit developers who is really...
May 25, 2006 at 10:10 am
Thanks. I guess making it easy isn't on the hit list! (e.g. why would it not just say, SP3? Duh.)
March 21, 2006 at 9:19 am
It's true that it's not necessary to relink the tables each time, but it in practice, it might be a good idea because there's only 10 of them and that's...
March 21, 2006 at 7:10 am
Point taken. And clearly, I didn't know the answer.
I thought the question was:
What T-SQL construct will help you with this?
So I went to the forum and asked why my idea...
February 24, 2006 at 7:37 am
I guess, but that ain't what they asked...
February 23, 2006 at 2:52 pm
Musta misunderstood something... why wouldn't you do this:
BEGIN TRANSACTION
---T-SQL TO UPDATE PRICES
--IF statement to goto rollback if errors
COMMIT TRANSACTION
GOTO Statement to skip rollback
ERRORHANDLER:
ROLLBACK code
--Now the transaction is finished, update the...
February 23, 2006 at 8:47 am
The CreateObject function reads the registry of the machine on which it is running to find the classid and file location of the dll of the specified class name.
So you...
February 14, 2006 at 6:59 am
It's amazing how rude and demanding people can be, even on a free web site.
We all have moments. If you must spout venom, and once in a while we all...
February 3, 2006 at 6:57 am
Lots of things are energy hogs, given the way we use them (instant on TVs and other appliances).
If it produces heat, and you're not using it for cooking or warmth,...
February 1, 2006 at 6:16 am
I'm fairly new to this, so forgive me, but if the whole idea is to stay set-based rather than iterative-based, isn't it obvious that there are only marginal improvments to...
January 17, 2006 at 7:23 am
Thanks, all. Trying out the suggestions and checking for index use. Funny how you can do something a hundred times then forget because you don't do it for months. Someone...
November 23, 2005 at 6:55 am
July 25, 2005 at 12:04 pm
I'd suggest using different tables:
July 20, 2005 at 8:28 am
Viewing 15 posts - 61 through 75 (of 95 total)