<?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>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-172808</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 12:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-172808</guid>
		<description><![CDATA[If you use version 2008 with intellisense enabled, just go the END and delete D and type D, It will highlight the respective BEGIN]]></description>
		<content:encoded><![CDATA[<p>If you use version 2008 with intellisense enabled, just go the END and delete D and type D, It will highlight the respective BEGIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shankar</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-172107</link>
		<dc:creator><![CDATA[Shankar]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 12:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-172107</guid>
		<description><![CDATA[Hi sir, If there are so many begin and end statements in proc what is shortcut to find end statements for perticular Begin.]]></description>
		<content:encoded><![CDATA[<p>Hi sir, If there are so many begin and end statements in proc what is shortcut to find end statements for perticular Begin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sushil</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-171977</link>
		<dc:creator><![CDATA[sushil]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 05:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-171977</guid>
		<description><![CDATA[CTRL+SHIFT+Q is used to add the database diagrams]]></description>
		<content:encoded><![CDATA[<p>CTRL+SHIFT+Q is used to add the database diagrams</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-140885</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 14 Jun 2011 13:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-140885</guid>
		<description><![CDATA[In the toolbar, goto query--&gt;IntelliSense Enabled. Make sure it is enabled]]></description>
		<content:encoded><![CDATA[<p>In the toolbar, goto query&#8211;&gt;IntelliSense Enabled. Make sure it is enabled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubs</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-140676</link>
		<dc:creator><![CDATA[Shubs]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 06:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-140676</guid>
		<description><![CDATA[when am writing a procedure or function in a query analyser sql server 2008 am not getting a intelligence popup which will guide to select the function,object or column or table names.
Do i have to install a specific service pack ??Please suggest me.]]></description>
		<content:encoded><![CDATA[<p>when am writing a procedure or function in a query analyser sql server 2008 am not getting a intelligence popup which will guide to select the function,object or column or table names.<br />
Do i have to install a specific service pack ??Please suggest me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: happy</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-87011</link>
		<dc:creator><![CDATA[happy]]></dc:creator>
		<pubDate>Wed, 08 Sep 2010 03:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-87011</guid>
		<description><![CDATA[hello sir

       i have one database .i have two tabie (emp), (salary). i have 300 rows in emp table.but i have no rows in salary
i have merge that  two tables emp and salary
select * into salary from emp , i have added 100 rows in emp
i want a that  second time i merge that two table emp or
salary only for 1oo rows not 300 rows
thankyou
pinal dave sir]]></description>
		<content:encoded><![CDATA[<p>hello sir</p>
<p>       i have one database .i have two tabie (emp), (salary). i have 300 rows in emp table.but i have no rows in salary<br />
i have merge that  two tables emp and salary<br />
select * into salary from emp , i have added 100 rows in emp<br />
i want a that  second time i merge that two table emp or<br />
salary only for 1oo rows not 300 rows<br />
thankyou<br />
pinal dave sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind DHiman</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-67384</link>
		<dc:creator><![CDATA[Arvind DHiman]]></dc:creator>
		<pubDate>Wed, 28 Apr 2010 09:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-67384</guid>
		<description><![CDATA[Hi,

Is there any short cut to write &quot;Select * from&quot; in SQL 2005 or 2008. If such a short cut exists please let me know.

thanks and regards,
Arvind Dhiman]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there any short cut to write &#8220;Select * from&#8221; in SQL 2005 or 2008. If such a short cut exists please let me know.</p>
<p>thanks and regards,<br />
Arvind Dhiman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asdf</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-60390</link>
		<dc:creator><![CDATA[asdf]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-60390</guid>
		<description><![CDATA[is there anyway to disable the keyboard shortcut ctrl+e for Execute?

it is so close to ctrl+r , ctrl+d etc.. accidentally pressing it when working on a query could be disastrous..]]></description>
		<content:encoded><![CDATA[<p>is there anyway to disable the keyboard shortcut ctrl+e for Execute?</p>
<p>it is so close to ctrl+r , ctrl+d etc.. accidentally pressing it when working on a query could be disastrous..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-58161</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Thu, 03 Dec 2009 20:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-58161</guid>
		<description><![CDATA[Hello Shiv,

You can query the table name in sys.Tables. For more details see my article: http://blog.sqlauthority.com/2008/08/06/sql-server-query-to-find-column-from-all-tables-of-database/

There are many way to see columns of a table as you can see columns in SSMS or by sp_help .

If this is not what you are looking for then please describe your question in detail.

Kind Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Shiv,</p>
<p>You can query the table name in sys.Tables. For more details see my article: <a href="http://blog.sqlauthority.com/2008/08/06/sql-server-query-to-find-column-from-all-tables-of-database/" rel="nofollow">http://blog.sqlauthority.com/2008/08/06/sql-server-query-to-find-column-from-all-tables-of-database/</a></p>
<p>There are many way to see columns of a table as you can see columns in SSMS or by sp_help .</p>
<p>If this is not what you are looking for then please describe your question in detail.</p>
<p>Kind Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiv kumar sharma</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-58149</link>
		<dc:creator><![CDATA[shiv kumar sharma]]></dc:creator>
		<pubDate>Thu, 03 Dec 2009 13:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/01/20/query-analyzer-shortcuts/#comment-58149</guid>
		<description><![CDATA[How to makes Query For find the table name and how can see the tables colom &amp; row

Thanks]]></description>
		<content:encoded><![CDATA[<p>How to makes Query For find the table name and how can see the tables colom &amp; row</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://blog.sqlauthority.com/2007/01/20/sql-server-query-analyzer-shortcuts/#comment-53615</link>
		<dc:creator><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[@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><![CDATA[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><![CDATA[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;,&#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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[[...] 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><![CDATA[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><![CDATA[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><![CDATA[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><![CDATA[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>
</channel>
</rss>

