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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Do I need to install SQL Server to deploy application

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-12-05 : 08:46:30
Jaspall writes "Hello there,

SQL: SQL Server 2000
OS: Win NT

Do I need to install SQL Server at my customers place, if I have developed Client - Server type of application. I mean can't I just connect to SQL Server database by directly specifying the *.mdb, just like Access ? So that my customer don't have to buy the SQL Server. Is this illegal ? If I can, can I perform normal operation on the database like calling stored procedures and so on.

Please reply as soon as possible.

Thank you.

Regards
Jaspall"

nr
SQLTeam MVY

12543 Posts

Posted - 2001-12-05 : 09:45:11
You can try msde which I think is a free run time version of the sql server engine with visual studio.
If you need the full version of sql server then yes you will need to buy a licence.

==========================================
Cursors are useful if you don't know sql.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -