↧
Answer by Andy Hornby
Got it now, thanks very much. My finished query looks like this: ALTER Proc [dbo].[usp_AH_RepCompare] @StartDate Datetime =null, @EndDate Datetime =null AS BEGIN set nocount on SET @StartDate...
View ArticleAnswer by Andy Hornby
I tried the code you suggested, but was striggling to just bring in what I needed. Below is what I have used as a slightly clumsy looking workaround, but it works. I've done it like this, so I can test...
View Article