<?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 Programming Joes 2 Pros: Programming &amp; Development for Microsoft SQL Server 2008 (SQL Exam 70-433) Volume 4</title>
	<atom:link href="http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: subash</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-288795</link>
		<dc:creator><![CDATA[subash]]></dc:creator>
		<pubDate>Fri, 25 May 2012 21:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-288795</guid>
		<description><![CDATA[You can use the following:
SELECT CONVERT(VARCHAR(10),GETDATE(),103)

GETDATE() is used to generate current date time value, you can use your date field instead of it.]]></description>
		<content:encoded><![CDATA[<p>You can use the following:<br />
SELECT CONVERT(VARCHAR(10),GETDATE(),103)</p>
<p>GETDATE() is used to generate current date time value, you can use your date field instead of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sairam</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-271529</link>
		<dc:creator><![CDATA[sairam]]></dc:creator>
		<pubDate>Tue, 03 Apr 2012 19:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-271529</guid>
		<description><![CDATA[hi sir can u help me from my doubt]]></description>
		<content:encoded><![CDATA[<p>hi sir can u help me from my doubt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jignesh thakre</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-270701</link>
		<dc:creator><![CDATA[Jignesh thakre]]></dc:creator>
		<pubDate>Mon, 02 Apr 2012 04:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-270701</guid>
		<description><![CDATA[Hi
sir

I want to work on database side ...
I m at intial level... plz help me that how to start with nd get success....]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
sir</p>
<p>I want to work on database side &#8230;<br />
I m at intial level&#8230; plz help me that how to start with nd get success&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anurag Pandey</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-270541</link>
		<dc:creator><![CDATA[Anurag Pandey]]></dc:creator>
		<pubDate>Sun, 01 Apr 2012 17:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-270541</guid>
		<description><![CDATA[I want to learn MS sql.Please suggest which book is good for start prepration]]></description>
		<content:encoded><![CDATA[<p>I want to learn MS sql.Please suggest which book is good for start prepration</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zubair</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-269356</link>
		<dc:creator><![CDATA[zubair]]></dc:creator>
		<pubDate>Thu, 29 Mar 2012 10:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-269356</guid>
		<description><![CDATA[insert into tablename (Colmnname)  values  values (Right(&#039;KUMAR&#039;,4))]]></description>
		<content:encoded><![CDATA[<p>insert into tablename (Colmnname)  values  values (Right(&#8216;KUMAR&#8217;,4))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-265281</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 20 Mar 2012 10:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-265281</guid>
		<description><![CDATA[insert itno table(col)
select substring(col,2,len(col)) from table]]></description>
		<content:encoded><![CDATA[<p>insert itno table(col)<br />
select substring(col,2,len(col)) from table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vimal kumar</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-263734</link>
		<dc:creator><![CDATA[vimal kumar]]></dc:creator>
		<pubDate>Fri, 16 Mar 2012 13:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-263734</guid>
		<description><![CDATA[hello pinal sir,
i want make base in sql ,can you please tell me about what should i do,just suggest me about a book by which i can go ahead...............]]></description>
		<content:encoded><![CDATA[<p>hello pinal sir,<br />
i want make base in sql ,can you please tell me about what should i do,just suggest me about a book by which i can go ahead&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumarswamy1980kumar</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-262002</link>
		<dc:creator><![CDATA[kumarswamy1980kumar]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 08:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-262002</guid>
		<description><![CDATA[Hi Pinal

I want a query for below questions

i have string called  &#039;Kumar&quot;

i need to insert it into a database.. i need to insert only &quot;UMAR&quot; in to database please give me the query]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>I want a query for below questions</p>
<p>i have string called  &#8216;Kumar&#8221;</p>
<p>i need to insert it into a database.. i need to insert only &#8220;UMAR&#8221; in to database please give me the query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabhu</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-251053</link>
		<dc:creator><![CDATA[prabhu]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 19:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-251053</guid>
		<description><![CDATA[use convert function]]></description>
		<content:encoded><![CDATA[<p>use convert function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dattatray Suryawanshi</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-250645</link>
		<dc:creator><![CDATA[Dattatray Suryawanshi]]></dc:creator>
		<pubDate>Thu, 09 Feb 2012 18:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-250645</guid>
		<description><![CDATA[I wanted to know how I can store date (dd/mm/yyyy)format during create table in SQL SERVER.]]></description>
		<content:encoded><![CDATA[<p>I wanted to know how I can store date (dd/mm/yyyy)format during create table in SQL SERVER.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-246125</link>
		<dc:creator><![CDATA[ravi]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 10:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-246125</guid>
		<description><![CDATA[how to use group by in sql explain in simple terms..
i want to use group by for single column...]]></description>
		<content:encoded><![CDATA[<p>how to use group by in sql explain in simple terms..<br />
i want to use group by for single column&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zia</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-239972</link>
		<dc:creator><![CDATA[zia]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 04:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-239972</guid>
		<description><![CDATA[1) In my table have sysdate.
but I want to only date as per example 18/01/2012.
please Answer.]]></description>
		<content:encoded><![CDATA[<p>1) In my table have sysdate.<br />
but I want to only date as per example 18/01/2012.<br />
please Answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-232820</link>
		<dc:creator><![CDATA[james]]></dc:creator>
		<pubDate>Sat, 07 Jan 2012 08:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-232820</guid>
		<description><![CDATA[i am new fresh graduate i am looking a carrer in SQL DBA.i want start learning sql .and tell how can i write coding system?]]></description>
		<content:encoded><![CDATA[<p>i am new fresh graduate i am looking a carrer in SQL DBA.i want start learning sql .and tell how can i write coding system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MUKESH KUMAR</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-211927</link>
		<dc:creator><![CDATA[MUKESH KUMAR]]></dc:creator>
		<pubDate>Tue, 06 Dec 2011 08:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-211927</guid>
		<description><![CDATA[i need some important query n function in sql server .n i think this site is best for my query.]]></description>
		<content:encoded><![CDATA[<p>i need some important query n function in sql server .n i think this site is best for my query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: techcreation</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-198378</link>
		<dc:creator><![CDATA[techcreation]]></dc:creator>
		<pubDate>Fri, 18 Nov 2011 07:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-198378</guid>
		<description><![CDATA[Gr8 Job..!!!]]></description>
		<content:encoded><![CDATA[<p>Gr8 Job..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blog.sqlauthority.com/sql-server-books/sql-programming-joes-2-pros-programming-development-for-microsoft-sql-server-2008-sql-exam-70-433-volume-4/#comment-187846</link>
		<dc:creator><![CDATA[sam]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 16:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?page_id=15472#comment-187846</guid>
		<description><![CDATA[Hi Pinal,

Your blogs and articles have been extremely useful so far.  Can you pls help me with my query below.

I have upsized from access to sql server 2008. I am accessing my access forms/application from client pc which is in domain and sql server is in workgroup.

So today, users just runs access forms from client machine and views / edits data. That is fine. But I don&#039;t want that all users should be able to edit the data.

How can i implement security in access so that only 1 user can change data and than rest everyone ( user may grow ) just can view the data in access forms but cannot change it ? I think, i have access 2003. 

Users will not access data anytime through SQL Server Management studio ( backend ).  They will always access data through Access Forms ( front end )

2) I see tablename_local tables in access after upsizing to sql server. Can I remove this local tables in access.

Any help will be appreciated.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Your blogs and articles have been extremely useful so far.  Can you pls help me with my query below.</p>
<p>I have upsized from access to sql server 2008. I am accessing my access forms/application from client pc which is in domain and sql server is in workgroup.</p>
<p>So today, users just runs access forms from client machine and views / edits data. That is fine. But I don&#8217;t want that all users should be able to edit the data.</p>
<p>How can i implement security in access so that only 1 user can change data and than rest everyone ( user may grow ) just can view the data in access forms but cannot change it ? I think, i have access 2003. </p>
<p>Users will not access data anytime through SQL Server Management studio ( backend ).  They will always access data through Access Forms ( front end )</p>
<p>2) I see tablename_local tables in access after upsizing to sql server. Can I remove this local tables in access.</p>
<p>Any help will be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
