Viewing 8 posts - 1 through 8 (of 8 total)
Bitbucket:
Thanks for you assist, but i think i'm looking for something that deals directly with exporting in the excel format from SSRS 2005. When ever i export a report that...
August 11, 2009 at 12:56 pm
I just want to give each worksheet tab a name other than Sheet1, Sheet2, Sheet3.
August 11, 2009 at 12:25 pm
Yeah, i'm totally with you on that, but the problem is this is a stored proc & if i do what you suggest, i receive an error because i'm doing...
March 26, 2009 at 3:55 pm
Is there any way to get a @variable to work as a table name?
i.e.
Select * from @tablename
:unsure:
March 26, 2009 at 3:37 pm
Hi:
I have a kinda sorta similar situation.
insert @Tmp SELECT SignalID from ReportLogConfig WHERE OPCPath is not NULL and Location = @Location
EXCEPT SELECT SignalID from @lTableName
I'm trying to...
March 26, 2009 at 3:21 pm
Yeah, i figured out a way to do it that might not be as fast as i want, but it does the trick.
thanks for the idea
March 26, 2009 at 12:10 pm
Jack:
thanks for your reply!
heres the dataset:
CREATE TABLE #TempStorage (
[pkRecordKey] [char] (17) ,
[SignalID] [smallint] NOT NULL ,
[LocalTime] [datetime] NULL ,
[fValue] [float] NULL ,
[bValue] [bit] NULL ,
[sValue] [varchar] (255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL...
March 9, 2009 at 10:02 am
Viewing 8 posts - 1 through 8 (of 8 total)