Hi, Frnds. ...
I m sending u my FIRST Question...... I hope u will reply soon.
Hey, Is it Posiible to create user in SQL anf if Yes,them HOW?
The following example grants CREATE TABLE permission on the AdventureWorks database to user MelanieK.
USE AdventureWorks;
GRANT CREATE TABLE TO MelanieK;
I m sending u my FIRST Question...... I hope u will reply soon.
Hey, Is it Posiible to create user in SQL anf if Yes,them HOW?
The following example grants CREATE TABLE permission on the AdventureWorks database to user MelanieK.
USE AdventureWorks;
GRANT CREATE TABLE TO MelanieK;
Comment