Viewing 15 posts - 1 through 15 (of 31 total)
Thanks Anthony.Green
BCP supports CSV Load when all the destination fields in the DB is of character type. That's where the challenge is.
I was using FULL and Bulk Logged and later...
January 29, 2020 at 5:18 am
Valid point. I have already removed batch processing.
I wanted result of all the hashes. But it can be in batches as well. Not necessarily in one shot.
December 27, 2016 at 10:57 pm
Thanks.
This was to lookup for some information only. I got it done using a stored procedure and TVP. It's working fine. Thanks for your time in replying.
December 26, 2016 at 11:35 pm
Yeah. Make sense. This one is creating lot of confusion.. Will see to it.
Thanks BTW 🙂
December 18, 2013 at 11:31 pm
Thanks a lot for the quick reply.
My datetime is stored in UTC format.
Eg. 1299781800000 ( GMT: Thu, 10 Mar 2011 18:30:00 GMT, Your time zone: 11/3/2011 00:00:00 GMT+5.5)
December 18, 2013 at 4:32 am
Roughly like ;
[font="Courier New"]stringstring2string3string4string5intint6anyType
Orders.xml_KA-ORDRS-21-Jan-2013
OrderDetails.bin_KJ-18-Mar-2013-WEGradedWarehouseEntryTSWearhouseEntryTS25-Jul-12 8:24:35 PM2
OrderDetails.bin_KJ-18-Mar-2013-WEGradedWarehouse TypeClosed and RoofedType A143
OrderDetails.bin_KJ-18-Mar-2013-WEGradedDLCRDLCR000085401
OrderDetails.bin_KJ-18-Mar-2013-WEGradedCandF_SectionForwarding SectionsPEandPaperCorrugated10
OrderDetails.bin_KJ-18-Mar-2013-WEGradedPackingAndMovementPackingAndMovement5 X 6 Feet , With godowns10
PendingOrders.bin_KA-UE-04-Feb-2013WearhouseEntryTSWearhouseEntryTS25-Jan-13 8:10:15 PM20
PendingOrders.bin_KA-UE-04-Feb-2013Warehouse TypeWarehouse Typev8.010
PendingOrders.bin_KA-UE-04-Feb-2013DLCRDLCR0000854010
PendingOrders.bin_KA-UE-04-Feb-2013Forwarding SectionsForwarding SectionsElectricalCarriage10
PendingOrders.bin_KA-UE-04-Feb-2013PackingAndMovementPackingAndMovement5 X 6 Feet , Without godowns10
PendingOrders.bin_KA-UE-04-Feb-2013QuantityTransferQuantityTransferyes10
PendingOrders.bin_KA-UE-04-Feb-2013StoreIDStoreIDFootware10
PendingOrders.bin_KA-UE-04-Feb-2013SodexoSodexoSodexo10
PendingOrders.bin_KA-UE-04-Feb-2013AC HeadAC...
March 22, 2013 at 3:20 am
But how can I pick the fields in this way ?
March 20, 2013 at 10:53 pm
You are right. This structure is risky. But fortunately , this lies in the old DB from which we are migrating data to a new beautiful one 🙂
March 5, 2013 at 11:57 pm
Thanks a ton everyone.. I am jumping to the pool. Lot of things pending.. Thanks again... 🙂
March 5, 2013 at 9:47 pm
You're missing a couple of key pieces of information here.
1. What is your backup plan? How long must a full backup be available on disk and how often will you...
September 30, 2012 at 10:33 pm
Thanks 🙂
September 6, 2012 at 3:35 am
Yeah. Off course..
I am using SQL 2012 Enterprise Edition ( Running on Windows 7 Professional Version with SP1 )
August 30, 2012 at 5:56 am
We need both versions in sync
August 30, 2012 at 4:59 am
Hi.. Thanks every one ... I have resolved this.
I have dynamically created procedures for each table which meets the criteria, rather than running dynamic SQL to delete the data. Then...
May 28, 2012 at 12:53 am
Viewing 15 posts - 1 through 15 (of 31 total)