Viewing 15 posts - 136 through 150 (of 319 total)
Revenant - Friday, April 7, 2017 10:35 AMI had to search BoL. Thanks, Steve! All, have a great weekend.
+1 🙂
April 7, 2017 at 11:50 am
Thanks Carlo, I appreciate the brief but concise remarks to links in the explanation. 🙂
April 6, 2017 at 7:38 am
April 5, 2017 at 6:52 am
Thanks for this question Steve. I repeated the conversion time to datetime2...:ermm:
For the result to 1900-01-01 10:00:00.000 should be in the code specified DECLARE @t DATETIME2(3) = '10:00...
April 4, 2017 at 9:18 am
Maybe that's wrong I understand, but it feels like a belated April Fools prank...😉
April 3, 2017 at 6:05 am
The syntax CREATE PROCEDURE statement allows you to create output_only procedure. The following stored procedure has only one output parameter.
For this reason, I could not choose the correct...
April 2, 2017 at 6:00 pm
Thanks Steve for this question, but above all for the perfect link. I learned something new. 🙂
March 29, 2017 at 7:34 am
The fourth answer is not correct. It is not necessary to install the Microsoft R Server for using R code. See, e.g. this MSDN article Set up SQL Server...
March 22, 2017 at 7:19 am
Intuitively I estimated that I got it wrong...:crying: But I found how to check enabled Trace Flags for SQL Server.
On my server I have enabled two global TF 7806...
March 10, 2017 at 10:49 am
Thanks for this interesting question, Henrico. Tempdb has default value for ENCRYPTION set to OFF and this setting cannot be modified.
What the documentation doesn't say is what happens...
March 6, 2017 at 7:18 am
+1
According to MSDN, AUTO is an option for value of a featured syntax elements... 😉
Thanks Steve for this question.
March 3, 2017 at 5:32 am
Interesting question, thanks Steve, to exercise logical reasoning...😉
That a table has INSTEAD OF Trigger can be determined using OBJECTPROPERTY function with Property name 'HasInsteadOfTrigger',
e.g. in the example...
March 2, 2017 at 8:52 am
February 28, 2017 at 9:46 am
Thanks Steve for this question, yes I had a "Fun with Time", but it cost me just a little time.🙂
DECLARE @t TIME = GETDATE();
SELECT DATEDIFF(MINUTE, 0,...
February 28, 2017 at 9:29 am
Viewing 15 posts - 136 through 150 (of 319 total)