Viewing 15 posts - 7,201 through 7,215 (of 7,636 total)
bitbucket (4/8/2008)
Thanks for your unique point of view - it works like a charm ... will be added to my bag of "tricks"
Thanks for the feedback Bit.
April 8, 2008 at 4:30 pm
cannot see any reason why you couldn't do this same thing with TRY..CATCH blocks.
April 8, 2008 at 12:33 am
Rajan John (4/7/2008)
rbarryoung - if you dont mind please share when the dependancy tables are getting updated, or the process for that.
The only way that I know of to insure...
April 7, 2008 at 11:13 pm
Jeff Moden (4/7/2008)
rbarryyoung (4/6/2008)
Jeff Moden (4/6/2008)
Heh... I handed Babbage gears 😉Good one. 🙂
I was serious about my Uncle though, he really did do all of that stuff.
I...
April 7, 2008 at 6:36 pm
Sergiy (4/6/2008)
Don't remember exactly how many rows were...
April 7, 2008 at 12:04 am
I do not believe that you can do this with an ALTER TABLE.
The SOP for this kind of table change is to create a new table with its...
April 6, 2008 at 11:49 pm
Jeff Moden (4/6/2008)
Heh... I handed Babbage gears 😉
Good one. 🙂
I was serious about my Uncle though, he really did do all of that stuff.
April 6, 2008 at 10:39 pm
Jeff Moden (4/6/2008)
April 6, 2008 at 10:36 pm
delta dirac (4/6/2008)
April 6, 2008 at 9:26 pm
If you can wait until Sql2005, than I would recommend a very similar approach, except use asynchronous triggers writing to Service Broker queues. This will take care of most...
April 6, 2008 at 9:15 pm
check your maintenance plans for other activity. Things like rebuilding your indexes can have exactly this effect.
April 6, 2008 at 9:10 pm
Bob Boursaw (4/6/2008)
ALMOST there.. 🙂Q: Is it possible to mix and match in an INSERT INTO statement?
If you mean "mixing VALUES clauses with SELECT clauses" in an INSERT statement, then...
April 6, 2008 at 9:02 pm
Heh, you should meet my Uncle. He taught me to program when I was 13, but he learned computers as an electronics instructor for the Army Air Force when...
April 6, 2008 at 8:13 pm
*sigh*
Folks, the solution to this problem is the same as what Microsoft uses for its own database-oriented products like Sharepoint:
1) Split the implementation between Client software & DB structures.
2) Name...
April 6, 2008 at 12:24 am
Viewing 15 posts - 7,201 through 7,215 (of 7,636 total)