myLittleAdmin for MS SQL Server 2005
A short review from the perspective of a web hoster on this handy software utility.
A short review from the perspective of a web hoster on this handy software utility.
An interesting script to handle file tasks from within SQL Server.
A few notes from a consulting engagement that might get you to think about what to expect from your next contractors.
My company is just starting to look at adding functionality to retain historical data for key tables and columns for auditing purposes in many of our SQL Server databases. I have seen some of your recent tips related to triggers (Forcing Trigger Firing Order in SQL Server and Trigger Alternatives in SQL Server - OUTPUT Clause). Based on using triggers or a similar technology, what is the best way to store the historical data?
QL 2005 adds two new methods – signing with certificates and impersonation with EXECUTE AS – that can manage cases where the classic method of ownership chaining fails. I explain the two new methods, as well as the old one, and warns you about the pitfalls.
The other major database vendors have been making investments by purchasing database related companies, but what has Microsoft done?
The other major database vendors have been making investments by purchasing database related companies, but what has Microsoft done?
The other major database vendors have been making investments by purchasing database related companies, but what has Microsoft done?
Commentary on the database related news of the past week. SQL Server 2008 Certification, deep inside SQL Server and the Library of Congress.
What is going on with all this production data? Steve Jones talks about the need to manage data growth and is it really worth the resources.
By Steve Jones
I’ve often done some analysis of my year in different ways. Last year I...
By Steve Jones
This was Redgate in 2010, spread across the globe. First the EU/US Here’s Asia...
By John
Today is Christmas and while I do not expect anybody to actual be reading...
I have a couple of SQL Agent job steps which run PowerShell commands of...
Comments posted to this topic are about the item Database security permissions save script
I have a SQL Agent job for backing up a set of Analysis Services...
I want to use the new BASE64_ENCODE() function in SQL Server 2025, but return a string that isn't large type. What is the longest varbinary string I can pass in and still get a varchar(8000) returned?
See possible answers