A
AAaron123
I want to create a database with one table on the host.
I can't user SQL Server Management Studio to do it so I guess I have to do
it programmatically.
I have in mind that in the session start (or maybe application start would
be better) I'd check to see it the database exists and if not create it.
The problem is that I have no idea how to do that.
Can you point to documentation of maybe show an example of how to do that?
Thanks
I can't user SQL Server Management Studio to do it so I guess I have to do
it programmatically.
I have in mind that in the session start (or maybe application start would
be better) I'd check to see it the database exists and if not create it.
The problem is that I have no idea how to do that.
Can you point to documentation of maybe show an example of how to do that?
Thanks