Viewing 15 posts - 151 through 165 (of 325 total)
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
BillLudlow - Monday, February 6, 2017 1:10 AMGood question, there is a common misconception that this role has a much wider scope.
+1
Yes,...
February 6, 2017 at 5:29 am
Thanks for this question. It's another compelling reason why to install MS SQL 2016.😉
AES_NI support in SQL Server 2016 Glenn Berry describes in this article with other interesting...
February 3, 2017 at 6:35 am
Viewing 15 posts - 151 through 165 (of 325 total)