Viewing 15 posts - 106 through 120 (of 123 total)
I'm just gonna let the nightly import via DTS run and then set up a job to check for and delete the older record. This is the stored procedure...
May 30, 2007 at 8:16 pm
Thanks for all the input. I think I got it! Thanks again everyone.
May 30, 2007 at 7:38 pm
I can delete the duplicate records, but what I need to do is delete the current record in favor of the imported record when the primary field already exists...
May 30, 2007 at 2:21 pm
--For this example, I am using a limited set of data and have not included all of the columns.
CREATE TABLE Test (KeyID char(6), [DateAdd] smalldatetime, DateClose smalldatetime, Nothing...
May 29, 2007 at 9:40 pm
Thanks for the help. Can you provide any how-to steps?
May 29, 2007 at 1:34 pm
Jan,
As angry as you are I still appreciate your efforts; however, your suggestion still does not work.
The data used for this question was Northwind because it is a database we...
May 26, 2007 at 2:54 am
Jan,
I appreciate your effort and glowing positive attitude; however, your suggestion does not work. This is apparent without the need of examining the data in Northwind. Here is your...
May 25, 2007 at 6:11 pm
What would be the syntax for a rename instead of a delete?
Thanks for the input.
May 25, 2007 at 5:39 pm
Hi Jeff,
Jan's solution did not work. I appreciate her effort.
May 25, 2007 at 1:36 pm
SOLUTION
SELECT
EmployeeID
,LowFreight
,(
SELECT count(*) FROM Orders PS
...
May 24, 2007 at 6:29 pm
SOLUTION
SELECT
EmployeeID
,LowFreight
,(
SELECT count(*) FROM Orders PS
...
May 24, 2007 at 6:26 pm
I would agree that it would be annoying if I posted this question twice in this forum, but I didn't. This site has two forums for T-SQL. One...
May 20, 2007 at 12:24 pm
Viewing 15 posts - 106 through 120 (of 123 total)