G
Guest
hey, I'm using SMO to create a databas.e easy stuff
ServerConnection srvcon = new
ServerConnection("MYCOMPUTER");
Server serv = new Server(srvcon);
Database db = new Database(serv, "MyDatabase");
db.Create();
but where can I modify the filename properties??
I need the DB to be stored in a specific location only. THANKS!
ServerConnection srvcon = new
ServerConnection("MYCOMPUTER");
Server serv = new Server(srvcon);
Database db = new Database(serv, "MyDatabase");
db.Create();
but where can I modify the filename properties??
I need the DB to be stored in a specific location only. THANKS!