srinivasa reddy reddibathuni

Forum Replies Created

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

  • RE: Copy table

    select * into [ Dist database name].[dbo].

    from [Source Database name].[dbo].

    /*

    This is possiable only when the user have the Write on [Dist] and Read permission on [Source]

    */

    This will helps...

  • RE: SQL 2000 Update performance query

    Please verify the triggers on the table.

    If there is, please write disable all triggers statement before update query and enable after update query.

    Any how on bulk update, triggers are not...

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