News

There's a problem with schemas in SQL2K5 that I encountered again this week, and I put my head to it and developed a very elegant solution that I thought I'd share with everyone. Problem: When you ...
AUSTIN, Texas--(BUSINESS WIRE)--AquaFold, Inc. has released Aqua Data Studio 18, a major upgrade to its universal database management and analytics software, providing schema synchronization which ...
I am looking for suggestions on an alternative product for comparing SQL schema and data with Microsoft SQL server (2012). Up to this point in time our company has used Red Gate SQL Compare and SQL ...
Document databases such as MongoDB garnered rapid and strong support from application developers for multiple reasons. But clearly, one of those reasons is the support for flexible schemas. In the ...
tl;dr - see last paragraph. CREATE TABLE [dbo].[AttachedFiles]( [ID] [uniqueidentifier] ROWGUIDCOL NOT NULL, [ReferenceLocation] [varchar](255) NOT NULL, [FileName ...
Why is the language developers and DBAs use to organize data such a mess? Here are 13 reasons we wish we could quit SQL, even ...
Microsoft has released SQL Server Management Studio 22 Preview 1 with modern settings, new themes, and Fabric integration.
SQL Server 2016 and Azure SQL Database both give you tables that automatically keep track of changes to your data. Here's how to both create those tables and alter existing tables so they track the ...
I've said it before and I'll say it again: If you want to speed up your application, don't look at your code, look at your data access. The two slowest things you can do in application development are ...