Viewing 15 posts - 181 through 195 (of 325 total)
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
Good question, thanks Steve. To answer, I used this link:
October 28, 2016 at 12:18 pm
+1
I was interested that the anonymous is default, but I guess it's better created
a new table with the name of the history table explicitly defined.
October 26, 2016 at 6:15 am
Viewing 15 posts - 181 through 195 (of 325 total)