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