Viewing 15 posts - 16 through 30 (of 50 total)
"More and more I think that key to continued adoption and growth of SQL Server is licensing by scale, not edition, and not by feature. Just...
August 3, 2018 at 6:46 am
Other questions aside, I think storing the Phases as a dimension is the more correct design. The performance considerations would be more about the initial DW load, and then cube processing...
August 1, 2018 at 7:46 am
"We should be sure that the goals and results from any AI system continue to befocused on what we want to achieve, and that we transparently...
July 12, 2018 at 8:37 am
Going to Glacier in August - can't wait. I'll be doing some horseback trail rides. I'm from Australia and now living in the USA, so I'm making the most of...
June 29, 2018 at 7:44 am
Worst recent example was a contract web developer who thought he could get away with 'upgrading' a relational database to non-relational. Project delayed for months while other developers fixed the damage.
June 22, 2018 at 8:20 am
I agree baselines are critical. SQL server's inbuilt data collections also provide a mechanism for accessing performance metrics over time. Together with Reporting Services report subscriptions, we use this to...
June 11, 2018 at 7:57 am
Basic SSIS post including how to map query parameters to variables: https://docs.microsoft.com/en-us/sql/integration-services/control-flow/execute-sql-task?view=sql-server-2017
April 25, 2018 at 8:02 am
Some of the MDW reports can be downloaded from here: https://blogs.msdn.microsoft.com/billramo/2010/11/18/may-the-source-be-with-you-mdw-report-series-part-6the-final-edition/
February 20, 2018 at 3:06 pm
December 1, 2017 at 12:52 pm
We use MDW extensively for monitoring our customer's databases - it saves them a lot in licensing third-party monitoring software. We had some concerns when there were some omissions with its SQL...
December 1, 2017 at 7:21 am
Glad to see someone mention referential integrity - I have seen some disasters resulting from the growing non-relational trend.
In addition to knowing basic SQL programming I think it is...
November 3, 2017 at 9:01 am
I believe there will be problems with future technology to overcome, until someone sees it as an opportunity and turns it around. That to me encompasses the Western free-enterprise culture that...
September 29, 2017 at 7:49 am
March 9, 2017 at 9:24 am
It looks as though the rows should be readable as the range key locks prevent phantom reads, and inserts, updates & deletes - from https://technet.microsoft.com/en-us/library/ms191272.aspx "This lock blocks any attempt to...
March 8, 2017 at 8:02 am
Thanks Sue its good to know the purging by date can be safely scripted. Its disappointing that an issue like this which can severely impact performance around a system database such...
February 22, 2017 at 10:13 am
Viewing 15 posts - 16 through 30 (of 50 total)