Viewing 4 posts - 1 through 4 (of 4 total)
OK will try as you have suggested and give you a feed back,
but it is 2005 I am using so what do you suggest
Thanks
February 24, 2011 at 7:38 am
Hi Thanks,
Can I please send you the query so you modify it for me?
Thanks
The query is as follows
USE [HQRMS]
GO
CREATE PROCEDURE [dbo].[sp_getSummarySalesReport_By_DeptTest]
(@DATEFROM AS DATETIME,@DATETO AS DATETIME,@DEPARTMENT AS NVARCHAR(50))
AS
SELECT DEPARTMENT.NAME AS...
February 24, 2011 at 7:21 am
Hi could you please explain the last part of your answer about the delimited list as a string
Thanks
February 24, 2011 at 6:28 am
Viewing 4 posts - 1 through 4 (of 4 total)