Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

Create table privileges for all databases

$
0
0

Experts,
I need to grant privileges to a user to be able to create tables on all databases in server\instance, so I will be using below commands, please advice me if I am wrong,
USE [master]
GRANT CREATE TABLE to [username]
GO
Do we need to grant the user any ALTER privileges after the above command?


Thanks in advance 


Viewing all articles
Browse latest Browse all 8428

Trending Articles