Arthur Fuller explores the value of identity columns and the usefulness of their arbitrary values and discusses ways to use SQL Server 2000’s IDENTITY_INSERT setting. Despite your numerous ...
Both have identical column structures. What I need to do is run an INSERT against Table1 to insert all the data from that table that meets certain requirements in my WHERE clause into Table2. Basic ...
I have a table with a list of employee information (name, phone, blah blah). I simply want to DTS the Excel file into the SQL Server 2000 table. The problem is that I want SS2000 to create the ...