Viewing 15 posts - 181 through 195 (of 327 total)
sknox (12/15/2016)
Yes, the TechNet article is inaccurate. As per the MSDN documentation (https://msdn.microsoft.com/en-us/library/ms186755.aspx), the parentheses are optional.
+1
and still it is necessary to read in the MSDN https://msdn.microsoft.com/en-us/library/ms191007.aspx
slowly and carefully the...
December 15, 2016 at 7:16 am
paul s-306273 (12/12/2016)
Stewart "Arturius" Campbell (12/11/2016)
Interesting question today, thanks SteveLearned something new.
+1
Yes, +1
And thanks Steve for this question and the useful reference on Windows PowerShell Tutorial.
December 12, 2016 at 5:25 am
sipas (12/8/2016)
Luis Cazares (12/8/2016)
I need to ensure the databases are backed up while...
December 8, 2016 at 2:14 pm
Interesting question, I had to for sure a little search in MSDN. :unsure: Thanks for this reminder Steve.
December 2, 2016 at 5:47 am
Easy one, it is useful to know how to use sp_MSforeachdb. Thanks for this question Partha.
November 30, 2016 at 5:52 am
sipas (11/24/2016)
Actually it doesn't even work for this year.
SELECT DATEPART(DAYOFYEAR, SYSDATETIME()); gives 329
SELECT DATEDIFF( DAY, '20160101', SYSDATETIME()); gives 328
Happy Thanksgiving to all in the...
November 24, 2016 at 7:31 am
Great question. A very useful feature, thanks Steve.
November 22, 2016 at 7:28 am
Thanks for the question, I learned something new. Very useful article about this topic
can be studied here: https://www.simple-talk.com/sql/sql-tools/registered-servers-and-central-management-server-stores/
November 21, 2016 at 5:05 am
Thanks Lesole for an interesting topic.
In MSDN https://msdn.microsoft.com/en-us/library/ms187745.aspx is stated that
"Integer constants greater than 2,147,483,647 are converted to the decimal data type, not the bigint data type."
But...
November 19, 2016 at 4:44 pm
Quite useful question, thanks Steve. But I was groping a while in the article "Looking at views, Close Up",
Dropping Views paragraph until I figured out that here is described the...
November 11, 2016 at 7:22 am
I used this article in MSDN: https://msdn.microsoft.com/en-us/library/hh213536.aspx
Interesting question and very good explanation, thanks Steve.
November 10, 2016 at 5:28 am
Good question with a perfect explanation, thanks Junior 🙂
November 8, 2016 at 7:10 am
Iwas Bornready (11/3/2016)
Guessed wrong. I need to upgrade to 2016.
Version SQL Server 2014 would be enough. Inline specification of indexes
was introduced in version SQL Server 2014, see my link...
November 3, 2016 at 4:36 pm
Thanks Steve for this question. I learned something new about the inline indexes. I found a good description in MSDN here:
https://msdn.microsoft.com/en-us/library/bb510411(v=sql.120).aspx
November 3, 2016 at 6:11 am
Viewing 15 posts - 181 through 195 (of 327 total)