Viewing 10 posts - 1 through 10 (of 10 total)
The explanation excludes the DISTINCT keyword, which might be confusing if you didn't already know the correct answer.
March 24, 2016 at 5:44 am
Nice to see that 4% of respondents chose the "Don't choose this" option. 🙂
March 23, 2015 at 6:01 am
Have you tried setting DelayValidation to False on the task?
February 6, 2015 at 6:01 am
Thankfully, it's been over a decade since I set up a fax server, and it was a different product, whose name escapes me now. But back then, we had...
February 5, 2015 at 2:40 pm
I would separate the inactive flag from the other user roles. A user could be a TVI AND inactive, correct? Perhaps you may need to know what type...
February 5, 2015 at 6:48 am
How about something like this? I haven't tested it, but it might be a good place to start.
DECLARE @tableName VARCHAR(256) = 'dev'
DECLARE @serverName NVARCHAR(250)
DECLARE @sqlQry NVARCHAR(2000) = N'''EXEC sp_msforeachdb...
February 4, 2015 at 8:07 am
Mike Hays (11/25/2014)
November 25, 2014 at 7:48 am
I could see why so many people answered 1/1/1900, based on the phrasing of the question. If you assign 0 to a datetime, that's the date you'll get in...
November 25, 2014 at 5:40 am
Grant Fritchey (11/14/2014)
November 14, 2014 at 5:35 am
Koen Verbeeck (11/6/2014)
Then I remember the default for the flat...
November 6, 2014 at 6:08 am
Viewing 10 posts - 1 through 10 (of 10 total)