Tag: sql server

Community

Index Creation Guidelines

(Leo Peysakhovich) Often times index placement is a confusing task for many SQL Server developers. We all have been told that indexes do boost performance. The problem is how to select the ideal type of index, the number of columns to index, and which columns should be indexed, and how to answer all

Community

Read File Transformation

(Allan Mitchell) This article was inspired again by a newsgroup post asking how a directory of files could be read and the filenames be entered into a SQL Server table along with the file itself. In this article we shall be making use of code we have used previously in other articles along with t