(Nakul Vachhrajani) Developing SSIS packages is quite easy – it’s mostly drag and drop and some minor configuration, which is a really boon for someone who is new to SSIS. However, when it comes to tuning the package, one needs to understand the finer points of each task on the control flow.
Tag: sql server
Why You Want to Use the Latest SQL Server Management Studio Release
(Melissa Coates) We have two main built-in tools for interacting with a SQL Server database platorm: SQL Server Management Studio (SSMS) and SQL Server Data Tools (SSDT). This post is about SSMS and why you may want to install the latest release…even if you’re not ready to upgrade to SQL Server 20
SQL SERVER – Displaying SQL Agent Jobs Running at a Specific Time
(Pinal Dave) Recently I was troubleshooting at a customer location something that looked trivial. When the customer approached me for a consulting requirement wherein they were saying their system was going unresponsive every day in the morning around a certain time.
CREATE OR ALTER – another great language enhancement in SQL Server 2016 SP1
(Jovan Popovic) We are happy to announce that SQL Server 2016 SP1 and SQL Server v.Next have new T-SQL language statement – CREATE [OR ALTER]. This statement combines CREATE and ALTER statements and creates object if it does not exist, or alter it if it is already there.
Azure Elastic Database Pools for SaaS Applications
(Vikram Pendse) Explore Elastic Database Pool in Azure with a case study, and see how it helps to scale and achieve economical resource consumption especially in SaaS scenarios.
Rename SQL Server physical database files using T-SQL
(Manvendra Singh) In a previous tip, I demonstrated how to rename physical database files for a SQL Server database using SQL Server Management Studio. In this tip, I will demonstrate how to do this same process using T-SQL code.
Nested Variables In DAX
(Chris Webb) Last week, at the SQL Server Days conference in Belgium, Kasper mentioned in his presentation that it was possible to define variables inside variables in DAX. So, for example, you could define a measure like so:
Is Auto Close Enabled in your SQL Server database?
(Vadivel) In SQL Server, one of the Database Properties options is Auto Close. This is an option to be used (auto close = True) if our intention is to shut down cleanly and free the resources once the last user accessing that database exits. If after the last user exits we still want to keep the dat
PowerShell – Script to Listing all Backups Taken with SQL Server
(Pinal Dave) I always like to keep a number of scripts handy in my USB drive with my Laptop. These scripts are used for my internal use when I am suddenly looking for something interesting in customer environments. One of the scripts that I use is shown below.
SQL Server Database Provisioning
(Grant Fritchey) Database provisioning for development work isn’t always easy. The better that development teams meet business demands for rapid delivery and high quality, the more complex become the requirements for the work of development and testing. More databases are required for testing and de
