<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Query Analyzer Shortcuts</title>
	<atom:link href="http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keith</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-53615</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 10 Jul 2009 15:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-53615</guid>
		<description>What about CTRL-0 for entering a NULL value into a field when looking at grid view of a table.

Also, is there a CTRL-? shortcut for entering the current date and time into a datetime field similar to the CTRL-0 shortcut for the NULL value?</description>
		<content:encoded><![CDATA[<p>What about CTRL-0 for entering a NULL value into a field when looking at grid view of a table.</p>
<p>Also, is there a CTRL-? shortcut for entering the current date and time into a datetime field similar to the CTRL-0 shortcut for the NULL value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-52068</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Tue, 19 May 2009 18:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-52068</guid>
		<description>hi im trying to open mssms and load a store procedure from an specific data base using this script 
sqlwb.exe [-S server_name[\instance]] [-d dbname] [-U dbuser] [-P dbpass] [-E] [file_name[, sp_search]] [/?]

but is not working to load the sp but the mssms it does open 

any sugestion?</description>
		<content:encoded><![CDATA[<p>hi im trying to open mssms and load a store procedure from an specific data base using this script<br />
sqlwb.exe [-S server_name[\instance]] [-d dbname] [-U dbuser] [-P dbpass] [-E] [file_name[, sp_search]] [/?]</p>
<p>but is not working to load the sp but the mssms it does open </p>
<p>any sugestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shariff</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-46167</link>
		<dc:creator>shariff</dc:creator>
		<pubDate>Fri, 30 Jan 2009 13:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-46167</guid>
		<description>thanks ...</description>
		<content:encoded><![CDATA[<p>thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohit</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-45669</link>
		<dc:creator>rohit</dc:creator>
		<pubDate>Fri, 16 Jan 2009 09:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-45669</guid>
		<description>Hi ,what does &#039;N&#039; and &#039;U&#039; in the following command stand for?also what is the necessity of Go in this ??? the following command executed even without the use of it?..


USE AdventureWorks;
GO
IF OBJECT_ID (N&#039;dbo.AWBuildVersion&#039;, N&#039;U&#039;) IS NOT NULL
DROP TABLE dbo.AWBuildVersion;
GO</description>
		<content:encoded><![CDATA[<p>Hi ,what does &#8216;N&#8217; and &#8216;U&#8217; in the following command stand for?also what is the necessity of Go in this ??? the following command executed even without the use of it?..</p>
<p>USE AdventureWorks;<br />
GO<br />
IF OBJECT_ID (N&#8217;dbo.AWBuildVersion&#8217;, N&#8217;U') IS NOT NULL<br />
DROP TABLE dbo.AWBuildVersion;<br />
GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-45524</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 10 Jan 2009 19:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-45524</guid>
		<description>I have been using SQL Server 2000 for several years and I have used DTS to import and export data between internal and external tables.

Recently I installed SQL Server 2005 &quot;Developer&quot; and can not find DTS.

Any suggestions?  Thanks</description>
		<content:encoded><![CDATA[<p>I have been using SQL Server 2000 for several years and I have used DTS to import and export data between internal and external tables.</p>
<p>Recently I installed SQL Server 2005 &#8220;Developer&#8221; and can not find DTS.</p>
<p>Any suggestions?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJN</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-44723</link>
		<dc:creator>BJN</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-44723</guid>
		<description>Hi Rehan,

Can you recheck whether the database existed with same (the db name which you want restore).  if not found in Enterprise Manager, Enter the command as Use DBNAME in Query Analyzer. 

If found in Enterprise Manager, check query analyzer opened with the that Data base.  close the query analyzer and delete the exist data base.

If still also not able to delete, clear the connections in detach window and delete the .mdf &amp; log files in the specified path.

Hope it will solve.

Thanks
BJN</description>
		<content:encoded><![CDATA[<p>Hi Rehan,</p>
<p>Can you recheck whether the database existed with same (the db name which you want restore).  if not found in Enterprise Manager, Enter the command as Use DBNAME in Query Analyzer. </p>
<p>If found in Enterprise Manager, check query analyzer opened with the that Data base.  close the query analyzer and delete the exist data base.</p>
<p>If still also not able to delete, clear the connections in detach window and delete the .mdf &amp; log files in the specified path.</p>
<p>Hope it will solve.</p>
<p>Thanks<br />
BJN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rehan</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-43692</link>
		<dc:creator>Rehan</dc:creator>
		<pubDate>Tue, 14 Oct 2008 11:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-43692</guid>
		<description>Dear All,

please help me out for restoring the database for sql 2000, i m getting error &quot; database is already in use&quot; when i try to do the restore.

please help me to get the command to stop the database.

Thanks 

Rehan</description>
		<content:encoded><![CDATA[<p>Dear All,</p>
<p>please help me out for restoring the database for sql 2000, i m getting error &#8221; database is already in use&#8221; when i try to do the restore.</p>
<p>please help me to get the command to stop the database.</p>
<p>Thanks </p>
<p>Rehan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-41107</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Thu, 31 Jul 2008 08:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-41107</guid>
		<description>Thanks Mr Imran for your kind help...........</description>
		<content:encoded><![CDATA[<p>Thanks Mr Imran for your kind help&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-40940</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Tue, 29 Jul 2008 02:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-40940</guid>
		<description>@Name

in Your table 10th column which is job_title is defined to take not more than 20 characters, but in your insert statement you are trying to insert 24 characters which is &quot;Web Developer &amp; Designer&quot;. That is why insert statement is failing.

Solution for this problem is either change the max size of the job_title column to 50 or make the value of that column small example : &quot;Web Devp &amp; Designer.&quot;

Hope this helps.

Thanks,
Imran.</description>
		<content:encoded><![CDATA[<p>@Name</p>
<p>in Your table 10th column which is job_title is defined to take not more than 20 characters, but in your insert statement you are trying to insert 24 characters which is &#8220;Web Developer &amp; Designer&#8221;. That is why insert statement is failing.</p>
<p>Solution for this problem is either change the max size of the job_title column to 50 or make the value of that column small example : &#8220;Web Devp &amp; Designer.&#8221;</p>
<p>Hope this helps.</p>
<p>Thanks,<br />
Imran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-40898</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Mon, 28 Jul 2008 10:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-40898</guid>
		<description>I was creating a table name ContactForm and then i inserted values in the table but its gives an error------ please see the details----------------

CREATE TABLE [dbo].[ContactForm] (
	[Cust_Id] [int] PRIMARY KEY NOT NULL,
	[Name] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Address] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[City] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[State] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Country] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Contact_No] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[E_mail] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Company] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Job_Title] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Relation] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Abt_us] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
	[Msg] [varchar] (60) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
) ON [PRIMARY]


Values insertion:
Insert into ContactForm Values (1, &#039;Saurabh Verma&#039;,&#039;18/271, Behron Gali, Maithan&#039;, &#039;Agra&#039;, 
&#039;Uttar Pradesh&#039;, &#039;India&#039;, 09319394568, &#039;iamsaurabhverma@gmail.com&#039;, &#039;Image Software&#039;, 
&#039;Web Developer &amp; Designer&#039;, &#039;Employee&#039;, &#039;Events&#039;, &#039;Please Reply&#039;)



Error:
Msg 8152, Level 16, State 14, Line 1
String or binary data would be truncated.
The statement has been terminated.



Please give me suggestions</description>
		<content:encoded><![CDATA[<p>I was creating a table name ContactForm and then i inserted values in the table but its gives an error&#8212;&#8212; please see the details&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>CREATE TABLE [dbo].[ContactForm] (<br />
	[Cust_Id] [int] PRIMARY KEY NOT NULL,<br />
	[Name] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Address] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[City] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[State] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Country] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Contact_No] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[E_mail] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Company] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Job_Title] [varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Relation] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Abt_us] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
	[Msg] [varchar] (60) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,<br />
) ON [PRIMARY]</p>
<p>Values insertion:<br />
Insert into ContactForm Values (1, &#8216;Saurabh Verma&#8217;,'18/271, Behron Gali, Maithan&#8217;, &#8216;Agra&#8217;,<br />
&#8216;Uttar Pradesh&#8217;, &#8216;India&#8217;, 09319394568, &#8216;iamsaurabhverma@gmail.com&#8217;, &#8216;Image Software&#8217;,<br />
&#8216;Web Developer &amp; Designer&#8217;, &#8216;Employee&#8217;, &#8216;Events&#8217;, &#8216;Please Reply&#8217;)</p>
<p>Error:<br />
Msg 8152, Level 16, State 14, Line 1<br />
String or binary data would be truncated.<br />
The statement has been terminated.</p>
<p>Please give me suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sopheap</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-39144</link>
		<dc:creator>Sopheap</dc:creator>
		<pubDate>Tue, 10 Jun 2008 18:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-39144</guid>
		<description>Dave,
You forgot to mention ALT + X = Execute.  It&#039;s one of my favorite short cut.


Sopheap</description>
		<content:encoded><![CDATA[<p>Dave,<br />
You forgot to mention ALT + X = Execute.  It&#8217;s one of my favorite short cut.</p>
<p>Sopheap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gogul</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-38917</link>
		<dc:creator>Gogul</dc:creator>
		<pubDate>Mon, 02 Jun 2008 14:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-38917</guid>
		<description>Hi Guys,

This is very useful resource while handling Query Analyzer Very Effectively. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>This is very useful resource while handling Query Analyzer Very Effectively. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Query Analyzer Shortcuts - Part 2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35836</link>
		<dc:creator>SQL SERVER - Query Analyzer Shortcuts - Part 2 Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35836</guid>
		<description>[...] reader&#8217;s articles to read as much as I enjoy expert&#8217;s articles. One of blog reader Praveen Barath always have good ideas to share. Here is Praveen Barath&#8217;s comment on my previous article [...]</description>
		<content:encoded><![CDATA[<p>[...] reader&#8217;s articles to read as much as I enjoy expert&#8217;s articles. One of blog reader Praveen Barath always have good ideas to share. Here is Praveen Barath&#8217;s comment on my previous article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Barath</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35825</link>
		<dc:creator>Praveen Barath</dc:creator>
		<pubDate>Mon, 28 Apr 2008 12:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35825</guid>
		<description>The most commonly used keyboard shortcuts in the SQL Server Management Studio (SSMS).
 
Run and then SqlWb.exe to launch SQL Server Management Studio
 
Results in Grid	
Ctrl + D
 
Change database	
Ctrl + U
 
Results in Text	
Ctrl + T
 
Execute Query	
Ctrl + E or F5 
 
Show/Hide Object browser	
F8 (Auto Hide has to be enabled)
 
New Query Window	
Ctrl + Q
 
New Query with New Connection	
Ctrl + N (Then selecting SQL Server Query template)
 
Open a .SQL Script file	
Ctrl + O
 
Full Screen	
Shift + Alt + Enter
 
Parse the query	
Ctrl + F5
 
Show/Hide Results Pane	
Ctrl + R
 
Switch between query and results panes	
F6
 
Information about all the objects in the current database	
Alt + F1


Praveen Barath</description>
		<content:encoded><![CDATA[<p>The most commonly used keyboard shortcuts in the SQL Server Management Studio (SSMS).</p>
<p>Run and then SqlWb.exe to launch SQL Server Management Studio</p>
<p>Results in Grid<br />
Ctrl + D</p>
<p>Change database<br />
Ctrl + U</p>
<p>Results in Text<br />
Ctrl + T</p>
<p>Execute Query<br />
Ctrl + E or F5 </p>
<p>Show/Hide Object browser<br />
F8 (Auto Hide has to be enabled)</p>
<p>New Query Window<br />
Ctrl + Q</p>
<p>New Query with New Connection<br />
Ctrl + N (Then selecting SQL Server Query template)</p>
<p>Open a .SQL Script file<br />
Ctrl + O</p>
<p>Full Screen<br />
Shift + Alt + Enter</p>
<p>Parse the query<br />
Ctrl + F5</p>
<p>Show/Hide Results Pane<br />
Ctrl + R</p>
<p>Switch between query and results panes<br />
F6</p>
<p>Information about all the objects in the current database<br />
Alt + F1</p>
<p>Praveen Barath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Barath</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35823</link>
		<dc:creator>Praveen Barath</dc:creator>
		<pubDate>Mon, 28 Apr 2008 12:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35823</guid>
		<description>Hi Robert,

 MSSQL server 2005 is a database platform , Platform because from one window you can connect to any of MSSQL services like SSMS, SSRS,SSIS,SSAS..etc.

I am coming to your doubt why they shifted to SSMS as it s far slow.

As the matter of fact MSSQL 2005 is more graphical more user friendly and handy tool, I hope once you will aware of all SSMS functionality or new feature you might change your views, I agree it require more hardware recourses like RAM, 500 MB Min, and 1000 Mb Recommended rest depends on your work load. Also I feel you would be more contented with 2000 but still there are new upcoming DBA’s which require these sort of user friendly interface.(If still you face slowness check your settings and resourses.)

Shortcut Doubts:

2000 – isqlw –To open a query analyzer in 2000

2005 – sqlwb—To open SSMS in 2005 (Not Query analyzer For New Query use Alt+N)

2005 –ssmsee—TO open SSMS in 2005 (Express Edition)

Rest of the short cuts you can check as Pinal already discussed in the top of the blog.

Thanks 

Praveen Barath

P:S: 
SSMS- Sql server management studio</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p> MSSQL server 2005 is a database platform , Platform because from one window you can connect to any of MSSQL services like SSMS, SSRS,SSIS,SSAS..etc.</p>
<p>I am coming to your doubt why they shifted to SSMS as it s far slow.</p>
<p>As the matter of fact MSSQL 2005 is more graphical more user friendly and handy tool, I hope once you will aware of all SSMS functionality or new feature you might change your views, I agree it require more hardware recourses like RAM, 500 MB Min, and 1000 Mb Recommended rest depends on your work load. Also I feel you would be more contented with 2000 but still there are new upcoming DBA’s which require these sort of user friendly interface.(If still you face slowness check your settings and resourses.)</p>
<p>Shortcut Doubts:</p>
<p>2000 – isqlw –To open a query analyzer in 2000</p>
<p>2005 – sqlwb—To open SSMS in 2005 (Not Query analyzer For New Query use Alt+N)</p>
<p>2005 –ssmsee—TO open SSMS in 2005 (Express Edition)</p>
<p>Rest of the short cuts you can check as Pinal already discussed in the top of the blog.</p>
<p>Thanks </p>
<p>Praveen Barath</p>
<p>P:S:<br />
SSMS- Sql server management studio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35556</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 25 Apr 2008 08:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35556</guid>
		<description>sqlwb is not a shortcut for Query Analyzer in SQL Server 2005. It opens the Management Studio which in my view is far slower than Query Analyzer in editing and manipulating queries.
Why they chose to remove a quick solid working program I cannot understand.
How do you even format your queries in Management Studio?
For me it does not accept tabs and will reformat as soon as I execute.</description>
		<content:encoded><![CDATA[<p>sqlwb is not a shortcut for Query Analyzer in SQL Server 2005. It opens the Management Studio which in my view is far slower than Query Analyzer in editing and manipulating queries.<br />
Why they chose to remove a quick solid working program I cannot understand.<br />
How do you even format your queries in Management Studio?<br />
For me it does not accept tabs and will reformat as soon as I execute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viral</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35283</link>
		<dc:creator>viral</dc:creator>
		<pubDate>Tue, 22 Apr 2008 06:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35283</guid>
		<description>one more thing, I can execute sp_helptext  with any object ow dbo but 

if i go for sp_helptext   Product.DetailTable

It will give same error.

Thanks 

Viral</description>
		<content:encoded><![CDATA[<p>one more thing, I can execute sp_helptext  with any object ow dbo but </p>
<p>if i go for sp_helptext   Product.DetailTable</p>
<p>It will give same error.</p>
<p>Thanks </p>
<p>Viral</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viral</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35282</link>
		<dc:creator>viral</dc:creator>
		<pubDate>Tue, 22 Apr 2008 06:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35282</guid>
		<description>Hi,

I have used ALT + F1 and its really good habit to use it while working.

I have one query here with table with schema,

I have table named  [Product].[DetailTable] where product is my schema instead of dbo

I can execute this query 
SELECT * FROM [Product].[DetailTable]

but when I go to use ALT + F1 

it gives error like - &quot;Incorrect syntax near &#039;.&#039;.&quot;


Any idea?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have used ALT + F1 and its really good habit to use it while working.</p>
<p>I have one query here with table with schema,</p>
<p>I have table named  [Product].[DetailTable] where product is my schema instead of dbo</p>
<p>I can execute this query<br />
SELECT * FROM [Product].[DetailTable]</p>
<p>but when I go to use ALT + F1 </p>
<p>it gives error like &#8211; &#8220;Incorrect syntax near &#8216;.&#8217;.&#8221;</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gd</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-35155</link>
		<dc:creator>gd</dc:creator>
		<pubDate>Thu, 17 Apr 2008 05:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-35155</guid>
		<description>queryanalyzer

2000 - isqlw
2005 - sqlwb
2008 - ssms</description>
		<content:encoded><![CDATA[<p>queryanalyzer</p>
<p>2000 &#8211; isqlw<br />
2005 &#8211; sqlwb<br />
2008 &#8211; ssms</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vempalli sasireddy</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-34791</link>
		<dc:creator>vempalli sasireddy</dc:creator>
		<pubDate>Wed, 02 Apr 2008 11:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-34791</guid>
		<description>Hi,

This is simply super.I to maximum use key board Shorts.I knew one thing from you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is simply super.I to maximum use key board Shorts.I knew one thing from you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
