MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 1 as of 2013-09-11 15:12:37
  • freetds

freetds

FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.

Query MSSQL with tsql command

TDSVER=7.0 tsql -H 192.168.1.123 -U userx -P 12345678-p 1433

Show databases:

   1 select name from master..sysdatabases;
   2 go

Show tables:

   1 SELECT * FROM information_schema.tables;
   2 go
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01