Create a MSDE DB instance in the code (VB.NET)

  • Thread starter Thread starter Serge Fournier
  • Start date Start date
S

Serge Fournier

Hello,

I would like to create a MSDE instance at run time.
(I know how to populate it with SQL file that I parse at run time).

Is there any SQL or Transact SQL I could use ?

Thanks for any reply.
 
I would like to create a MSDE instance at run time.
(I know how to populate it with SQL file that I parse at run time).

Is there any SQL or Transact SQL I could use ?

More than likely you'd need to shell out and run the setup program
specifying a new instance name. However, it may be possible to
programmatically create an instance, although I doubt it.

Besides the ADO.NET newsgroup Herfried suggested, I recommend asking in
microsoft.public.sqlserver.msde.
 
Back
Top