2008-04-02
2,786 reads
2008-04-02
2,786 reads
Steve Jones is recommending that you don't work the most efficient way at your job. Sometimes.
2008-04-02
34 reads
Steve Jones is recommending that you don't work the most efficient way at your job. Sometimes.
2008-04-02
28 reads
Steve Jones is recommending that you don't work the most efficient way at your job. Sometimes.
2008-04-02
41 reads
In this article I discuss a new feature in SQL 2008, table-valued parameters and particularly the restriction that they have to be read-only. I argue that this makes this feature considerably less useful that it could be, and that in order to build scalable applications be able to pass read-write table parameters between stored procedures is essential.
2008-04-02
2,677 reads
A new XBOX 360 title is being released today for the DBA in you.
2008-04-01
7,634 reads
2008-04-01
4,962 reads
2008-04-01
9,279 reads
What changes are coming in the editions for SQL Server 2008. Steve Jones finds a rather scary piece of literature.
2008-04-01
40 reads
What changes are coming in the editions for SQL Server 2008. Steve Jones finds a rather scary piece of literature.
2008-04-01
40 reads
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