News

My plan was to get the text file and do a Bulk insert into a holder table in Sql server 2000 via the bulk insert command inside a stored procedure. Clean the data there, code the errors and then ...
SQL Bulk Insert has been tuned over the years to work well with the Microsoft .NET Framework. This tutorial shows you how to take advantage of its power.
Returns a warning. INSERT INTO TestIdentityGaps (id, Description) VALUES (2, ‘Two Point One’) GO As a way to work around this problem, SQL Server 2000 provides the setting IDENTITY_INSERT. To ...