Viewing 15 posts - 46 through 60 (of 86 total)
that's ok, i tinkered with it some more and managed to get what i needed.
Thank you,
November 8, 2013 at 1:08 pm
This works for me. These are just one shot deals. another dept has programs for maintaining the data. all they need for me to do was mass copy from one...
November 6, 2013 at 7:33 am
ROW_NUMBER sounds promising.
the values they want in spdd_f5 will be 1 thru 100 (will never go over 100) no duplicates.
it is just a pad number but it would need...
November 5, 2013 at 2:20 pm
that is what i was needing. the not in was doing me in.
Thanks
November 4, 2013 at 9:25 am
I am trying to find anywhere how to link fields together to match the index. These indexes range in size from 1 to 12 columns. I tried the + thing...
November 1, 2013 at 3:56 pm
I guess what I am looking to do is INSERT but skip/ignore/don't care about any duplicates.
Some of these tables that I am working with have multi-column unique indexes and...
November 1, 2013 at 3:35 pm
OK after going over this with the users i have been told that duplicate f1 (indexed unique) is possible. how would i go about changing the insert command to avoid...
November 1, 2013 at 1:02 pm
Super, thanks so much for the information.
November 1, 2013 at 10:49 am
That's pretty much what I have been coding in my application to do. Find all the matching columns then sorting them by name. I then got concerned about the sorting...
November 1, 2013 at 10:45 am
you are on to something there because i have the database and some of the tables but not all of them. the tables missing are the ones with the bit...
October 26, 2012 at 8:47 am
I am relaying this from memory but I thought it was a UDF that allowed the sql server to recognize True/False as a valid variable in the sql statement but...
October 25, 2012 at 3:26 pm
no the code created a data type that the code could reference it as True or False
it allowed sql syntax to work
select * from tbl1 where bit_column = true
I have...
October 25, 2012 at 1:24 pm
Steve Jones - SSC Editor (5/3/2012)
May 3, 2012 at 9:46 am
OK sorry for posting but i got it figured out... (eliminated the select from the where clause...)
insert into LIVEDB.dbo.APHEXPF
(aph_comp, aph_vend, aph_type, aph_id, aph_padd, aph_acct, aph_post_co,
aph_desc, aph_amt, aph_proj, aph_pline)
select...
May 3, 2012 at 9:41 am
Viewing 15 posts - 46 through 60 (of 86 total)