Viewing 15 posts - 54,571 through 54,585 (of 59,078 total)
Sandy (10/16/2007)
I think you both are concentrating multiple table updates
rather than Nested Update Statement,
I clearly mentioned that I have used Nested Update statement
rather than Multiple Table...
October 17, 2007 at 7:45 am
Matjaz Justin (10/17/2007)
create a view and instead of update trigger on that view.lp, Matjaž
Creating the view is fine.... but it won't help you update multiple base tables with a single...
October 17, 2007 at 7:41 am
This type of formatting should generally be done in a GUI...
However, it can be done in SQL Server... lookup "Cross-Tab Reports" in Books Online for a complete explanation of how...
October 16, 2007 at 10:52 pm
Grant is correct... you can update only 1 table at a time... you will need two totally separate updates.
October 16, 2007 at 10:39 pm
Thanks for the feedback, Jay... if you get a chance, let me know what your timings are. Would really appreciate that...
October 16, 2007 at 10:23 pm
Matt Miller (10/16/2007)
October 16, 2007 at 10:21 pm
SQLMAIN (10/16/2007)
Just curious - what does this line of code do and how?
Noticed that if this is not there we just get one row but with this we get all...
October 16, 2007 at 10:17 pm
Jason Selburg (10/16/2007)
Wait, do you mean Query Analyzer or Management Studio? They show in SSMS.
I can definitely see that Steve and the guys need to...
October 16, 2007 at 10:11 pm
Matt Miller (10/15/2007)
October 16, 2007 at 10:05 pm
Possibly, David... in most cases that I've come across like that, the multiple procs were actually written (initially) to support the natural RBAR that occurs in GUI related code... such...
October 16, 2007 at 10:04 pm
Thanks Phil... guess I'll just keep doing CPR (Cut, Paste, 'n' Replace) using Word until they fix the forum code... I just copy from QA into Word and replace all...
October 16, 2007 at 9:08 am
Jay H (10/16/2007)
And I apologize for not being more clear.
My primary key is a true primary key in another system. Instead of truncating the...
October 16, 2007 at 9:03 am
They don't show if you copy and paste into Query Analyzer...
October 16, 2007 at 9:02 am
Perfect... the rest of us can ignore you then.
October 16, 2007 at 12:20 am
Viewing 15 posts - 54,571 through 54,585 (of 59,078 total)