Tag: sql server

Community

MySQL Cookbook

By Paul DuBois – MySQL Cookbook provides a unique problem-and-solution format that offers practical examples for everyday programming dilemmas. For every problem addressed in the book, there’s a worked-out solution or "recipe"–short, focused pieces of code that you can insert directly into your app

Community

CHECK It Out

By Itzik Ben-Gan – For accuracy and performance, you need to make sure that all IP addresses in your tables are valid. Here’s how to write a CHECK constraint that validates character strings containing IP addresses.

Community

Converting a DB2 date to SQL Server

By Douglas Seward – We recently had a problem with SQL Server 7 bombing out when trying to process a view of our DB2 table where some of the date fields were initialized with the value ‘0001-01-01’. In SQL Server the earliest date recognized is 1753-01-01, so it could not process date fields with th