|
Well, that is a bummer.
I tried to reproduce your environment and the bad thing is that everything worked for me.
I installed SQL Server 2012 LocalDB and use the default V11.0 instance.
I created BusinessProcess database and put some data into it.
Here is part my SQLAzureMW summary:
Process started at 1/24/2013 1:40:41 PM -- UTC -> 1/24/2013 7:40:41 PM ...
Using BCP to get data from table [dbo].[BusinessProcessActivities]
bcp.exe "[BusinessProcess].[dbo].[BusinessProcessActivities]" out "c:\SQLAzureMW\BCPData\dbo.BusinessProcessActivities.dat" -E -n -S (localdb)\v11.0 -T
*
Starting copy...
3 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.) Total
: 1 Average : (3000.00 rows per sec.)
BCP output file: "c:\SQLAzureMW\BCPData\dbo.BusinessProcessActivities.dat"
Adding clustered index ci_azure_fixup_dbo_Activities on [dbo].[Activities].
You may want to change this index.
…
Summary of BCP output commands
bcp.exe "[BusinessProcess].[dbo].[BusinessProcessActivities]" out "c:\SQLAzureMW\BCPData\dbo.BusinessProcessActivities.dat" -E -n -S (localdb)\v11.0 -T
bcp.exe "[BusinessProcess].[dbo].[Activities]" out "c:\SQLAzureMW\BCPData\dbo.Activities.dat" -E -n -S (localdb)\v11.0 -T
bcp.exe "[BusinessProcess].[dbo].[BusinessProcessMetadata]" out "c:\SQLAzureMW\BCPData\dbo.BusinessProcessMetadata.dat" -E -n -S (localdb)\v11.0 -T
bcp.exe "[BusinessProcess].[dbo].[FormMetadata]" out "c:\SQLAzureMW\BCPData\dbo.FormMetadata.dat" -E -n -S (localdb)\v11.0 -T
bcp.exe "[BusinessProcess].[dbo].[BusinessInfo]" out "c:\SQLAzureMW\BCPData\dbo.BusinessInfo.dat" -E -n -S (localdb)\v11.0 -T
Analysis completed at 1/24/2013 1:40:50 PM -- UTC -> 1/24/2013 7:40:50 PM
Any issues discovered will be reported above.
Total processing time: 0 hours, 0 minutes and 9 seconds
Anyway, as you can see, I had (localdb)\v11.0 for my server and BCP was happy.
Now the problem that I have is that I have SQL Server 2005, SQL Server 2008 R2 SP1, SQL Server 2012, and SQL Server 2012 LocalDB installed on my machine so no telling what I have that you don’t.
So, I think the next step is to get BCP working.
What version of BCP do you have running on your machine?
On my machine when I run “bcp –v” from a command window I get:
BCP - Bulk Copy Program for Microsoft SQL Server.
Copyright (C) Microsoft Corporation. All Rights Reserved.
Version: 11.0.2100.60
What version do you have?
Regards,
George
|