Viewing 6 posts - 1 through 6 (of 6 total)
2nd way is I declared the @table and inserted the XML node level records into @table variable and then doing update joining the @table with main table which I need...
October 9, 2009 at 10:06 am
Above question if resolved.I need more info on whare clause for OPENXML. Can I use OPENXML like this :
select State,Effectivedate FROM OPENXML(@XmlTable, '/TemplateDto', 2) ...
October 9, 2009 at 6:00 am
This I read in BOL. And I am using SCOPE_IDENTITY(). My question if different how we can get the auto generated values every next day starting from 1.
November 6, 2008 at 2:43 am
Thanks for your valuable response.I have mentioned the inserts into customer and then address table. Will it be accurate to add customerid in address table after getting it from scope_identity()...
November 5, 2008 at 4:21 pm
I am new to sql server and I need your suggestions:
which one is the best for PK generation(@@IDENTITY, SCOPE_IDENTITY, and IDENT_CURRENT ). If i have transactions like this.
begin tran
Insert...
November 5, 2008 at 3:16 pm
I also did the same (excel-> access then sql server.). It worked.
September 21, 2008 at 9:58 am
Viewing 6 posts - 1 through 6 (of 6 total)