join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Stored Procedure - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Stored Procedure

Last post 06-24-2009 11:43 PM by sarangdalal. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 06-24-2009 11:43 PM

    Stored Procedure

     Hello ,

    Please help me in stored procedure !!!!

    Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}

    I have Event Table with columns [Id(PK)],[EventShortName], [EventLongName], [Description], [EventStartDate], [EventEndDate], [Time], [Venue], [StreetAddress], [City], [USState], [Country], [AKARegion],[URL],[ClubName],[EventDescription],[EventDirections]

     

    I want to write a stored proceudure for the following scenarios

    1)GetEventByMonths

    2) GetEventByDates

     

    Please anybody help me ASAP

     
Page 1 of 1 (1 items)