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
 General SQL Server Forums
 New to SQL Server Programming
 Help: Need Microsoft SQL Client

Author  Topic 

fragged
Starting Member

2 Posts

Posted - 2006-02-28 : 05:35:48
Hey guys,

I'm in need of a Microsoft SQL client, pref. one that supports all MS SQL servers, and easy to use is a big plus

Cheers guys

-fragged

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2006-02-28 : 07:08:12
what's a microsoft sql client?

vendor or job opening?

--------------------
keeping it simple...
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-02-28 : 07:51:52
Hi fragged, Welcome to SQL Team!

The "normal" client tools for SQL Server 2000 are on the Server Install disk. You go as-if to make a Server Install on your workstation and then you select only the "Client Tools" option.

If its SQL Server 2005 then there are some equivalent tools provided (branded under the "Visual" range!)

Kristen
Go to Top of Page

fragged
Starting Member

2 Posts

Posted - 2006-03-01 : 04:53:46
Yeah, i dont actually have the Database cd's

So theres no other 3rd party clients as there are with mysql or other sql servers?
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-03-01 : 05:23:56
"So theres no other 3rd party clients as there are with mysql or other sql servers?"

Yes there are, but I have no familiarity with them ...

There are two possible options. There is a command line utility OSQL.EXE that installs with MSDE; this is royalty free as far as I know.

There is a Developer Version of SQL Server. This is the full version (Enterprise even, I think!) but restricted to use on a single server by a single person (or something similar, but either way its a "sensible" license for a developer). Cost is about $50 I think - so obviously intended to be a "realistic" purchase for a developer.

All this gubbins is also available on MSDN if you have that.

Kristen
Go to Top of Page
   

- Advertisement -