Retrieving a Binary File from Your Database
In this second article I provide the means to restore a binary file to its original state.
2015-05-28
11,047 reads
In this second article I provide the means to restore a binary file to its original state.
2015-05-28
11,047 reads
In this article you will see how to convert a file to a binary stream and insert it into SQL Server with SQLCLR.
2015-05-26
16,828 reads
This article looks at two critical limitations suffered by MongoDb compared with SQL Server.
2015-03-10
449 reads
We frequently need to discover the source of issues with our databases. This article provides information on how to detect replication on a database as a possible source of issues.
2015-03-02
3,684 reads
This editorial addresses the need to write the most effective and efficient code for our solutions
2015-02-02
121 reads
We have all had our innovative solutions and proposals shot down by leads, managers and directors. This article addresses some of the causes and tips to improving the success rate for getting your ideas into the priority list.
2014-12-05
121 reads
By Steve Jones
Many organizations list customer testimonials and quotes on their websites or literature. It makes...
pg_cron is a simple cron-based job scheduler for PostgreSQL that runs inside the database...
By Steve Jones
I heard someone say recently that you can’t change a primary key value in...
Hello SSC, Happy Friday! I have to optimize a process that uses dynamic SQL...
Comments posted to this topic are about the item 50 Years of Microsoft
Comments posted to this topic are about the item Multiple Collations
Can I have a collation expression like this in SQL Server 2022?
... WHERE ColumnA = ( 'abc' COLLATE French_CI_AS) COLLATE French_CS_AS ...See possible answers