Viewing 15 posts - 151 through 165 (of 327 total)
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
Thanks Henrico for an interesting question about undocumented DBCC commands.
Clear explanation I found in this blog from Paul White. Interesting is also this Paul Randal's blog.😉
February 27, 2017 at 6:28 am
Thanks for this question. I learned something new. I appreciate the Microsoft Azure documentation. 😉
February 23, 2017 at 6:41 am
Tough and interesting question, but well specified and after some time, I happily found a good explanation
on MSDN in the...
February 21, 2017 at 9:04 am
Thanks for this funny question. An interesting trip into the history of Presidents of the United States. And I had have to brush up the POWER() math function...🙂
February 20, 2017 at 6:27 am
February 15, 2017 at 11:41 am
February 14, 2017 at 4:39 pm
Description of the argument <mixed_page_allocation_option> ::= in the MSDN ALTER DATABASE is unhappily worded.
A clear explanation is in the MSDN tempdb Database, paragraph Database Options.
February 13, 2017 at 7:44 am
February 7, 2017 at 9:34 am
Viewing 15 posts - 151 through 165 (of 327 total)