Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
DURGESH
Posting Yak Master
105 Posts |
Posted - 2008-07-17 : 05:31:28
|
hi all,i have two 2 databasesi want to insert a record with identity column in tbl2 of database2using triggertrg_insertinsert into database2.dbo.tbl2 select * from inserti need the commentsregardsdurgesh j |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-07-17 : 05:36:29
|
insert into database2.dbo.tbl2(column list that excludes identity column) select required_columns from insertMadhivananFailing to plan is Planning to fail |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-17 : 12:02:48
|
can you refrain from using caps in your headings please? |
 |
|
|
|
|