what is the Microsoft SQL Server 2005 Client version?
-
Hi All , I'm beganer in SQL ,and I'm going to install aplication in the coustomer PC .My boss ask me to install Microsoft SQL Server 2005 Client version in the customer pc. my qustion is , what is the "Microsoft SQL Server 2005 Client version"? is it the sql native client or not? form where can i install it ? and how? is it free? Many thanks,
-
Hi All , I'm beganer in SQL ,and I'm going to install aplication in the coustomer PC .My boss ask me to install Microsoft SQL Server 2005 Client version in the customer pc. my qustion is , what is the "Microsoft SQL Server 2005 Client version"? is it the sql native client or not? form where can i install it ? and how? is it free? Many thanks,
Take a look at the information on Microsoft's SQL site[^], where you should be able to find what you need. I am not aware of a "client version" of SQL 2005 so you may need to clarify what it is that you will be running on the client PC. I assume that you already have the SQL Server installed somewhere.
-
Hi All , I'm beganer in SQL ,and I'm going to install aplication in the coustomer PC .My boss ask me to install Microsoft SQL Server 2005 Client version in the customer pc. my qustion is , what is the "Microsoft SQL Server 2005 Client version"? is it the sql native client or not? form where can i install it ? and how? is it free? Many thanks,
If the client is to query your database from his own SQL Server, then SQL Server Compact or Express Edition might be needed. See http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx If you use non-generic connection strings in your project (e.g. a different vendor's OLE DB provider for SQL Server 2008) and installed a driver, then you might need to download the appropriate drivers to the client machine.
-
Hi All , I'm beganer in SQL ,and I'm going to install aplication in the coustomer PC .My boss ask me to install Microsoft SQL Server 2005 Client version in the customer pc. my qustion is , what is the "Microsoft SQL Server 2005 Client version"? is it the sql native client or not? form where can i install it ? and how? is it free? Many thanks,
A database client is a desktop application that can be used to query a database. If the database is on a server that can be accessed over a network, your just need to install the client and connect to the server. For SQL Server, the most commonly used client is the SQL Server Management Studio (SSMS).
-
Hi All , I'm beganer in SQL ,and I'm going to install aplication in the coustomer PC .My boss ask me to install Microsoft SQL Server 2005 Client version in the customer pc. my qustion is , what is the "Microsoft SQL Server 2005 Client version"? is it the sql native client or not? form where can i install it ? and how? is it free? Many thanks,