Viewing 15 posts - 1 through 15 (of 33 total)
Hi, sorry it has taken me so long to reply, I've been working on a pipeline(trying to make enough money to further education)... anyways yes I am interested in any...
November 11, 2007 at 8:12 pm
Yes this was probably the issue. Users where in the system so SQL was most likely "protecting me from my own actions".
Thanks
September 21, 2007 at 7:27 am
strange....
i get 142 for the first 2 queries and 97 for the second set...
September 20, 2007 at 3:25 pm
ok I have a fix that makes sense now...
I deleted out of my image table where manCode was equal to the manufacturer that had duplicate rows.
Then I re-insert the rows...
September 13, 2007 at 9:10 am
Well.... its kind of difficult to explain.
My situation was that I had inserted several rows into one table that were duplicates, but I had already related the table ID's to...
September 11, 2007 at 9:19 pm
ok figured out what i needed to do, just bad programming to start with, thanks all
September 11, 2007 at 2:15 pm
Thanks matt I think I am on the right path but when I run the query I get the error:
Msg 8117, Level 16, State 1, Line 1
Operand data type uniqueidentifier...
September 11, 2007 at 12:52 pm
SQL 2005 management studio...
No sorry the only thing thats different is the GUIDs..
columns I have:
ID----GUID
ManCode----nvarchar(3)
emImageID----int
description----nvarchar(250)
path----nvarchar(150)
Everything is the same on the duplicate rows except for the GUID... also not all rows...
September 11, 2007 at 9:24 am
sorry i wasn't clear, the whole row is duplicate except for the ID column which is a GUID..
sometimes there is 3 of a row and sometimes just one
September 10, 2007 at 4:38 pm
I have tried something like:
select
distinct emimageid, * into image_3 from image_1st
September 10, 2007 at 4:09 pm
well i got it, thanks for the push in the right direction... here was what i had to have:
Update
Document_Image
set
documentID
=...
August 31, 2007 at 8:50 am
well, this is almost what I needed but this set the documentID for all manufacturers not just the ones with a manufacturerCode = 'GRO'
Is there any way to just set the...
August 31, 2007 at 8:34 am
I am getting the same error except mine:
The LocaleID -1 is not installed on this system
..anyone know whats goin on here?
August 22, 2007 at 1:28 pm
I had to re-work my code and re-think my approach but I think i've got it, thanks all
August 17, 2007 at 10:55 am
Ok I had to re-work my structure but I got it, thanks all
August 17, 2007 at 10:54 am
Viewing 15 posts - 1 through 15 (of 33 total)