Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sqlbug
Posting Yak Master
201 Posts |
Posted - 2009-11-26 : 13:26:50
|
| I need to deploy a .NET 2.0 windows application so if no SQL Server found on the network, it will allow them to install SQL Express.If there is SQL Server, then it will allow them to create a database with some baseline data.Really need help on this,Thanks. |
|
|
sqlbug
Posting Yak Master
201 Posts |
Posted - 2009-11-27 : 14:29:39
|
| basically, my concern is - to create a database with 30/40 tables with some data in some of them - the sql statements would be large. What would be the best approach to deal with it? |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
sqlbug
Posting Yak Master
201 Posts |
Posted - 2009-11-27 : 17:25:09
|
| Thanks Tara, |
 |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|