
April 15th, 2003, 03:48 PM
|
|
Junior Member
|
|
Join Date: Mar 2003
Location: Lagos,NIGERIA.
Posts: 21
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
automate database creation against SQL Server
Hello ,
I have to create a complex database repeatedly on different servers running SQL Server.
I have succeeded in doing this (partly) with SQLDMO object library - i have created the Database , Tables , Stored proceedures . But i cant figure how to create Indexes on the tables using SQLDMO .
Can any body help me out in this regard ?, is it possible to create the full database on my test server any recreate it on the other servers through SQL scripts ( and the osql utility) ?, Do you have an alternative solution apart from SQLDMO . Please help
|