Subject | Working with Text Files |
---|---|
Author | Ahmet Elgin |
Post date | 2005-06-25T13:05:57Z |
How can I export text data from firebird? is there any utility like SQL
Server /osql/ utility.
/SQL Server /osql/ utility : Export text data from SQL Server
Usage :
osql -E -o c:\temp\authors.txt -d pubs -Q "SELECT * FROM authors"
switches:
-E Use trusted authentication
-o Output file
-d Database Name
-Q Run a query and leave osql
/Thanks,/
/
[Non-text portions of this message have been removed]
Server /osql/ utility.
/SQL Server /osql/ utility : Export text data from SQL Server
Usage :
osql -E -o c:\temp\authors.txt -d pubs -Q "SELECT * FROM authors"
switches:
-E Use trusted authentication
-o Output file
-d Database Name
-Q Run a query and leave osql
/Thanks,/
/
[Non-text portions of this message have been removed]