Skip to Content.
Sympa Menu

freetds - Re: FreeTDS/SQL Server 2000 Woes...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Eric Deutsch" <edeutsch AT systemsbiology.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: FreeTDS/SQL Server 2000 Woes...
  • Date: Tue, 29 Jan 2002 13:29:31 -0800



> From: Casey Allen Shobe
>
> I'm getting a successful connection! My password had been changed.
>
> However I have no clue how do do anything like 'list tables'
> (db2) on mssql,
> so I have a nice learning curve ahead.

sp_tables
or
SELECT * FROM sysobjects WHERE type = 'U'


> I only have one final question...what is the best TDS version to
> use with SQL
> Server 2000?

Use TDS 7.0 unless it fails to work for you for some reason (in which case
you'd fall back to 4.2). I think there's already some support to TDS 8.0,
but it doesn't seem to work fully yet.


> --
> Casey Allen Shobe
> cshobe AT softhome.net
>
> ---
> You are currently subscribed to freetds as: [edeutsch AT systemsbiology.org]
> To unsubscribe, forward this message to
> $subst('Email.Unsub')
>





Archive powered by MHonArc 2.6.24.

Top of Page