Monday, March 12, 2012

How to add new Table under specific User?

I'm new to SQL Server.

I've an online Database on a server. I've my own user name like "AKR". I want to create every table under that user. But what happens is whenever I create a table online it goes under "DBO" user name. How to avoid that?

ThanksCREATE TABLE AKR.TableName

No comments:

Post a Comment