Viewing 9 posts - 1 through 9 (of 9 total)
After 35 minutes of trying to log in, it finally let us from the link on the http://appdev.sqlpass.org/ website, however, it was a different meeting ID than was...
January 26, 2010 at 6:41 am
Thanks Matt... This is going to work.
I did find other records that were duplicated a bit different. I am assuming I will need to tweak your code to...
January 19, 2010 at 9:45 am
That does seem to clean up my two examples, but what would be the best way to track down all the records in my db that are like this so...
January 19, 2010 at 9:18 am
Thanks Bit! This line works perfectly from the blog post with a change in a variable.
select dateadd(qq, datediff(qq, 0, @ThisDate) - 1, 0)
Change that to -4 and it works...
January 18, 2010 at 10:21 am
Thanks Ninja.
What I am doing is creating a view to pull this info. I need the view to only pull the data on the last 4 quarters......
January 18, 2010 at 9:16 am
No offense was meant at all guys. It was a time issue for me and I just didn't have the time yesterday. As I said yesterday, I really...
July 15, 2009 at 8:34 am
terrance.steadman (7/14/2009)
skailey (7/14/2009)
select field1
from a
inner join b on...
July 14, 2009 at 11:34 am
While I appreciate the reasoning for why you would like certain questions posted this way, I believe it is overkill for my question. I have 2 tables. I...
July 14, 2009 at 11:30 am
Hi Lynn,
Thanks so much for the response. That did work, however, I was able to simplify this for my needs with what you gave me... they key being how...
June 24, 2009 at 6:49 am
Viewing 9 posts - 1 through 9 (of 9 total)