Click here to Skip to main content
15,906,296 members
Home / Discussions / Database
   

Database

 
QuestionMaximum size of XML in OPENXML Pin
NICE TO MEET16-May-06 23:30
NICE TO MEET16-May-06 23:30 
QuestionMultiple column with in keyword Pin
Shajeel16-May-06 23:30
Shajeel16-May-06 23:30 
AnswerRe: Multiple column with in keyword Pin
Paddy Boyd16-May-06 23:44
Paddy Boyd16-May-06 23:44 
QuestionRe: Multiple column with in keyword Pin
Shajeel16-May-06 23:55
Shajeel16-May-06 23:55 
AnswerRe: Multiple column with in keyword Pin
Rana Muhammad Javed Khan17-May-06 0:00
Rana Muhammad Javed Khan17-May-06 0:00 
QuestionRe: Multiple column with in keyword Pin
Shajeel17-May-06 0:10
Shajeel17-May-06 0:10 
AnswerRe: Multiple column with in keyword Pin
Rana Muhammad Javed Khan16-May-06 23:57
Rana Muhammad Javed Khan16-May-06 23:57 
QuestionBulk Update by OPEN XML in SQL 2005 Pin
NICE TO MEET16-May-06 23:28
NICE TO MEET16-May-06 23:28 
Now i have an Xml like this

11<Root>
11 <Element>
11 <Table1 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table2 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table3 Value as XML attributes/>
11 </Element>

11 <Element>
11 <Table1 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table2 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table3 Value as XML attributes/>
11 </Element>

11 <Element>
11 <Table1 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table2 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table3 Value as XML attributes/>
11 </Element>

11 <Element>
11 <Table1 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table2 Value as XML attributes/>
11 </Element>
11 <Element>
11 <Table3 Value as XML attributes/>
11 </Element>
11</Root>

The above xml having 3 different table values in 4 set of nodes to update 3 tables by using open XML

How will u achieve this target

The above XML nodes are stable in all times as 3 elements

//////

Is it possible to change as 4 elements and update to 4 tables at run time
This second scenario how will the stored procedure will update the 4th table

The stored procedure is created for first scenario to update 3 tables

Can i possible to achieve my second target by the same procedure


Tell me the suggestions

thanx




-
QuestionOPEN XML IN SQL 2005 Pin
NICE TO MEET16-May-06 23:27
NICE TO MEET16-May-06 23:27 
QuestionCatch the Error in Stored procedure and through into an DA Class Exception Pin
NICE TO MEET16-May-06 22:11
NICE TO MEET16-May-06 22:11 
AnswerRe: Catch the Error in Stored procedure and through into an DA Class Exception Pin
Colin Angus Mackay16-May-06 22:47
Colin Angus Mackay16-May-06 22:47 
QuestionComparing two tables in SQL Pin
Vishucool16-May-06 20:26
Vishucool16-May-06 20:26 
AnswerRe: Comparing two tables in SQL Pin
Colin Angus Mackay16-May-06 21:46
Colin Angus Mackay16-May-06 21:46 
GeneralRe: Comparing two tables in SQL Pin
Vishucool16-May-06 22:48
Vishucool16-May-06 22:48 
GeneralRe: Comparing two tables in SQL Pin
r.stropek4-Jun-06 6:02
r.stropek4-Jun-06 6:02 
Questionretreiving a perticular column in a table Pin
dayakar_dn16-May-06 20:13
dayakar_dn16-May-06 20:13 
AnswerRe: retreiving a perticular column in a table Pin
Colin Angus Mackay16-May-06 21:47
Colin Angus Mackay16-May-06 21:47 
QuestionHow to download/copy a data stored as image type in SQL Pin
SIJUTHOMASP16-May-06 18:51
professionalSIJUTHOMASP16-May-06 18:51 
QuestionWhich of all DBMS? Pin
Lord_Vader16-May-06 10:30
Lord_Vader16-May-06 10:30 
AnswerRe: Which of all DBMS? Pin
Al Ortega16-May-06 10:38
Al Ortega16-May-06 10:38 
AnswerRe: Which of all DBMS? Pin
Colin Angus Mackay16-May-06 21:58
Colin Angus Mackay16-May-06 21:58 
Questionreplacing idnums with values... Pin
Jesse Evans16-May-06 8:14
Jesse Evans16-May-06 8:14 
AnswerRe: replacing idnums with values... Pin
Eric Dahlvang16-May-06 11:44
Eric Dahlvang16-May-06 11:44 
GeneralRe: replacing idnums with values... Pin
Jesse Evans16-May-06 11:58
Jesse Evans16-May-06 11:58 
QuestionHow will catch a error in DA Class From Stored Procedures Pin
NICE TO MEET16-May-06 2:31
NICE TO MEET16-May-06 2:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.