Hi Guys,
I have an SSRS report that need to run every 5th of the current month.
need my parameter date the default date should always be every 5th day of the current month.
Declare @Startdate datetime
Set @Startdate='2012/12/05'
↧
Default param should alway be every 5th day of the current month
↧