Viewing 4 posts - 1 through 4 (of 4 total)
Thank you for the guidance.
September 15, 2010 at 1:23 pm
Hi,
Thank you very much for your response.The following Script worked absolutely fine.
Declare @OldOwner varchar(100), @NewOwner varchar(100)
set @OldOwner = 'dbo'
...
September 14, 2010 at 4:58 pm
Hi,
Thank you both for taking your time to answer my question. I could able to successfully change the table owner using the sp_changeobjectowner '[currentschema].[currenttable]' , 'dbo' command. Now I have...
September 14, 2010 at 11:12 am
Hi All,
Thank you all for your suggestions on database backup. I can successfully do the database backup on weekly basis. I scheduled the batch file in the windows task scheduler....
June 28, 2010 at 2:46 pm
Viewing 4 posts - 1 through 4 (of 4 total)