to get the last day of the month use<BR><BR>
<DIV><FONT face=Arial color=#000000 size=2><SPAN class=687320314-24092003>select DATEADD(mm, DATEDIFF(mm,0,getdate()), -1) /* last day of month*/<BR></SPAN></FONT></DIV>
<P>can't believe I can't get the first day of the month yet....</P>
<P> </P>
<P>Paul<BR><BR></P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">Message date : Sep 24 2003, 03:06 PM <BR>From : Nicholson, Karen <KNICHOLSON@GPSX.NET><BR>To : dba-sqlserver@databaseadvisors.com <BR>Copy to : <BR>Subject : RE: [dba-SQLServer]SQL Last Full Month <BR><BR><BR><BR><BR><BR>
<META content="MSHTML 5.00.2920.0" name=GENERATOR><BR><BR>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=687320314-24092003>All in <BR>SQL.  I just figured out how to get the first day of the <BR>year:</SPAN></FONT></DIV><BR>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN <br>class=687320314-24092003></SPAN></FONT> </DIV><BR>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=687320314-24092003>select <BR>DATEADD(yy, DATEDIFF(yy,0,getdate()), 0) /* first day of <BR>year*/</SPAN></FONT></DIV><BR>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN <br>class=687320314-24092003></SPAN></FONT> </DIV><BR>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=687320314-24092003>So now <BR>I am on to trying to figure out how to get the first day of the prior month and <BR>the last day of the prior month.</SPAN></FONT></DIV><BR>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px"><BR>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma <br>size=2>-----Original Message-----<BR><B>From:</B> paul.hartland@fsmail.net <BR>[mailto:paul.hartland@fsmail.net]<BR><B>Sent:</B> Wednesday, September 24, <BR>2003 10:02 AM<BR><B>To:</B> <BR>dba-sqlserver@databaseadvisors.com<BR><B>Subject:</B> Re: [dba-SQLServer]SQL <BR>Last Full Month<BR><BR></DIV></FONT>are you doing this entirely in SQL Server <BR>or using Access or VB as a front-end ?<BR><BR><BR><BR><BR>
<BLOCKQUOTE <br>style="BORDER-LEFT: #ff0000 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">Message <BR>date : Sep 24 2003, 02:44 PM <BR>From : Nicholson, Karen <BR><KNICHOLSON@GPSX.NET><BR>To : Dba-Sqlserver (E-mail) <BR><DBA-SQLSERVER@DATABASEADVISORS.COM><BR>Copy to : <BR>Subject : <BR>[dba-SQLServer]SQL Last Full Month <BR>Does anyone have a quick Last Full <BR>Month solution in SQL? I need to run <BR>reports for the prior month, and <BR>have about 25 lines of code to get to the <BR>last full month. Thanks in <BR>advance. <BR>_______________________________________________ <BR><BR>dba-SQLServer mailing list <BR>dba-SQLServer@databaseadvisors.com <BR><BR>http://databaseadvisors.com/mailman/listinfo/dba-sqlserver <BR><BR>http://www.databaseadvisors.com <BR><BR><BR></BLOCKQUOTE></BLOCKQUOTE><BR><BR>[ (no filename) (0.2 Kb) ]</BLOCKQUOTE>