Tag: sql server

Community

Performing Base Conversions

(Itzik Ben-Gan) A frequent request that pops up in public SQL Server newsgroups is how to perform base conversions. That is, you store values as character strings containing digits in a given base and want to convert them to a target base. Typically, you need to store values in a nondecimal base whe

Community

Custom Component UI

(Kirk Haselden) We’ve been seeing a heightened interest among SSIS customers in writing custom components as they move from understanding the basic IS concepts to more advanced ones. The question has come up more than once, “Why is the UI code separated from the component code?” Not everyone notices

Community

Checklist: Backing up SQL Server

The key to a successful recovery in the event of a database crash — or worse yet — a system crash, is to have the key elements for SQL Server backups in place. SQL Server offers many options for performing backups and the following checklist highlights some of the more important options to think a