Site sponsored by: Idera The gold standard of SQL Server performance monitoring & diagnostics.
SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • Quiz
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


Product Reviews

All Reviews
Audit Tools
Backup Tools
Change Management Tools
Clustering Tools
Coding Tools
Design Tools
Diff / Compare Tools
Documentation Tools
Job Management Tools
Log Recovery Tools
Monitoring Tools
Remote Access Tools
Reporting Tools
Security Tools
Testing Tools

Write for Us

Share your SQL Server knowledge with others and raise your profile in the community More...
Latest Articles

Recover Data Using Database Snapshots
Analyze and Fix Index Fragmentation in SQL Server 2008
Powerful Geographical Visualisations made easy with SQL 2008 Spatial (Part 2) ...
Backup User Databases Using a Maintenance Plan

More     
 
Latest FAQ's

How to alter a User Defined Data Type?
How to unzip a File in SSIS?
How to view previous query plans?
ALTER TABLE SWITCH statement failed because the object '%.*ls' is not ...

More     
   
Latest Software Reviews

Spotlight on ApexSQL Doc 2008
ApexSQL Enforce
Embarcadero Change Manager
SQL Server DBA Dashboard

More     

reviews >> coding tools >> Write SQL Statements Faster with SQL Prompt ...

Write SQL Statements Faster with SQL Prompt

By : Dinesh Asanka
Jun 20, 2006

Page 2 / 2



Using SQL Prompt

SQL Prompt will run in the background as a service and facilitate SQL Intellisense for your favorite T-SQL editor.

SQL Prompt works with multiple database servers. You do not have to install SQL Prompt on those servers. You need only provide connection string parameters when you use SQL Prompt with a server. You have the option of saving the connection string for later use. However, some of you may feel that saving the database string is a security issue.

Completion of Queries

It will be easy to demonstrate the usage of this tool with simple examples using the Northwind database.

To get the customers located in the U.S., you first have to get the list of tables, and then from that you have to identify the customer table, and then from that you have to identify the columns you need. With SQL Prompt you do not have to search of all this information. Instead, after you type Select *, SQL Prompt will list all the tables and views. You simply select the table customers from that list.

When you mouse over the table, you will see the table's structure. The field name, type, and length will be displayed in small popup windows. Column type and length are two parameters that you look for when writing T-SQL queries. SQL Prompt will display them as you write.


Figure 3: SQL prompt provides unobtrusive Intellisense style auto-completion for Microsoft SQL Server editors.

Similarly, this tool will help you write stored procedures by providing a list of parameters and their attributes. (Similar to the way query analyzer and management studio can generate execution scripts of SPs with their parameters.)

You can also save snippets of code and insert them with shortcuts as you write.

Maintaining Standards

An added feature of SQL Prompt is its ability to help you maintain standards when writing code; for example, you may like to uppercase all your keywords. SQL Prompt can automatically convert your lowercase scripts to uppercase scripts. You need only specify the keywords that you need to convert.



Summary

No special skills are needed to operate SQL prompt and zero effort will be needed to manage the tool.

This tool is the first of its kind in the industry and a superb addition to your toolbox. Hurry: for a very limited time, SQL Prompt is available for free. So why wait? Download this fascinating tool now and increase your productivity.


<< Prev Page         








Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | QDPMA Performance Tuning | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views


              © 1999-2008 by T10 Media. All rights reserved