Large Analysis Database Migration
large Analysis Database migration (hundreds of gigabytes, hundreds of users and thousands of user MDX queries)
large Analysis Database migration (hundreds of gigabytes, hundreds of users and thousands of user MDX queries)
Continuing on with his week in the clouds, Steve Jones looks at how SQL Server might appear in the cloud world.
This tip shows you an option that exists within SSMS to automatically generate scripts for all table changes when using the table designer.
Continuing on with a "Week in the Clouds", today Steve Jones discusses some of the challenges of cloud computing.
Continuing on with a "Week in the Clouds", today Steve Jones discusses some of the challenges of cloud computing.
Continuing on with a "Week in the Clouds", today Steve Jones discusses some of the challenges of cloud computing.
Despite the benefits of SQL Server consolidation, some IT pros are still reluctant to make the move. Learn which scenarios could pose a challenge to those looking to consolidate.
This past week saw the release of Service Pack 1 for SQL Server 2008, and some interesting changes with it. Steve Jones comments.
As I've covered in my two earlier posts I've been investing a little time to figure out how to make LinkedIn work for me. This time I wanted to talk about some extra tools they provide that you may find useful. One that I mentioned previously...
Continuing on with his week in the clouds, Steve Jones looks at how SQL Server might appear in the cloud world.
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 Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
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