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

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • 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