Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Transferring datas from one database to other

    use this query to insert tablestrecture and data in another database

    select * into newtablename from old-databasename.dbo.existingtable-name

    example

    old database is====employee and table name is -- employeedetails

    new database is===emp ...

Viewing post 1 (of 2 total)