James,
Thanks.
I'll try to eliminate duplicates...
I pretty much know where they are...
I guess my only way is to copy the duplicate column(colB) to a new table (colB'), replace the colB with something else, and copy colB' back to colA.
So to copy back ColB' to ColA,
I should:
UPDATE TableA...
When I run "update MYTABLE123 SET ColumnA=ColumnB"
I get the following message.
Msg 2627, Level 14, State 1, Server MYSERVER\MYSQL, Line 1
Violation of PRIMARY KEY constraint 'MYTABLE123'. Cannot insert duplicate key in
object 'MYTABLE123'.
The statement has been terminated.
The constraint...
Hi all,
I have a SQL command to setup a report in Crystal.
I created parameter field called paramVendorID, which is String, and try to filter out records.
I have:
WHERE (dbo.test1.VENDORID >= {?paramVendorID})
This somehow doesn't work if I have a number at the first character.
The command...
I have ArcServe 2000 SP4 with Windows 2000 server SP3.
One of the job failed but still at READY status.
When I stop or delete the job it says. "Stop (Delete) failed."
restarting the engines did not change the situation.
What happened originally was that the tape was ejected while the...
I have a problem importing from PeachTree 2000.
For example, I exported accounting info from PeachTree as csv file and tried to import it through Import Wizard.
However, I always get an error saying "No records are valid in selected files".
I tried to use the PeachTree template...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.