Tag: sql server

Community

INF: SQL Server Hotfix Installer

Microsoft SQL Server 2000 hotfixes will be packaged and delivered to users as a self-extracting executable file. The Hotfix installer helps you install hotfixes by using a GUI based setup program. By using the Hotfix installer, you can also automate the hotfix installation process across your whole

Community

Custom String Functions

(Chris Cathers) When I got done reading Stephen Lasham’s article Extracting a String Within Delimiters – Part 2, I thought that I would share with the community, some functions I had just written a couple weeks earlier. I have found that I do a lot of string parsing where I work. It turns out that I

Community

Reporting Services 101

(Rick Dobson) SQL Server 2000 Reporting Services, the SQL Server-based enterprise reporting solution Microsoft released in January 2004, is positioned to become one of the most popular SQL Server components. Nearly all organizations need to produce reports from their data, and with Reporting Service

Community

Mapping user and login security

(Baya Pavliashvili) If you use SQL Server authenticated logins to connect to databases, the following scenario should sound familiar: you backup the database on the production server, restore it on the development/test server and the application doesn’t work. What’s wrong? You immediately check