Re: Help optimize Dataset copy code
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Mon, 12 May 2008 14:41:22 +0300
You could do that with single SQL:
SELECT *
into <DEST_TABLE>
from <SOURCE_TABLE> in "" [ODBC;DRIVER={SQL
Server};SERVER=<SERVER_NAME>;DATABASE=<DB_NAME>]
Note: it is assumed that <DEST_TABLE> doesn't exist.
.
- Prev by Date: Return value in stored procedure
- Next by Date: Re: Return value in stored procedure
- Previous by thread: Re: Help optimize Dataset copy code
- Next by thread: Return value in stored procedure
- Index(es):