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 |
|
vedjha
Posting Yak Master
228 Posts |
Posted - 2009-04-04 : 08:59:34
|
| Hello Friends,I have writen a subquery:Which data comes from online and inserting Offline.query will work with only one connection.is there any way to , I am fetching data from online and insert the Data in Offline.sub Query is:insert into login (vUid,vPwd,vUName) (select vUid,vPwd,vUName from members m join login l on m.vaid=l.vuid where dtdoj between (select top 1 dtend+1 from daterange order by ipayout desc ) and convert(varchar(10),getdate(),103) )Ved Prakash Jha |
|
|
|
|
|