Viewing 15 posts - 1 through 15 (of 25 total)
Thanks a ton for the help! Can the answer look different if you wanted to use node navigation? I think that's what I was trying to do the...
April 7, 2014 at 6:21 pm
That's about as simple as it gets, thanks a ton!
-Ben
March 1, 2014 at 9:20 am
First off, thank you for such a detailed response! I'm in awe of your reply. That's a lot to digest and need to read through your reply multiple times,...
February 20, 2014 at 12:30 pm
Thank you for replies everyone, glad that I'm not going crazy
February 13, 2014 at 11:46 am
Grant Fritchey (2/5/2014)
February 6, 2014 at 12:35 pm
pietlinden (2/2/2014)
SELECT i.Configurtation_Item, COUNT(i.ID) AS CountID, I.Sub_Category
FROM ConfigIssues AS i
WHERE Configuration_Item LIKE '%outlook%' AND (Sub_Category LIKE '%Emails %' OR Sub_Category LIKE '%Managers %')
GROUP...
February 6, 2014 at 12:21 pm
sharonsql2013 (1/30/2014)
Here is the query.
SELECT...
January 31, 2014 at 11:23 am
sql4gnt (1/29/2014)
Personally, I run everything inside virtual...
January 29, 2014 at 8:44 am
You've solidified my interest!... I'll be at both.
-Ben
January 25, 2014 at 1:45 pm
Pieter, as I'm faced with a similar circumstance I've elected to do the things that you had mentioned, starting a blog, being active in the forums, and have gotten in...
January 25, 2014 at 1:33 pm
I appreciate your honesty about internships, they are very hit or miss. I've ordered the SS developer version this morning from Amazon, it'll be fun to see what is...
January 25, 2014 at 12:06 pm
Thank you for advice Jeff Moden! I currently am working with SQL Server Express, but I only have it on one machine, and have been working through queries that...
January 25, 2014 at 8:30 am
Just stumbled upon this post, and in close to the same boat as the OP. I'm interested in advice about volunteering... Also, being new to this is there any value...
January 24, 2014 at 7:00 pm
Sean Lange (1/23/2014)
rho_pooka (1/22/2014)
SELECT *
FROM Table
WHERE Time_Open <= GETDATE()
AND Time_Open >= DATE_SUB(MONTH, DATEDIFF(MONTH,...
January 23, 2014 at 11:17 am
Viewing 15 posts - 1 through 15 (of 25 total)