views:

23

answers:

2

Hi,

I have prepared an installer which will deploy some files as well as will create database, tables, procedures, etc.

The problem is if the user wants to install db, procs. on remote server then I require SQL client to be installed on machine from where I am installing my application. I dont want to have this (as clients would not agree too)

I am taking input for database connection. Now I want to create all the tables, procedures, functions on remote server(provided by client) without having to install sql server client on local machine.

Thanks, Sunil