G
Guest
so I notice to detach a database you use
Server svr = new Server();
svr.DetachDatabase("MyDatabase");
but is there a way you can set where its saved after detaching ? thansk
Server svr = new Server();
svr.DetachDatabase("MyDatabase");
but is there a way you can set where its saved after detaching ? thansk