Forum Replies Created

Viewing 15 posts - 1 through 15 (of 144 total)

  • RE: Return some rows in columns

    This isn't my database design, however, the actual database itself is in 1st Normal form. To get a quick and easy example I posted this knowing I'd have to...

  • RE: Return some rows in columns

    Thanks! This looks like it will do the trick. Just need to incorporate it with the actual table structure in the database.

  • RE: Creating Variables in Reporting Services

    That won't work because the main dataset that the report is based on is from the results of a stored procedure and I just need one value from that result...

  • RE: SELECT TOP 50 Percent not returning 50 Percent

    Yes, that is what it appears to be. Interesting that if you use other quantities it sometimes returns the correct values. For instace, if you change the data...

  • RE: SELECT TOP 50 Percent not returning 50 Percent

    So when running the query I provided you each get 7 records returned?

    It could be an issue with the version of SQL. I need this to work...

  • RE: SELECT TOP 50 Percent not returning 50 Percent

    The query isn't failing. It is just returning more records that it should. It returns 8 records but there are 14 records with a tier of A1. ...

  • RE: Package Configurations and SQL Server Agent

    I reread Tom's post and went in and removed the environment variable config and am just setting the DB Connection in the job and now it is running and finding...

  • RE: Package Configurations and SQL Server Agent

    I have specified the configurations in SQL and the connection to the Database with an environment variable. For the step in SQL Server Agent I have changed the data...

  • RE: Trouble with Excel Data Source

    No, I didn't find an answer to it. I don't think what you found is the answer because like I indicated there are some 97 Excel files that do work...

  • RE: Trouble with Excel Data Source

    I am trying to connect to some 97-2003 Excel files but when that didn't work because of the error I was getting I looked at some 2007 files as well...

  • RE: Trouble with Excel Data Source

    Here is the expression:

    @[User::DataLoadDirBegin] + (DT_STR,4,1252)YEAR( DATEADD( "dd", -1, GETDATE())) + @[User::DataLoadDirEnd] + RIGHT("0" + (DT_STR,4,1252)MONTH( DATEADD( "dd", -1, getdate())),2) + "-" + SUBSTRING((DT_STR,4,1252)YEAR( DATEADD( "dd", -1, getdate() )), 3,...

  • RE: Trouble with Excel Data Source

    I created an Excel connection and then set the ExcelFilePath Expression to be what I wanted for the file.

    For the Excel source I then chose the connection but when you...

  • RE: Trouble with Excel Data Source

    Yes, I did select the correct one. In fact, when it didn't work on the one it was supposed to I tried all of the Excel versions but got...

  • RE: Trouble with Excel Data Source

    Discovered something interesting this afternoon. The files are saved as 97-2003 Excel files and for these particluar files it doesn't matter what I do, I get the errror indicated...

  • RE: Trouble with Excel Data Source

    The file structures are all the same. It also doesn't seem to matter on these particular series of Excel files because I tried it by linking directly to the...

Viewing 15 posts - 1 through 15 (of 144 total)