Tag: sql server

Community

XP SP2 and SQL Server

(Brian Moran) In June, I wrote about the effects that Windows XP Service Pack 2 (SP2) has on SQL Server (see “Windows XP SP2 Defaults Break SQL Server Connections” at http://www.winnetmag.com/article/articleID/42854/42854.html ). Now that XP SP2 is dribbling out through Windows Update and other sour

Community

ADS Enables

(Rob Hawthorne) Microsoft’s free server tool, ADS (Automated Deployment Services), provides system administrators with a consistent way to deploy the Windows OS, but what about RDBMS deployment? Does setting up SQL Server on a number of servers mean you have to run setup.exe again and again, specify

Community

The Daily Database Build

(graz) Continuous integration is a popular concept in software development right now. One of the key components of this is making sure you always have a clean build of your program. This can also be applied to database development. This article shows how to build a cheap, simple series of scripts th

Community

File Inserter Transformation

(Allan Mitchell) SQL Server 2005 has made it a lot easier for us to loop over a collection and with each iteration do something with the item retrieved. In this article we are going to show you how to iterate over a folder looking at the files within and doing something with those files. In this ins

Community

Bulk-Insert Options for ADO.NET

(Michael Otey) Clients commonly ask me how to bulk insert data into SQL Server from ADO.NET applications. There’s no easy answer to this question because ADO.NET doesn’t have any built-in bulk-insert objects. The most straightforward method for performing bulk-insert operations from ADO.NET is lo