Tag: sql server

Community

Software Review: SQLCompare

(graz) I’ve reached that horrible stage in a project. We’re still doing development but the users are in an extended alpha/beta test of the software. And they don’t like to lose the data they’ve entered. That means as I fix bugs and add new features I need to keep our development database in sync wi

Community

Create a User-Defined Data Type

(Dan Sullivan) SQL Server 2000 has a scalar data-type system that defines data types such as int or float, which DBAs commonly think of as “primitives” because they contain values that you can’t break down further into components. However, SQL Server 2000 doesn’t provide a practical way to extend th

Community

Get in the Loop with CTEs

(Itzik Ben-Gan) SQL Server 2005, formerly code-named Yukon, introduces a wealth of new T-SQL features and enhancements, which I briefly highlighted in my November 2003 article, “What’s New in Yukon T-SQL,” InstantDoc ID 40206. But in my opinion, common table expressions (CTEs) are by far the most im