- Have a UserID "FRED".
- FRED registered SQL Server XYZ using SQL Server Authentication (specifying his UserID and PWD)
- FRED is DBO on WIDGETS DB.
- Whenever FRED creates a stored proc, the OWNER is showing up as FRED
- FRED can create procs w/ DBO. prefix but the OWNER remains as FRED and the proc is called dbo.sp_ProcName
How do you setup FRED so that when he creates a Proc, the OWNER of the Proc is DBO ???
- FRED registered SQL Server XYZ using SQL Server Authentication (specifying his UserID and PWD)
- FRED is DBO on WIDGETS DB.
- Whenever FRED creates a stored proc, the OWNER is showing up as FRED
- FRED can create procs w/ DBO. prefix but the OWNER remains as FRED and the proc is called dbo.sp_ProcName
How do you setup FRED so that when he creates a Proc, the OWNER of the Proc is DBO ???