Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: detach multiple databases using sp_detach_db

    I ahve modified the querry as the execution satement was missing in it.

    set nocount on

    declare @dbname as varchar(80)

    declare @server_name as varchar(20)

    select @server_name = @@servername

    declare rs_cursor CURSOR for select name from...

Viewing post 1 (of 1 total)