Skip to content

Instantly share code, notes, and snippets.

@SudarshanSMD
Created June 13, 2017 13:49
Show Gist options
  • Save SudarshanSMD/582d79287db824e7ebf671102f69926c to your computer and use it in GitHub Desktop.
Save SudarshanSMD/582d79287db824e7ebf671102f69926c to your computer and use it in GitHub Desktop.
To change own er of db
USE [DB Name]
GO
EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment