Collections:
Running Queries with SQL Server Management Studio Express in SQL Server
How to run Queries with SQL Server Management Studio Express in SQL Server?
✍: FYIcenter.com
1. Launch and connect SQL Server Management Studio Express to the local SQL Server 2005 Express.
2. Click on the "New Query" button below the menu line. Enter the following SQL statement in the query window:
SELECT 'Welcome to FYIcenter.com SQL Server!'
3. Click the Execute button in the toolbar area. You should get the following in the result window:
Welcome to FYIcenter.com SQL Server!
See the following picture to know where the query and result windows are:
.
2016-12-04, 1782👍, 0💬
Popular Posts:
How To Get the Definition of a User Defined Function Back in SQL Server Transact-SQL? If you want ge...
How To Concatenate Two Text Values in Oracle? There are two ways to concatenate two text values toge...
How To Execute a Stored Procedure in SQL Server Transact-SQL? If you want execute a stored procedure...
Where to find answers to frequently asked questions on Transaction Management: Commit or Rollback in...
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...