Viewing 15 posts - 61 through 75 (of 98 total)
Remember I said I'm still learning?
Can someone show me how to do this without using the temp db (all in one statement)? I know it is a nested select...
March 15, 2012 at 9:16 am
A good week is when I fix more things than I break! 😎
March 15, 2012 at 6:27 am
Great, thanks, I knew it was easy. I'm still learning.
Many Thanks!
March 14, 2012 at 9:50 am
It gives me an error with grouping on fields selected with '*'.
Here is what I have now:
SELECT DISTINCT Stays.[Billing#], Orders.[Order#]
FROM Stays INNER JOIN (Test_Results INNER JOIN Orders ON Test_Results.ACT_ATEST =...
February 29, 2012 at 10:13 am
Strange, I removed the Group the domain user is in and re-added it back with Full Control and now it works. It does not look any different than before....
January 23, 2012 at 8:25 am
It does work with Everyone having full permissions.
I will verify the account the review the permissions again.
January 23, 2012 at 8:19 am
I got it right but I would have gotten it wrong had there been an option that it gets created automatically on sql install.
January 6, 2012 at 6:45 am
Nevermind.
It helps when you chose the correct package to run.
I'd picked an old version in the the SQL Agent job. DOH!
Thanks
October 25, 2011 at 9:23 am
Thanks for your response.
I do not believe my issue is permissions based.
I did try a proxy account and got the same error.
Good idea to try that, thanks. (especially since it...
October 25, 2011 at 8:45 am
Oh!
I have 2013.
2012 is the leap year.
2013-02-29 is not a vaild date.
I'm awake now. :blush:
THANKS Guys!
September 27, 2011 at 6:23 am
Very sorry I did not include that. My bad.
Sorry to waste your time. I initially just thought I had the format incorrect.
How do I get around this? ...
September 27, 2011 at 6:17 am
OK, we have the format correct.
I think the problem is 2012 is a leap year.
It is failing on February...specifically the 2013-02-29 date.
The language is us_english and dateformat is mdy.
September 27, 2011 at 6:12 am
No, your code works fine for the temp table.
September 26, 2011 at 12:35 pm
Viewing 15 posts - 61 through 75 (of 98 total)