Viewing 15 posts - 1 through 15 (of 112 total)
Lost the point on a technicality - LOL! sys.column_store_row_groups not supported in SQL 2012.
August 27, 2015 at 7:53 am
The research to answer the question correctly was very interesting! Thanks for the question.
May 7, 2015 at 8:09 am
Ok, we are probably going to install the 2014 tools only. Thanks!
November 20, 2014 at 11:13 am
SQLRNNR - can you please clarify what issues you saw with multiple editions installed? We would typically install tools for every version so we can use the appropriate tool with...
November 20, 2014 at 10:52 am
Since we have other servers to host SQL2008 R2, our plan is to install newest to oldest and try to omit 2008 R2 from these 2 platforms. We had a...
November 20, 2014 at 10:32 am
Ye scurrrrvy dogs, System F - arrrr - 'tis a fine choice to be makin!
September 25, 2014 at 9:05 am
Thanks for your quick response and further testing proves you are correct. I set up a full backup to complete while log shipping was enabled and then ran the jobs...
May 8, 2014 at 12:22 pm
Yeah! I got to finish my lunch! Thanks for the question, this feature opens the door for me to do a deeper dive!
March 20, 2014 at 7:43 am
I did learn a bit about replication, and I selected what I thought was the best answer - B.
March 19, 2014 at 10:58 am
It might surprise the average person how much more difficult the DBA job (or many tech jobs) would be without Google, Bing or sites like this.
March 13, 2014 at 6:46 am
I executed the same code on SQL 2012 SP1 and got the same results - 2,3,5
February 13, 2014 at 9:40 am
That is a new piece of helpful information. Thanks! 😀
December 20, 2013 at 11:59 am
Thanks for the opportunity to win a great reference book!
USE SantaDelivery2013;
GO
SELECT ROW_NUMBER() OVER(PARTITION BY Country ORDER BY GoodDeedsYTD DESC) AS "Row Number",
p.LastName, s.GoodDeedsYTD, a.Country
FROM...
December 5, 2013 at 8:52 am
Viewing 15 posts - 1 through 15 (of 112 total)