August 8, 2012 at 9:00 pm
I am working on sql server 2008. I don't want to give complete sql server 2008 to my clients. Is there any client version available for sql server 2008, how to get it. [
August 9, 2012 at 2:51 am
Please explain a bit further.
Are you talking about tools to manage and query SQL? If so give them SSMS and limit what they can do to the database via security.
August 9, 2012 at 3:10 am
vineet.007.mm (8/8/2012)
I am working on sql server 2008. I don't want to give complete sql server 2008 to my clients. Is there any client version available for sql server 2008, how to get it. [
Hi!
If I understood you correctly, you question is about how to deploy app on per user machine with per user db on that machine?
You may deploy a free version of sql express, use localDB, or sql server compact - but you have to deploy sql server engine on users machine.
Here is a good artice comparing options SQL Express v LocalDB v SQL Compact Edition, here is some guides about deploying sql server How to deploy SQL Server 2008 Express as a prerequisite with ClickOnce, How to: Deploy a SQL Server Compact Edition Database with an Application.
Hope it will be helpful.
August 10, 2012 at 7:05 am
If you are asking about the difference between installing Management Studio to be able to query a SQL 2008 DB then No... there is not just client to query a db like there was in SQL2000. Unless you want to get a free tool like Squirrel or Toad.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply