Viewing 15 posts - 91 through 105 (of 144 total)
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...
March 22, 2007 at 12:17 pm
Jeff,
"WOW!" This is pretty cool. Not only does it work great, but is giving me some more ideas on...
March 21, 2007 at 9:46 pm
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...
March 17, 2007 at 8:07 pm
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. ...
March 16, 2007 at 7:49 am
Thanks everyone. That was exactly the problem. There were some records that just had the name of the state and obviously no comma.
March 14, 2007 at 12:44 pm
Thanks Adrienne. This will work just fine.
February 21, 2007 at 10:23 am
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...
January 10, 2007 at 8:16 am
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.
October 24, 2006 at 5:26 pm
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(*)...
October 24, 2006 at 11:56 am
Yes, I am. Earlier in the procedure I use this to populate the table.
SET @sql = 'CREATE TABLE ##structure _' + @login +
...
October 24, 2006 at 11:41 am
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...
August 22, 2006 at 4:47 pm
Thanks Andreas. Your explaination and a few hours of sleep has cleared it up.
April 5, 2006 at 8:46 am
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...
March 30, 2006 at 8:17 am
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...
March 30, 2006 at 8:12 am
Not specifically, but since we started having these issues we did restart the entire server and that didn't make a difference.
March 29, 2006 at 11:45 am
Viewing 15 posts - 91 through 105 (of 144 total)