Hello !
I'm working on vb.net 2013 and sql server 2008R2.
I have this situation to resolve :
I have a database "DB1". I want to create a copy of this database on the same sql server with another name "DB2" , and after make this database ready to connect.
How can I do this through code from Vb.net ?
Thank you !