Holidays and other Social Technologies
A look at what passes for technology from Bill Nicolich in our guest editorial.
A look at what passes for technology from Bill Nicolich in our guest editorial.
Learn everything about MDX by drawing only on your SQL knowledge.
Thie article focuses on using SSIS to automatically check in the changes that the developers missed for the day into the version control system.
Not only is the DBA responsible for the running status of the Services, they are responsible that the Service is running with a proper owner.
After winning a number of awards for our software, Red Gate is giving away books to 300 people as a celebration.
Why is SQL Server licensing so complex? Today Steve Jones asks the question and wonders if Microsoft would make some changes to make it easier to understand.
In SSIS, when we use 'parent package variable configuration' the order of event execution is quite different than the normal execution order. In this article we will see what the impact on execution order when we use 'parent package variable configuration'.
A brief introduction to getting started with QlikView.
A common topic for questions on SQL Server forums is how to plan and implement upgrades to SQL Server. Moving from old to new hardware or moving from one version of SQL Server to another. There are other circumstances where upgrades of other systems affect SQL Server DBAs.
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers