Are there any free clients that interface with a Microsoft SQL Server located on a remote server?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Use the free product from Microsoft: SQL-Server Management Studio Express |
|||
|
|
|
Sure. Every windows has a driver and then there is the some open source library talking the wire level protocol. All those are, from a SQL Server's point of view, clients. One level higher you have TONS of programming langauges that can handle databases. |
|||
|
|
Look for a product called "Toad". I believe they have a free version. It also supports multiple platforms as well. I don't use it myself, as I only have to manage one platform. However, I have seen numerous cow-orkers using it and they had good things to say about it. |
|||
|
|