In a SQL Script, HOW do I set the user's OWNER ID to DBO?
I setup my User, "FRANK" as DBOwner on Database A. Now, whenever FRANK creates a table, the OWNER is FRANK.
FRANK.Customer_Table (I need dbo.Customer_Table ~)
I want the OWNER of the tables to be DBO (type=USER)
thx in advance...
BT
I setup my User, "FRANK" as DBOwner on Database A. Now, whenever FRANK creates a table, the OWNER is FRANK.
FRANK.Customer_Table (I need dbo.Customer_Table ~)
I want the OWNER of the tables to be DBO (type=USER)
thx in advance...
BT