SQL Server Video - OSQL - What It Is and How to Use It
SQL Server Video Tutorial: OSQL - What It Is and How to Use It
OSQL is to the DOS Prompt what Query Analyzer is to Windows; i.e., OSQL is your query writing tool for working in DOS. You can interactively write code and run SQL queries, updates and the like if you want but you can also tell it to execute a script file using the "-i" switch. This video, recorded by SQL guru Scott Whigham, shows you how to use OSQL in your organization to run batch files (.bat files that run SQL scripts) and more.
This video is part of LearnItFirst's SQL Server 2000 Database Administration training course.
Related Links:


<< Home