Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: renaming excel sheets

    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...

  • RE: renaming excel sheets

    I just want to give each worksheet tab a name other than Sheet1, Sheet2, Sheet3.

  • RE: results of select as variable???

    oh quite nasty!!!

    Thanks!

  • RE: Table Name as Variable ???

    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...

  • RE: results of select as variable???

    Is there any way to get a @variable to work as a table name?

    i.e.

    Select * from @tablename

    :unsure:

  • RE: Select * from second column ?

    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...

  • RE: blank Columns?

    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

  • RE: blank Columns?

    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...

Viewing 8 posts - 1 through 8 (of 8 total)