updating sql view to sql table

  • i have a linked view from another server, we have created tables with the exact same column and field types.

    I need to update the table with the data from the views.

    is there a bulk insert

    or do I drop the table and create from view.

    mytable

    pay_code 4varchar,null

    pay_type 5varchar,null

    myview

    pay_code 4varchar,null

    pay_type 5varchar,null

    data is static but view changes when the database is updated on the other server.

  • you can use select into statement.

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply