November 26, 2006 at 11:23 am
Comments posted here are about the content posted at http://www.sqlservercentral.com/columnists/sramakrishnan/2738.asp
December 6, 2006 at 3:22 am
Hi All,
The following are the references that were used in the write up for the article.
It has been missed during the compliation of the article.Please refer to the reference for further details.
REFERENCES
December 6, 2006 at 8:14 am
Isn't there an error in the first example? Shouldn't the last record in tblsection join to the 4, Test record in tblModule?
I think that you didn't mean to insert the 4, TEST record into tblModule, correct?
D'Arcy
December 6, 2006 at 8:32 am
Great article!
I particularly enjoy the OUTPUT clause. One of the thing that I bi***, er, gripe about is data archiving. It is usually left out of designs until the server fills up. This will be a great boon as I can now write my archive function with only one statement per table and wrap the whole thing in a transaction. My archive database is an exact copy, structurally, of the production database.
ATBCharles Kincaid
December 6, 2006 at 10:04 am
December 6, 2006 at 1:30 pm
Good Article, easy to read and understand.
Regards,Yelena Varsha
December 7, 2006 at 8:10 am
Couple of things incorrect with the OUTPUT example. There is no 'Oxford' store to update in dbo.tblStore and the SELECT * FROM dbo.StoreAudit should show the InsertedStore as 'Grantham'.
December 8, 2006 at 8:01 am
Good work Suresh. I am following this series. Thanks a lot.
November 28, 2007 at 8:44 am
Very good series! My entire shop, with the exception of a one-shot project, is SQL 2000, I'm hoping to move it to 2k5 in the next six months as prep for 2k8. Useful stuff, I only wish that your articles linked to previous/next articles in the series.
-----
[font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply