Viewing 15 posts - 46 through 60 (of 144 total)
>>>>>>By the way, did you know that the foreign key constraint that you are creating is referencing the same table? Don't you want the foreign key to reference the CategoriesStaging...
August 1, 2006 at 11:05 pm
Thanks I like the disabling approach better.
Now, I need to figure a way to loop through the records without using @@ROWCOUNT since this below is no longer working because it's...
August 1, 2006 at 11:03 pm
yea, indeed that may work. Then I can just figure out the code to get the GridView to somehow post the results to a table...thanks.
April 21, 2006 at 2:02 pm
calldatetime however have valid dates, example 2006-04-07 09:06:52.000
where
calldatetime > getdate()-2
so this part is fine, nothing to worry about...
April 7, 2006 at 12:17 pm
1899-12-30 20:00:00.000 is 8pm
we have other values like 1899-12-30 21:00:00.000 in that column
April 7, 2006 at 12:12 pm
Ok, I had the same argument though. I told my boss that there are no dates. But we're not looking at the date portion....there are indeeed valid times if you...
April 7, 2006 at 12:11 pm
resolved; I was simply missing the ending GO
April 4, 2006 at 1:27 pm
Thanks Rick. I wonder if th en I can fire your script off with a Script component in my SSIS project somehow.
March 30, 2006 at 7:20 am
Thanks, I acutally got it working yesterday already!!
March 29, 2006 at 9:29 pm
Thanks, I've read that one before. Unfortunately my flat file source component won't even get that far if there are line returns...it fails. If I take the line returns out,...
March 29, 2006 at 4:13 pm
cool, thanks! I actually got it done but this is also something I can look at after the fact.
March 28, 2006 at 7:06 pm
SELECT 1 as col,
mnt_HeaderID as hdr_HeaderID,
BatchDate +
NotUsed +
TransactionCode +
GrossBatchTotal +
NetBatchTotal +
BatchTransactionCount +
PNet_ID +
PartnerCode +
Filler as HeaderRow,
PNet_ID as FilePath
FROM mnt_Header...
March 17, 2006 at 8:36 am
Viewing 15 posts - 46 through 60 (of 144 total)