Viewing 3 posts - 1 through 3 (of 3 total)
In the Data tab, I modified the code as:
CREATE PROC Name (@MonthNum int, @Year int)
AS
DECLARE @query_head nvarchar(1000), @query_foot nvarchar(100), @sql_string nvarchar(1500)
SET @query_head = 'SELECT * FROM [dbo].[E.AN.ONDMD_EC_Leadership~~03~'
SET @query_foot =...
April 7, 2008 at 10:18 am
Maya - again thanks for your input and everyone else who posted. I hope you will be around once I try this and may again need more input. ...
November 26, 2007 at 9:29 am
Thanks for the comments Robert and Maya-
Maya - I will look into it. I guess the only issue I see is that we upload these files into our...
November 21, 2007 at 1:37 pm
Viewing 3 posts - 1 through 3 (of 3 total)