110 likes | 378 Views
SQL Server Tools, Utilities and Queries. Palak Patel. SQL Server Tools. SQL Server Service Manager Enterprise Manager. SQL Server Service Manager. SQL Server Services MSSQLSERVER SQLSERVERAGENT MSDTC Microsoft Search Starting, Pausing and Stopping Services
E N D
SQL Server Tools, Utilities and Queries Palak Patel
SQL Server Tools • SQL Server Service Manager • Enterprise Manager
SQL Server Service Manager • SQL Server Services • MSSQLSERVER • SQLSERVERAGENT • MSDTC • Microsoft Search • Starting, Pausing and Stopping Services • Auto-start services on start-up
SQL Server Enterprise Manager • Creating SQL Server Groups • Registering SQL Servers in Enterprise Manager • Some Rules for the above: • Groups can be created at local servers only and you can not copy them to other servers • Group named must be unique at each servers • SQL Server computer names can be made of Letters, Numbers and Punctuation Symbols like _,# and $
Enterprise Manager Wizards • Categories • Database • Data Transformation services • Management • Replication
Enterprise Manager Folders Menu Action Menu Tools Menu
SQL Server Types of Query & Tools • Type of Queries • Local Queries • Remote Queries • Tools • iSQL &OSQL (ODBC SQL) • MS Query • SQL Query Analyzer
iSQL & OSQL • OSQL /Usa /P /Sserver • iSQL /Usa /P /Sserver • Try: Select @@version • Exit to quit these tools
SQL Query Analyzer • Connection • Interface • Choosing Database • Automatically creating Queries • Viewing the results • Viewing Execution Plan • Connection Properties • Replaces iSQL_W
MS Query • Supplied with Office 97/2000/XP and Other Applications and Tools • Create an ODBC Connections • Use MS Query to View Data in Excel