Got API?
gotAPI.com is one of the most useful online resources I've come across, primarily because it places resources spread all over the internet into one simple...
by Nick Williams | Comments (2)
A GUI Mess, or a Productivity Booster?
While writing up a review on a database tool I discovered today, I was inspired to spark a discussion about database GUIs in general. The...
by Nick Williams | Comments (8)
How To Full-Text Search
Here's a quick how-to on implementing Full-Text Searching using Microsoft SQL Server 2005. Originally, I planned on just using LIKE statements in the WHERE clause...
by Ken Foubert | Comments (1)
MS SQL Server 2005 text and ntext
How I discovered that text, ntext, and image data types have been deprecated and replaced by varchar(max), ntext(max), and varbinary(max).Recently, I needed to perform a...
by Ken Foubert | Comments (8)
Group By Queries for MS SQL Server
Back in the day, we worked on developing a specialty application that was basically a lead generation system with a database that stored over 200,000...
by Ken Foubert | Comments (13)
Page 1 of 1