(Andrew Pruski) In SQL Server 2014 SP2 an interesting new DBCC command was included, DBCC CLONEDATABASE
Tag: sql server
Using The RelativePath And Query Options With Web.Contents() In Power Query And Power BI M Code
(Chris Webb) The Web.Contents() function in M is the key to getting data from web pages and web services, and has a number of useful – but badly documented – options that make it easier to construct urls for your web service calls.
Everything Old Is New Again: 5 IT Headaches That Never Go Away
(Thomas LaRock) The IT industry has a long-term memory disorder.
Getting Started with SQL Server Integration Services SSIS Parameters vs. Variables
(Daniel Calbimonte) I noticed that in SQL Server 2012 and later versions it is possible to create SQL Server Integration Services (SSIS) parameters. What are SSIS parameters and how are they used?
#0381 – SQL Server – Table design – Is it better to use NEWID or NEWSEQUENTIALID when defining the key as a UNIQUEIDENTIFIER?
(Nakul Vachhrajani) Database schema design involves defining the clustered keys (generally the primary key) on a table, and one of the main decisions to be taken is whether to use a clustered key based on a UNIQUEIDENTIFIER/ROWGUID or an INTEGER?
Tricky TSQL: NOT IN (NULL)
(Jen McCown) We’ve done this before, but we can go one better this time.
SQL Server for Linux
(Robert Sheldon) Although SQL Server for Linux removes the concern that adopting SQL Server forces you to also adopt the Windows platform, it could also provide a useful alternative platform, and a more obvious alternative to Oracle. There are, however, several obvious concerns as to how such a prod
SQL Trivia – What all schemas cannot be dropped in a SQL Server database?
(Manoj Pandey) The following four built-in database schemas cannot be dropped:
Log Page Life Expectancy over time
(Tibor Karaszi) You often see Page Life Expectancy referred to as an interesting performance monitor counter. And it can be! It indicates for how long a page is expected to stay in cache, from the time it was brought into cache.
Change SQL Server Database Mirroring from Manual to Automatic Failover
(Manvendra Singh) Suppose you have a new requirement to change the failover mode from manual to automatic for a SQL Server Database Mirroring configuration. As we know the witness server is mandatory for automatic failover, so we need to add a witness server to the database mirroring configuration t
