(Trayce Jordan) Periodically we are asked how to split an existing filegroup into multiple data files. The quick answer is that SQL Server does not have a built-in way for you to do that automatically, but you can do it yourself.
Tag: sql server
#0400 – SQL Server – SSIS – Using the SQL Server Destination
(Nakul Vachhrajani) SSIS packages are quite easy to get started with – it’s mostly drag and drop of various containers, tasks and setting of connections. Ensuring that the components work optimally requires using the right mix of tasks based on the scenario at hand.
Determining the Cost Threshold for Parallelism
(Grant Fritchey) In the previous post, I showed how you can get full listings of your execution plan costs. Knowing what the values you’re dealing with for the estimated costs on your execution plans can help you determine what the Cost Threshold on your system should be.
Setting up SQL Server to SQL Database (Azure) Replication
(Arun Sirpal) I had a need to setup transactional replication from my SQL Server to SQL Database (Azure) where I only needed a selection of tables that I wanted to off-load to Azure.
A Quick Look At Two New DMV Columns for Tuesday
(Rodney Landrum) I have learned over the years that some people really like it when I am verbose, long-winded, redundant and carry an otherwise small sentence on forever until you wonder to yourself, “Really, what it he point here?”, and then there are the other 98% of the people who stumble on my p
OMS – Azure Activity Logs Solution – Access to the Subscription was Lost
(Nicole Welch) Detail: Access to the subscription was lost. Ensure that the XXX subscription is in the XXX Azure Active Directory tenant. If the subscription is transferred to another tenant, there is no impact to the services, but information for the tenant could take up to an hour to propagate.
Scaling out SSRS on SQL Server Standard Edition
(Rodney Landrum) The ability to scale out SSRS, so that multiple report server instances can access a single report server database, is an Enterprise Edition-only feature.
Tips on how to build your first SQL Server container
(Michael Otey) Navigating the new world of containers might seem daunting, but the examples outlined here will walk you through the process of creating and managing containers for SQL Server.
Clean Your Buffers for Accurate Performance Testing
(Greg Larsen) In order to do accurate performance testing between multiple runs of a SQL Server command or scripts you need to remember to clean the buffer, procedure and system cache between each test run.
Quick Tips:- Add SQL User/Rolemember to all Databases in SQL Server
(Vinoth N Manoharan) Most of times when you have dedicated SQL Server for an Application clients come up with a request to add a user to all databases in the SQL Server with certain permission, while its east to do it via SSMS for if the system has only couple of databases but imagine your SQL insta
