Viewing 10 posts - 16 through 25 (of 25 total)
Would something like this work? I wrote it in "notepad" so not sure if syntax is correct...
SELECT *
FROM Table
WHERE Time_Open <= GETDATE()
AND Time_Open >= DATE_SUB(MONTH, DATEDIFF(MONTH, 0, GETDATE()) -...
January 22, 2014 at 6:35 pm
Such a simple question, but it made me think... There has to be a way to do this via date_sub, or datediff isn't there? I'll work on it, fun/valuable...
January 22, 2014 at 6:22 pm
Thank you for article, enjoyed the read!
January 16, 2014 at 5:34 pm
Jeff Moden (1/12/2014)
rho_pooka (1/11/2014)
Jeff Moden (1/11/2014)
Although it may seem so, I'm not being sarcastic at all when I ask you, do you know what "Books Online" is? People who...
January 13, 2014 at 8:33 pm
Even better, thnx again!!
January 12, 2014 at 7:22 am
Jeff Moden (1/11/2014)
Although it may seem so, I'm not being sarcastic at all when I ask you, do you know what "Books Online" is? People who ask the kinds...
January 11, 2014 at 7:36 pm
Thank you, I haven't drilled into dynamic sql yet… will revisit this once I do.
-Ben
January 10, 2014 at 10:13 am
Thanks for such prompt replies all!
Koen, isn't the query that I had written a test just like your second example?
Struggling with this one, thanks again for help.
January 7, 2014 at 11:41 am
First post here, glad to be a part of this community.
I had my first go at the 70-461 exam yesterday and had an unfavorable outcome. I am...
January 4, 2014 at 7:58 am
Viewing 10 posts - 16 through 25 (of 25 total)