<?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; Retrieve Current Date Time in SQL Server CURRENT_TIMESTAMP, GETDATE(), {fn NOW()}</title>
	<atom:link href="http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Fri, 20 Nov 2009 20:17:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chandu</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57667</link>
		<dc:creator>chandu</dc:creator>
		<pubDate>Tue, 17 Nov 2009 12:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57667</guid>
		<description>how to find last 15 days, last 2 month date</description>
		<content:encoded><![CDATA[<p>how to find last 15 days, last 2 month date</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthick</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57275</link>
		<dc:creator>karthick</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57275</guid>
		<description>Select Replace(Convert(Varchar,GetDate(),106),&#039; &#039;,&#039;-&#039;)</description>
		<content:encoded><![CDATA[<p>Select Replace(Convert(Varchar,GetDate(),106),&#8217; &#8216;,&#8217;-')</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sultan Ibrahim</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57110</link>
		<dc:creator>Sultan Ibrahim</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57110</guid>
		<description>print datediff(day, &#039;2009-10-01&#039;, getdate())

will give you 27, because I used &#039;day&#039; as the first parameter.

http://technet.microsoft.com/en-us/library/ms189794.aspx</description>
		<content:encoded><![CDATA[<p>print datediff(day, &#8216;2009-10-01&#8242;, getdate())</p>
<p>will give you 27, because I used &#8216;day&#8217; as the first parameter.</p>
<p><a href="http://technet.microsoft.com/en-us/library/ms189794.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/ms189794.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57089</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 27 Oct 2009 23:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57089</guid>
		<description>Hi all,

I have table in which hiredate is column and i want to calculate, Using HireDate of an employee the time they have worked. Basically i want to calculate the difference between hire date and current date of my system.

Thanks a lot in advance.

Jay</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I have table in which hiredate is column and i want to calculate, Using HireDate of an employee the time they have worked. Basically i want to calculate the difference between hire date and current date of my system.</p>
<p>Thanks a lot in advance.</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moath</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57085</link>
		<dc:creator>moath</dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57085</guid>
		<description>Hi,
I am new in sql server,
i have some problem , 
like when i write this code

select * from [some table] where
convert (datetime,&#039;1/5/2009&#039;,103&#039;) &gt;= getDate()

when return the record is lose some of them .
 
i hope help me .

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am new in sql server,<br />
i have some problem ,<br />
like when i write this code</p>
<p>select * from [some table] where<br />
convert (datetime,&#8217;1/5/2009&#8242;,103&#8242;) &gt;= getDate()</p>
<p>when return the record is lose some of them .</p>
<p>i hope help me .</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SA</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57046</link>
		<dc:creator>SA</dc:creator>
		<pubDate>Mon, 26 Oct 2009 19:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57046</guid>
		<description>Hi,

I need help on writing a query for both these scenarios :

1. The current date is equal to or greater than 92 days past a semester start date.
2. The current date is not greater than 92 days past a semester start date.

Semester start date is a column..
Thank you..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need help on writing a query for both these scenarios :</p>
<p>1. The current date is equal to or greater than 92 days past a semester start date.<br />
2. The current date is not greater than 92 days past a semester start date.</p>
<p>Semester start date is a column..<br />
Thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pat</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57030</link>
		<dc:creator>pat</dc:creator>
		<pubDate>Mon, 26 Oct 2009 09:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-57030</guid>
		<description>Actually i&#039;m finding that 

CURRENT_TIMESTAMP  is correct, it returns the full date and time :
2009-10-26 04:58:24

GEDATE returns always return a time of 0 ( the date is correct though )

example : 2009-10-26 00:00:00


Si in my case i prefered to use CURRENT_TIMESTAMP because i sort my news by time, and i might have several news an hour.

Pat.</description>
		<content:encoded><![CDATA[<p>Actually i&#8217;m finding that </p>
<p>CURRENT_TIMESTAMP  is correct, it returns the full date and time :<br />
2009-10-26 04:58:24</p>
<p>GEDATE returns always return a time of 0 ( the date is correct though )</p>
<p>example : 2009-10-26 00:00:00</p>
<p>Si in my case i prefered to use CURRENT_TIMESTAMP because i sort my news by time, and i might have several news an hour.</p>
<p>Pat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vandana</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56889</link>
		<dc:creator>vandana</dc:creator>
		<pubDate>Thu, 22 Oct 2009 07:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56889</guid>
		<description>hi
 i have problem in inserting the record depending on the current date. if current date change then record has to be inserted automatically.plz tel me how to write trigger or jobs in sql server2000</description>
		<content:encoded><![CDATA[<p>hi<br />
 i have problem in inserting the record depending on the current date. if current date change then record has to be inserted automatically.plz tel me how to write trigger or jobs in sql server2000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: si</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56819</link>
		<dc:creator>si</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56819</guid>
		<description>Thanks for your post.

BTW the only one of the three that works within a DTS package against a legacy KB-SQL ODBC datasource is {fn NOW()}.

I&#039;m a newbie, and am guessing it is because the others aren&#039;t understood by the KB-SQL&#039;s flavour of SQL?

Anyway, very glad that I remembered your post (which I&#039;d already referred to for straight MSSQL queries) and found that one out of three worked in the context of what I was doing.

So, while they&#039;re all the same performance-wise, there is a crucial difference in breadth of application.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for your post.</p>
<p>BTW the only one of the three that works within a DTS package against a legacy KB-SQL ODBC datasource is {fn NOW()}.</p>
<p>I&#8217;m a newbie, and am guessing it is because the others aren&#8217;t understood by the KB-SQL&#8217;s flavour of SQL?</p>
<p>Anyway, very glad that I remembered your post (which I&#8217;d already referred to for straight MSSQL queries) and found that one out of three worked in the context of what I was doing.</p>
<p>So, while they&#8217;re all the same performance-wise, there is a crucial difference in breadth of application.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sultan Ibrahim</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56667</link>
		<dc:creator>Sultan Ibrahim</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56667</guid>
		<description>Converting UTC datetime to a desired format like 2009-01-08 18:26:54.923 instead of 2008-06-18T13:51:46.7-05:00</description>
		<content:encoded><![CDATA[<p>Converting UTC datetime to a desired format like 2009-01-08 18:26:54.923 instead of 2008-06-18T13:51:46.7-05:00</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shubhangi</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56487</link>
		<dc:creator>shubhangi</dc:creator>
		<pubDate>Wed, 07 Oct 2009 06:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56487</guid>
		<description>Sir, 

Will you please tell me how to format Date as “mmm-dd-yyyy hh:mm” in SQL server 2005 &amp; in Ms-Access.</description>
		<content:encoded><![CDATA[<p>Sir, </p>
<p>Will you please tell me how to format Date as “mmm-dd-yyyy hh:mm” in SQL server 2005 &amp; in Ms-Access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shubhangi</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56486</link>
		<dc:creator>shubhangi</dc:creator>
		<pubDate>Wed, 07 Oct 2009 06:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56486</guid>
		<description>Sir, 

Will you please tell me how to format Date as “mmm-dd-yyyy hh:mm” in SQL server 2005 &amp; ms-access</description>
		<content:encoded><![CDATA[<p>Sir, </p>
<p>Will you please tell me how to format Date as “mmm-dd-yyyy hh:mm” in SQL server 2005 &amp; ms-access</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turker Tunali</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56461</link>
		<dc:creator>Turker Tunali</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-56461</guid>
		<description>Can we select any of them as field&#039;s Default Value if field type is DateTime?

Or

Is there any solution for that?

I need a column if it doesn&#039;t specified on insert it&#039;s default value should be current date time!</description>
		<content:encoded><![CDATA[<p>Can we select any of them as field&#8217;s Default Value if field type is DateTime?</p>
<p>Or</p>
<p>Is there any solution for that?</p>
<p>I need a column if it doesn&#8217;t specified on insert it&#8217;s default value should be current date time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmendra Dixit</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-55911</link>
		<dc:creator>Dharmendra Dixit</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-55911</guid>
		<description>@Kanika,

you can do that by using Datetime conversion functions available in SQL..
like
select convert(varchar(10),getdate(),105)</description>
		<content:encoded><![CDATA[<p>@Kanika,</p>
<p>you can do that by using Datetime conversion functions available in SQL..<br />
like<br />
select convert(varchar(10),getdate(),105)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazhar</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-55855</link>
		<dc:creator>Mazhar</dc:creator>
		<pubDate>Mon, 14 Sep 2009 08:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-55855</guid>
		<description>Hi All,

Can anyone tell me how to find the difference of (year/month/day)  birth date to till date.

i see the imran code but it is not perfect. I have to count actual year,month and date.

thanks,
Mazhar</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>Can anyone tell me how to find the difference of (year/month/day)  birth date to till date.</p>
<p>i see the imran code but it is not perfect. I have to count actual year,month and date.</p>
<p>thanks,<br />
Mazhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samsi</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-55690</link>
		<dc:creator>samsi</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-55690</guid>
		<description>HI all, 

can i retrieve the values for time between 5:00 pm and 8:00 pm from apptime column in database, does any one help me</description>
		<content:encoded><![CDATA[<p>HI all, </p>
<p>can i retrieve the values for time between 5:00 pm and 8:00 pm from apptime column in database, does any one help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54709</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Tue, 11 Aug 2009 02:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54709</guid>
		<description>@Lucas 

1. First question, Can Getdate() be used as default value to a column ?
Ans: Yes, GetDate() can be used as a default value for a column.

2. Second Question, when I update a row, will this field update itself ?
Ans: No. It will not update by itself, you will have to update this manually. 

Consider below script as example. 

create table #Example1 ( Eid Int, Ename varchar(40), Date_Time datetime default (Getdate()))

Insert into #Example1 (Eid, Ename) values ( 1, &#039;SQL&#039; )
Insert into #Example1 (Eid, Ename) values ( 2, &#039;SQQ&#039; )

Select * from #Example1

-- Now update statment. 

Update #Example1 
Set Ename = &#039;SQL&#039;
, Date_Time = Getdate() -- updating manually.
Where Eid = 2 

Select * From #Example1.

Drop table #Example1.

How ever, this could be done automatically as well, 

You can have a FOR UPDATE or AFTER UPDATE Trigger created on the table. 

This trigger will fire when there is any update on the table, and inside this trigger, you can update your datetime column with the current datetime. 

You can also use, if update statement inside trigger, to be specific, mentioning if there is any update for these specific columns only then update date_time column.

I dont suggest using trigger though, if you see many updates on the table. This could decrease your application performance significantly.

~ IM.</description>
		<content:encoded><![CDATA[<p>@Lucas </p>
<p>1. First question, Can Getdate() be used as default value to a column ?<br />
Ans: Yes, GetDate() can be used as a default value for a column.</p>
<p>2. Second Question, when I update a row, will this field update itself ?<br />
Ans: No. It will not update by itself, you will have to update this manually. </p>
<p>Consider below script as example. </p>
<p>create table #Example1 ( Eid Int, Ename varchar(40), Date_Time datetime default (Getdate()))</p>
<p>Insert into #Example1 (Eid, Ename) values ( 1, &#8216;SQL&#8217; )<br />
Insert into #Example1 (Eid, Ename) values ( 2, &#8216;SQQ&#8217; )</p>
<p>Select * from #Example1</p>
<p>&#8211; Now update statment. </p>
<p>Update #Example1<br />
Set Ename = &#8216;SQL&#8217;<br />
, Date_Time = Getdate() &#8212; updating manually.<br />
Where Eid = 2 </p>
<p>Select * From #Example1.</p>
<p>Drop table #Example1.</p>
<p>How ever, this could be done automatically as well, </p>
<p>You can have a FOR UPDATE or AFTER UPDATE Trigger created on the table. </p>
<p>This trigger will fire when there is any update on the table, and inside this trigger, you can update your datetime column with the current datetime. </p>
<p>You can also use, if update statement inside trigger, to be specific, mentioning if there is any update for these specific columns only then update date_time column.</p>
<p>I dont suggest using trigger though, if you see many updates on the table. This could decrease your application performance significantly.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54681</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Mon, 10 Aug 2009 12:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54681</guid>
		<description>Is it possible to put GetDate() or CURRENT_TIMESTAMP as a field&#039;s default value? If yes, when I update a row, will this field update itself with the the timestamp of that update moment?</description>
		<content:encoded><![CDATA[<p>Is it possible to put GetDate() or CURRENT_TIMESTAMP as a field&#8217;s default value? If yes, when I update a row, will this field update itself with the the timestamp of that update moment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vineeta</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54670</link>
		<dc:creator>Vineeta</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54670</guid>
		<description>Hi,

I want to create database backup file with current date and time.
For example : database name is : RemoteDatabase
Current Date Time is : 10 August 2009 11:29 AM

How can I give this name to my .bak file?

Or if it is not possible can I provide time only like 
RemoteDatabase_11:29AM.bak

Thanks
Vineeta</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to create database backup file with current date and time.<br />
For example : database name is : RemoteDatabase<br />
Current Date Time is : 10 August 2009 11:29 AM</p>
<p>How can I give this name to my .bak file?</p>
<p>Or if it is not possible can I provide time only like<br />
RemoteDatabase_11:29AM.bak</p>
<p>Thanks<br />
Vineeta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lutfi</title>
		<link>http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54512</link>
		<dc:creator>lutfi</dc:creator>
		<pubDate>Thu, 06 Aug 2009 08:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/21/sql-server-retrieve-current-date-time-in-sql-server-current_timestamp-getdate-fn-now/#comment-54512</guid>
		<description>dear all

I want to make query for the same minute of transactions table, does any one help me 

thanks</description>
		<content:encoded><![CDATA[<p>dear all</p>
<p>I want to make query for the same minute of transactions table, does any one help me </p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
