how to insert the values in 5 table at a time Using any
single statement ?
Answer Posted / sitakanta rath
Sql Server does not support this. In sql server 2000 n 2005
we cant insert values in multiple tables at a single time.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
what is bit datatype? : Sql server database administration
What is pessimistic concurrency?
How to insert multiple rows with a subquery?
What is meant by Active-Passive and Active-Active clustering setup?
Explain how to integrate the ssrs reports in application?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
Distinguish between commit and rollback?
Explain the stored procedure?
What is a benefit of using an after insert trigger over using a before insert trigger?
can any body tell me how to know the password of current user in sql server
How to change parameter value inside the report?
Define constraints and give an example of their use?
What are the system database in sql server 2005?
Explain how to maintain a fill factor in existing indexes?
Can two different columns be merged into single column? Show practically?