Viewing 15 posts - 181 through 195 (of 332 total)
Thanks Steve for the first question of this year. It's an interesting topic, because in MS SQL Server 2016 Entreprise Edition it's quite different, see e.g.
January 2, 2017 at 6:15 am
Thanks to Steve and all those who are preparing for us QotD, I wish you good health and good luck in the new year! 🙂
December 30, 2016 at 5:43 pm
edwardwill (12/21/2016)
The article you cite in support of the answer is silent on the limits to the size of the input string.
Yes in the MSDN HASHBYTES (Transact-SQL) there is no...
December 21, 2016 at 6:07 am
If you were looking for information on this MSDN article https://msdn.microsoft.com/en-us/library/hh710053.aspx ,
the answer would not be easy. I would probably give 1..100. There is no explanation of the value of...
December 19, 2016 at 7:02 am
Simple, but interesting question, thanks Steve. But I shot on Google today too hastily and missed. It was necessary
to start shooting from the MSDN https://msdn.microsoft.com/en-us/library/cc645993.aspx ... :crying:
December 16, 2016 at 5:14 am
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
Viewing 15 posts - 181 through 195 (of 332 total)