Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS error

Status
Not open for further replies.

royyan

Programmer
Jul 18, 2001
148
US
I have a database having data from different clients. Now one of client wants to seperate their data from others. I am trying to run a DTS to do this and the query is as below:
SELECT p.BookID, p.Book, p.[Section], p.Page, p.TypeID, p.Heading, p.BNS, p.ClientTypeID, p.IPAddress, p.[Date], p.NDXTypeID, p.UHash FROM PAGEVIEW p INNER JOIN PHONEBOOKS pb ON p.BookID=pb.BookID WHERE pb.PhoneCompany='BSA' ORDER BY p.[Date]

But, the DTS stopped in one place saying that the destination database ClickID colunm (Which is the primary key) couldn't accept null. I don't know if this query is causing probelms. Your help will be highly appreciated. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top