Microsoft
Software
Hardware
Network
Question : Getting violation of primary key during bulk insert.
Using SQL 2008 and getting error Msg 2627, Level 14, State 1, Line 1 during bulk insert from .txt file that was exported from parallel server using bcp.
I know this error can not be right because the table that was used to create the file to be imported had the primary key that would prevent this error from ever existing.
I am new to the bulk insert statement
Answer : Getting violation of primary key during bulk insert.
Problem Solved, I added a go statment between the series of of Truncate Table and bulk insert statements.
Random Solutions
how to see Public folder in address book window
SQL Server 2008 work with GTM date
DNS record for 'new' accepted Exchange domain
Using jquery to hide dynamically added divs
ArcServe - how to notify via email
inbound email delays from different sources
Radio Button Centering in Access Report
How to set tint color of TTButton?
How to execute Internet Explore page silently
Re-use generated field in MS SQL Server?