This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
SQL SERVER - 2005 - Open SSMS From Command Prompt - sqlwb.exe Example

SQL SERVER – 2005 – Open SSMS From Command Prompt – sqlwb.exe Example

October 5, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server Management Studio, SQL Shortcut, SQL Utility

Open SSMS from command prompt with the sqlwb command. I show its syntax and the switches I use, like -E and -nosplash, to start Management Studio.

Read More
SQL SERVER - Find Name of The SQL Server Instance

SQL SERVER – Find Name of The SQL Server Instance

October 2, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Utility

SELECT @@SERVERNAME returns the name of the SQL Server instance. We used it in stored procedures that ran different logic on each server during a migration.

Read More
Click New Query button in SQL Server Management Studio.

SQL SERVER – 2005 Query Editor – Microsoft SQL Server Management Studio

September 30, 2007
Pinal Dave
SQL Tips and Tricks
SQL Server Management Studio, SQL Utility

Where is the Query Editor in SQL Server 2005? It is part of SQL Server Management Studio, and I list the enhancements it brings over older tools.

Read More
SQLAuthority News - Active Directory Integration Sample Script

SQLAuthority News – Active Directory Integration Sample Script

September 16, 2007
Pinal Dave
SQL Tips and Tricks
SQL Download, SQL Utility

A Microsoft sample script that reads computer names from your SQL Server database and adds them to an Active Directory security group for agent assignment.

Read More
SQL SERVER - 2005 - White Paper - Integrating Visio 2007 and Microsoft SQL Server 2005

SQL SERVER – 2005 – White Paper – Integrating Visio 2007 and Microsoft SQL Server 2005

September 10, 2007
Pinal Dave
SQL Tips and Tricks
SQL Download, SQL Utility, SQL White Papers

A Microsoft white paper on connecting Visio 2007 to SQL Server 2005 data, including an Analysis Services cube shown as a Visio PivotDiagram.

Read More
SQL Server Command Prompt.

SQL SERVER – 2005 – Start Stop Restart SQL Server From Command Prompt

September 9, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Utility

Start, stop or restart SQL Server from the command prompt with net start mssqlserver and net stop mssqlserver. A batch file can run both together.

Read More
Sqlcmd command prompt window.

SQL SERVER – 2005 – Introduction and Explanation to sqlcmd

September 6, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Utility, sqlcmd

An introduction to sqlcmd, the SQL Server 2005 command prompt utility that runs ad hoc T-SQL statements and scripts, and how it improves on isql and osql.

Read More
Previous 1 … 24 25 26 27 28 29 30 … 33 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com