Database Snapshots
This white paper I will explain how exactly this new feature works, why you may or may not consider using it, and how to get started using it.
This white paper I will explain how exactly this new feature works, why you may or may not consider using it, and how to get started using it.
A guest editorial from Tony Davis, on how to test whether someone will make a good DBA or developer.
Encryption Keys validation for Reporting Services always being in force whether service is running or not.
Accessing your SQL Server without Enterprise Manager or Management Studio can be a difficult task without a custom application. Especially if you are not in the office. Jacob Sebastian brings us an open source application that can make this much easier for DBAs.
I need a way to create a data dictionary that will stay up to date. I make many changes to the database and I spend more time trying to keep the documentation updated than doing database administration.
Steve Jones talks about alternative hybrids, in this bi-monthly update on automotive news.
Steve Jones talks about alternative hybrids, in this bi-monthly update on automotive news.
Steve Jones talks about alternative hybrids, in this bi-monthly update on automotive news.
Find available keys when merging two tables with duplicate keys.
A guest editorial from Phil Factor on the kindest way to dispose of unwanted IT projects.
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