Viewing 15 posts - 16 through 30 (of 250 total)
[quote-0Why do you want to store the TrackingNumber in more than one place?[/quote-0]
They are actually only stored in ConsumableOrderDetail. The temp table that I am using receives data from an...
January 7, 2009 at 8:36 am
... what did they look like before the update?
TrackingNumber in ConsumableOrderDetail is NULL before the Update. The table to be updated will always have an equivaltent number of rows for...
January 7, 2009 at 8:10 am
Thank you for your response. The row that gets updated is arbitrary as long as the distinct TrackingNumbers are paired up with the correct TicketID. In the example where I...
January 7, 2009 at 7:26 am
As in using a Derived Column transform to remove the quotation marks and parse the data?
December 15, 2008 at 1:37 pm
Never mind on this. It turned out to be a problem with the SQL Statement. I should have had it set up as follows:
EXEC dbo.FirstNamesUpdate ? OUTPUT, ? OUTPUT
October 6, 2008 at 2:35 pm
Thanks for your help!
CSDunn
October 3, 2008 at 7:47 am
The results that come back from the query represent form information that is filled out online by 'Agents'. Each agent is expected to have a certain number of 'Outlets'. The...
October 1, 2008 at 9:10 am
It looks like using the same connection manager (RetainSameConnection = True) between the very first Execute SQL Task in the sequence container (the one that issues BEGIN TRANSACTION) and the...
September 18, 2008 at 1:24 pm
More information on this problem:
--The problem occurs when I run the package in BIDS on a Windows XP machine.
--The database resides on a different server. The database runs on SQL...
September 16, 2008 at 1:58 am
Thanks for the responses. Neither of these scripts will work because Florence 'N' comes back with NorthHampton 'N'. Since Florence has a 'P' associated with the ZipCode, then the script...
September 12, 2008 at 9:46 am
There is not, but in the particular case of County/State, No U.S. State has two counties by the same name. I think the update statement would have to be something...
September 8, 2008 at 3:30 pm
Thanks for your help! I am also trying something with the SQL Server 2005 'Ranking' function.
CSDunn
September 8, 2008 at 11:49 am
Thanks to all for your help, and sorry for the lack of detail. 'Crunch time' got the best of me.
cdun2
February 27, 2008 at 8:49 am
Adam Haines (2/26/2008)
The easiest way is to order by cout desc and grab the first record, as Todd mentioned. I would stick with this method.
I tried it like this:
SELECT...
February 26, 2008 at 4:45 pm
The following is a larger sampling of the results:
ABEARDENWF99
ACHEATHMKS53
AHERROD WB36
ALONG KL65
ALONG KP35
AMGRANT...
February 26, 2008 at 4:02 pm
Viewing 15 posts - 16 through 30 (of 250 total)