<?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; 2008 &#8211; Get Current System Date Time</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:40:10 +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/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-231098</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 04 Jan 2012 08:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-231098</guid>
		<description><![CDATA[select * from table
where datecol&gt;=dateadd(day,120,getdate())]]></description>
		<content:encoded><![CDATA[<p>select * from table<br />
where datecol&gt;=dateadd(day,120,getdate())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ch naeem ali</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-230166</link>
		<dc:creator><![CDATA[ch naeem ali]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 17:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-230166</guid>
		<description><![CDATA[i want a qurey that minus system date and my date in data base like i want to use it on searching select * from emp where systemdate-mydate&gt;=120days
can you plz tell me the qurey for that i am confused how to minus sysdate and mydate
mydate is my column name kindly mail me the solution]]></description>
		<content:encoded><![CDATA[<p>i want a qurey that minus system date and my date in data base like i want to use it on searching select * from emp where systemdate-mydate&gt;=120days<br />
can you plz tell me the qurey for that i am confused how to minus sysdate and mydate<br />
mydate is my column name kindly mail me the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuvraj Gautam</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-150009</link>
		<dc:creator><![CDATA[Yuvraj Gautam]]></dc:creator>
		<pubDate>Fri, 22 Jul 2011 09:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-150009</guid>
		<description><![CDATA[DECLARE @sqlquery NVARCHAR(max);
DECLARE @colname NVARCHAR(max);
SET @colname =  CONVERT(NVARCHAR(max),GETDATE(),0);
SET @sqlquery =N&#039;select   top 10  ORDINAL_POSITION  as @col  from master.INFORMATION_SCHEMA.COLUMNS &#039;;
SET @sqlquery = REPLACE(@sqlquery, N&#039;@col&#039;, &#039;&#039;&#039;&#039; +@colname+ &#039;&#039;&#039;&#039;);
EXEC(@sqlquery);]]></description>
		<content:encoded><![CDATA[<p>DECLARE @sqlquery NVARCHAR(max);<br />
DECLARE @colname NVARCHAR(max);<br />
SET @colname =  CONVERT(NVARCHAR(max),GETDATE(),0);<br />
SET @sqlquery =N&#8217;select   top 10  ORDINAL_POSITION  as @col  from master.INFORMATION_SCHEMA.COLUMNS &#8216;;<br />
SET @sqlquery = REPLACE(@sqlquery, N&#8217;@col&#8217;, &#8221;&#8221; +@colname+ &#8221;&#8221;);<br />
EXEC(@sqlquery);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceduljko</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-134673</link>
		<dc:creator><![CDATA[Ceduljko]]></dc:creator>
		<pubDate>Mon, 16 May 2011 22:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-134673</guid>
		<description><![CDATA[select       convert(char(4),getdate(), 12)]]></description>
		<content:encoded><![CDATA[<p>select       convert(char(4),getdate(), 12)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-131437</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 09:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-131437</guid>
		<description><![CDATA[Why do you want to do this?]]></description>
		<content:encoded><![CDATA[<p>Why do you want to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizalyn</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-131420</link>
		<dc:creator><![CDATA[Rizalyn]]></dc:creator>
		<pubDate>Wed, 27 Apr 2011 07:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-131420</guid>
		<description><![CDATA[How to make the current date as the column name.
please Help.]]></description>
		<content:encoded><![CDATA[<p>How to make the current date as the column name.<br />
please Help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haida</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-124800</link>
		<dc:creator><![CDATA[haida]]></dc:creator>
		<pubDate>Thu, 24 Mar 2011 08:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-124800</guid>
		<description><![CDATA[with TabDates as 
   (
   select dt MeasTime, id stationid, WMOIndex from 
     ( 
     select p_from_date + level - 1 dt from 
       ( 
       select to_date(&#039;1980-11-01 00:00:00&#039;,&#039;yyyy-mm-dd hh24:mi:ss&#039;) as p_from_date, 
       to_date( &#039;1980-11-03 00:00:00&#039;,&#039;yyyy-mm-dd hh24:mi:ss&#039;) as p_to_date 
       from dual 
       ) 
     connect by level = to_date( &#039;1980-11-01 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;)- 7/24  and MeasTime = to_date( &#039;1980-11-01 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;)- 7/24  and MeasTime = to_date( &#039;1980-11-01 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;)- 7/24  and MeasTime = to_date( &#039;1980-11-01 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;)- 7/24  and MeasTime &lt;  to_date( &#039;1980-11-03 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;) - 7/24 group by trunc(meastime+7/24, &#039;dd&#039;), stationid) Tab_TempWet
 where 
       TabDates.stationid = Tab_PressStation.stationid(+)
   and TabDates.meastime = Tab_PressStation.meastime(+)
   and TabDates.stationid = Tab_PressQFF.stationid(+)
   and TabDates.meastime = Tab_PressQFF.meastime(+)
   and TabDates.stationid = Tab_TempDry.stationid(+)
   and TabDates.meastime = Tab_TempDry.meastime(+)
   and TabDates.stationid = Tab_TempWet.stationid(+)
   and TabDates.meastime = Tab_TempWet.meastime(+)
order by TabDates.meastime, TabDates.WMOIndex



( This is my sql script. Now can u help me how to get the output in hourly like this &quot;00.00 until 23.00&quot;. It&#039;s my script is an error???)]]></description>
		<content:encoded><![CDATA[<p>with TabDates as<br />
   (<br />
   select dt MeasTime, id stationid, WMOIndex from<br />
     (<br />
     select p_from_date + level &#8211; 1 dt from<br />
       (<br />
       select to_date(&#8217;1980-11-01 00:00:00&#8242;,&#8217;yyyy-mm-dd hh24:mi:ss&#8217;) as p_from_date,<br />
       to_date( &#8217;1980-11-03 00:00:00&#8242;,&#8217;yyyy-mm-dd hh24:mi:ss&#8217;) as p_to_date<br />
       from dual<br />
       )<br />
     connect by level = to_date( &#8217;1980-11-01 00:00:00&#8242;, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;)- 7/24  and MeasTime = to_date( &#8217;1980-11-01 00:00:00&#8242;, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;)- 7/24  and MeasTime = to_date( &#8217;1980-11-01 00:00:00&#8242;, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;)- 7/24  and MeasTime = to_date( &#8217;1980-11-01 00:00:00&#8242;, &#8216;YYYY-MM-DD HH24:MI:SS&#8217;)- 7/24  and MeasTime &lt;  to_date( &#039;1980-11-03 00:00:00&#039;, &#039;YYYY-MM-DD HH24:MI:SS&#039;) &#8211; 7/24 group by trunc(meastime+7/24, &#039;dd&#039;), stationid) Tab_TempWet<br />
 where<br />
       TabDates.stationid = Tab_PressStation.stationid(+)<br />
   and TabDates.meastime = Tab_PressStation.meastime(+)<br />
   and TabDates.stationid = Tab_PressQFF.stationid(+)<br />
   and TabDates.meastime = Tab_PressQFF.meastime(+)<br />
   and TabDates.stationid = Tab_TempDry.stationid(+)<br />
   and TabDates.meastime = Tab_TempDry.meastime(+)<br />
   and TabDates.stationid = Tab_TempWet.stationid(+)<br />
   and TabDates.meastime = Tab_TempWet.meastime(+)<br />
order by TabDates.meastime, TabDates.WMOIndex</p>
<p>( This is my sql script. Now can u help me how to get the output in hourly like this &quot;00.00 until 23.00&quot;. It&#039;s my script is an error???)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-122852</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 11 Mar 2011 11:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-122852</guid>
		<description><![CDATA[Can you post the actual code you have used?]]></description>
		<content:encoded><![CDATA[<p>Can you post the actual code you have used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-122681</link>
		<dc:creator><![CDATA[geoff]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 12:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-122681</guid>
		<description><![CDATA[sorry... my mistake - it is give the correct result!!]]></description>
		<content:encoded><![CDATA[<p>sorry&#8230; my mistake &#8211; it is give the correct result!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-122678</link>
		<dc:creator><![CDATA[geoff]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 11:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-122678</guid>
		<description><![CDATA[Hi Madhivanan,
select dateadd(day,datediff(day,0,getdate()),0)
gives strange result for 2011-03-29 23:59:00.000
returns 2011-03-10 00:00:00.000
Any one else noticed that one !!]]></description>
		<content:encoded><![CDATA[<p>Hi Madhivanan,<br />
select dateadd(day,datediff(day,0,getdate()),0)<br />
gives strange result for 2011-03-29 23:59:00.000<br />
returns 2011-03-10 00:00:00.000<br />
Any one else noticed that one !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramlakhan Saini</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-121698</link>
		<dc:creator><![CDATA[Ramlakhan Saini]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 12:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-121698</guid>
		<description><![CDATA[Hello sir i m using get Method to get current datetime in sql server 2008 but when i upload my application on server and server r in UK then in morning, here r some date difference in india and uk so my system fetch date of server means 2nd march while in india that time 3rd march.
so it is possible that my upload sqlserver fetch the client system date time means india(DataTime)...
Please Help me sir..........]]></description>
		<content:encoded><![CDATA[<p>Hello sir i m using get Method to get current datetime in sql server 2008 but when i upload my application on server and server r in UK then in morning, here r some date difference in india and uk so my system fetch date of server means 2nd march while in india that time 3rd march.<br />
so it is possible that my upload sqlserver fetch the client system date time means india(DataTime)&#8230;<br />
Please Help me sir&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sravanthi</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-101523</link>
		<dc:creator><![CDATA[Sravanthi]]></dc:creator>
		<pubDate>Mon, 22 Nov 2010 17:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-101523</guid>
		<description><![CDATA[How can I select fields that are created in the past 12hrs? I have a column with creation date in the table.]]></description>
		<content:encoded><![CDATA[<p>How can I select fields that are created in the past 12hrs? I have a column with creation date in the table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-91542</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 18:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-91542</guid>
		<description><![CDATA[Where clause should be

WHERE table.CreateDate &gt;=dateadd(day,datediff(day,0,getdate()),0) and table.CreateDate&lt;dateadd(day,datediff(day,0,getdate())+1,0)]]></description>
		<content:encoded><![CDATA[<p>Where clause should be</p>
<p>WHERE table.CreateDate &gt;=dateadd(day,datediff(day,0,getdate()),0) and table.CreateDate&lt;dateadd(day,datediff(day,0,getdate())+1,0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monica</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-91501</link>
		<dc:creator><![CDATA[Monica]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 16:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-91501</guid>
		<description><![CDATA[What if I need the current &quot;day&quot; in a dynamic view ... see below ... what would i use?

CREATE VIEW ViewName_VW as
SELECT table.field1
     , table.field2
     , table.field3
     , table.field4
     , table.field5
     , table.CreateDate
  FROM table
WHERE table.CreateDate Like &#039;Oct  5 2010%&#039;


(but CreateDate value will change daily ...)

Should I not create such a view?
Or should I create the view in a different way?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>What if I need the current &#8220;day&#8221; in a dynamic view &#8230; see below &#8230; what would i use?</p>
<p>CREATE VIEW ViewName_VW as<br />
SELECT table.field1<br />
     , table.field2<br />
     , table.field3<br />
     , table.field4<br />
     , table.field5<br />
     , table.CreateDate<br />
  FROM table<br />
WHERE table.CreateDate Like &#8216;Oct  5 2010%&#8217;</p>
<p>(but CreateDate value will change daily &#8230;)</p>
<p>Should I not create such a view?<br />
Or should I create the view in a different way?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-88941</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Wed, 22 Sep 2010 11:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-88941</guid>
		<description><![CDATA[ex

select datepart(hour,Date_flow ) from your_table]]></description>
		<content:encoded><![CDATA[<p>ex</p>
<p>select datepart(hour,Date_flow ) from your_table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-88940</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Wed, 22 Sep 2010 10:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-88940</guid>
		<description><![CDATA[Formation shoule be done in front end application
Otherwise use

select right(convert(char(6),getdate(),112),4)]]></description>
		<content:encoded><![CDATA[<p>Formation shoule be done in front end application<br />
Otherwise use</p>
<p>select right(convert(char(6),getdate(),112),4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jas</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-88919</link>
		<dc:creator><![CDATA[Jas]]></dc:creator>
		<pubDate>Wed, 22 Sep 2010 08:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-88919</guid>
		<description><![CDATA[Hi

I need date on format of yymm. then what is syntax using convert function.

please help]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I need date on format of yymm. then what is syntax using convert function.</p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anupriya Das</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-83253</link>
		<dc:creator><![CDATA[Anupriya Das]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-83253</guid>
		<description><![CDATA[I have a column Date_flow with data type as datetime, and i want to select the hours as two hours, five hours, yesterday, two days ago from current datetime.

I tried with sub string but as it is not a character it wont work. 

Can anyone help me.]]></description>
		<content:encoded><![CDATA[<p>I have a column Date_flow with data type as datetime, and i want to select the hours as two hours, five hours, yesterday, two days ago from current datetime.</p>
<p>I tried with sub string but as it is not a character it wont work. </p>
<p>Can anyone help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-72035</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Fri, 21 May 2010 13:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-72035</guid>
		<description><![CDATA[declare @d datetime
set @d=getdate()

your_statement

select datediff(seconds,@d,getdate())]]></description>
		<content:encoded><![CDATA[<p>declare @d datetime<br />
set @d=getdate()</p>
<p>your_statement</p>
<p>select datediff(seconds,@d,getdate())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-72033</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Fri, 21 May 2010 13:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-72033</guid>
		<description><![CDATA[select dateadd(day,datediff(day,0,getdate()),0)]]></description>
		<content:encoded><![CDATA[<p>select dateadd(day,datediff(day,0,getdate()),0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-72032</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Fri, 21 May 2010 13:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-72032</guid>
		<description><![CDATA[Date formation is the job of the front end application
You shoudl use convert function in sql, only if you dont output the results in front end application]]></description>
		<content:encoded><![CDATA[<p>Date formation is the job of the front end application<br />
You shoudl use convert function in sql, only if you dont output the results in front end application</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiruba</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-72019</link>
		<dc:creator><![CDATA[kiruba]]></dc:creator>
		<pubDate>Fri, 21 May 2010 10:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-72019</guid>
		<description><![CDATA[hello sir....

i posted a statement in a particular time..how to differentiate the current time and my posted time..in sql...]]></description>
		<content:encoded><![CDATA[<p>hello sir&#8230;.</p>
<p>i posted a statement in a particular time..how to differentiate the current time and my posted time..in sql&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suganya</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-62006</link>
		<dc:creator><![CDATA[suganya]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-62006</guid>
		<description><![CDATA[Hey its very Useful]]></description>
		<content:encoded><![CDATA[<p>Hey its very Useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-60717</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-60717</guid>
		<description><![CDATA[Where do you want to show data?
If you use front end application do formation there]]></description>
		<content:encoded><![CDATA[<p>Where do you want to show data?<br />
If you use front end application do formation there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malvika Shrivastava</title>
		<link>http://blog.sqlauthority.com/2008/08/01/sql-server-2008-get-current-system-date-time/#comment-59891</link>
		<dc:creator><![CDATA[Malvika Shrivastava]]></dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=764#comment-59891</guid>
		<description><![CDATA[Hi,
I need the time in 12hrs am/pm format
For eg - 5:31 PM
Can anyone help me out?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need the time in 12hrs am/pm format<br />
For eg &#8211; 5:31 PM<br />
Can anyone help me out?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

