Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesI would like to locate a book that focuses on MSSQL administration from the command line. My background is in Informix, and I am used to doing things from the prompt. Any recommendations?
Post Follow-up to this messageBooks Online. It may sound obvious, but in reality most admin interfaces to MSSQL are using TSQL - Enterprise Manager executes TSQL behind the scenes, and so does SQLDMO. If you're familiar with COM, you can use SQLDMO for most admin tasks, and if not then executing TSQL commands or scripts with osql.exe will work too. If you know how to do something in Enterprise Manager, but not from TSQL, then you can use Profiler to trace what EM is sending to the server and re-use that in your own scripts. Simon
Post Follow-up to this messageSimon Hayes wrote: > Books Online. It may sound obvious, but in reality most admin > interfaces to MSSQL are using TSQL - Enterprise Manager executes TSQL > behind the scenes, and so does SQLDMO. > > If you're familiar with COM, you can use SQLDMO for most admin tasks, > and if not then executing TSQL commands or scripts with osql.exe will > work too. If you know how to do something in Enterprise Manager, but > not from TSQL, then you can use Profiler to trace what EM is sending to > the server and re-use that in your own scripts. > > Simon > Thank you.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread