Forum Replies Created

Viewing 15 posts - 91 through 105 (of 144 total)

  • RE: Median Calculations

    Kenneth,

    I don't believe this is an issue because the ORDER BY clause is invalid in derived tables, subqueries, etc. unless TOP is also specified, which is what we are doing...

  • RE: Median Calculations

    Jeff,

    "WOW!"  This is pretty cool. Not only does it work great, but is giving me some more ideas on...

  • RE: Median Calculations

    Jeff, haven't read through all of your post so far but am anxious to take dig into it.  Wanted to let you know I'll get to it since you have...

  • RE: Median Calculations

    I could add the WHERE to the first INSERT statement if all I had was Approach.  I actually have four other "steps" that I evaluate the median for as well. ...

  • RE: SUBSTRING Question

    Thanks everyone.  That was exactly the problem.  There were some records that just had the name of the state and obviously no comma.

  • RE: Find records if one field contains another

    Thanks Adrienne.  This will work just fine.

  • RE: Running Packages in Management Studio

    Agson,

    Thank you.  Not sure I usderstand why, but that seemed to work.  Wished I didn't have to do the extra work but right now I'll settle for it working.  Thank...

  • RE: Setting values in stored procedure

    Thanks John.  That got me over that hurdle.  Unfortunately some of the other errors I was getting are not proving to be as easy to resolve as I thought.

  • RE: Setting values in stored procedure

    That's the road I went down initially and I kept getting an error when running the stored procedure telling me that there was an error converting that string ('SELECT COUNT(*)...

  • RE: Setting values in stored procedure

    Yes, I am.  Earlier in the procedure I use this to populate the table.

    SET @sql = 'CREATE TABLE ##structure _' + @login +

                   ...

  • RE: Query returning counts for value ranges

    Thanks for your help PW.  This has me going in the right direction now.  Found out I had to make a few modifications because of the state of our data...

  • RE: Median Calculation

    Thanks Andreas.  Your explaination and a few hours of sleep has cleared it up.

  • RE: Importing Data to SQL from Access with a workgroup file

    I have it working now.  It was a permissions thing in the SQL Server Agent.  Just gave the login for the SQL Server Agent rights to the directory on the...

  • RE: Jobs Hanging

    In the job the owner is SA.  There is only one step in the job because it is running a package and everything I need it to do I am...

  • RE: Jobs Hanging

    Not specifically, but since we started having these issues we did restart the entire server and that didn't make a difference.

Viewing 15 posts - 91 through 105 (of 144 total)