Tag: sql server

Community

Using a SQL Server System as a PDC

My company is setting up a disaster recovery site, and plan to install SQL Server on a new computer. The Microsoft Windows NT® administrators want to use the computer running SQL Server as a primary domain controller (PDC). I have heard that this setup is not a good idea because of the resource-inte

Community

Import text files script

This process will import text files that arrive in a directory into a table. It will process every file in the directory with the correct filemask and move the file to an archive directory on completion. It can be used in conjunction with an ftpget SP to import files from a ftp server (see ftp).