Viewing 15 posts - 1 through 15 (of 16 total)
Close the problems with the office door when you leave and leave them all behind. There is no more stressful experience then carry all the issues home and if you...
March 30, 2017 at 10:23 pm
None of the formula options produced the expected result. The correct answer to this QOD is None of the answers is correct.
February 9, 2016 at 5:10 pm
Hi Steve,
Which is your right piece of code:
A./
CREATE TABLE MyTable
( myid ID
, myFS varbinary(max) FILESTREAM
);
go FROM THE SQLServerCentral.com <subscriptions@sqlservercentral.com>
OR
CREATE TABLE MyTable
( myid INT
, myFS varbinary(max) FILESTREAM
);
go
December 13, 2015 at 9:11 pm
No difference. Steve made a mistake. Can happen with anyone.
September 2, 2015 at 1:14 am
Hi Steve, the first and the sixth SELECT statement are the same: Should not be 5 is the correct answer?
1st Query:
SELECT mynum AS test
FROM dbo.myTable AS mt;
6th Query:...
September 2, 2015 at 1:06 am
Hi Steve, did you proof read this article before posting it. I got used to from you brilliant ideas, samples and solutions to follow, but this latest effort of yours...
August 31, 2015 at 10:28 pm
Sorry guys and gals but I am really sad to find that so many wrong answers I am finding lately for the QOD (Question of the day). It would make...
July 22, 2015 at 5:45 pm
Sorry but the response of the Which server collations are supported in Polybase SQl Server 2016 in SQLServercental is wrong or they don't read MSDN. The correct answer is what...
July 22, 2015 at 5:32 pm
All tree answers are unrelated to the question of your exercise, i.e.: you are asking quote "What does this code return? " unquote and in all of the three answers...
July 1, 2015 at 7:26 pm
Msg 217, Level 16, State 1, Procedure Test, Line 5
Maximum stored procedure, function, trigger, or view nesting level exceeded (limit 32).
And line 5 is the 5th line of the first...
May 14, 2015 at 11:42 pm
Executing your script in SQL 2008 R2 and SQL 2012 SSMS without the "tmp" schema is created I was getting the following message:
Msg 2760, Level 16, State 1, Line 1
The...
April 15, 2015 at 12:00 am
Thank you Andrew. I lived and worked for 25 years in the belief, (Thanks to various Microsoft literatures like TECHNET, SQL BOL, etc...), that integer types on various SQL Server...
January 14, 2015 at 3:50 pm
So I have a point and I don't have a point. Microsoft ohhhhh!!!!
Julien
January 13, 2015 at 10:49 pm
Hi Steve this question of IDENTITY column data type your answer is wrong. The correct answer is quoted from http://msdn.microsoft.com/en-AU/library/ms189838.aspx:
IDENTITY (Function) (Transact-SQL) data type
Valid data...
January 13, 2015 at 3:14 pm
Viewing 15 posts - 1 through 15 (of 16 total)