Click here to Skip to main content
16,007,809 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Michael Yip16-Jan-09 4:42
Michael Yip16-Jan-09 4:42 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Jon Rista16-Jan-09 5:46
Jon Rista16-Jan-09 5:46 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Eddy Vluggen18-Jan-09 0:49
professionalEddy Vluggen18-Jan-09 0:49 
QuestionBCP in Windows Schedular Pin
indian14315-Jan-09 20:56
indian14315-Jan-09 20:56 
AnswerRe: BCP in Windows Schedular Pin
Dave Kreskowiak16-Jan-09 0:56
mveDave Kreskowiak16-Jan-09 0:56 
GeneralRe: BCP in Windows Schedular Pin
indian14316-Jan-09 3:16
indian14316-Jan-09 3:16 
GeneralRe: BCP in Windows Schedular Pin
Dave Kreskowiak16-Jan-09 3:42
mveDave Kreskowiak16-Jan-09 3:42 
AnswerRe: BCP in Windows Schedular Pin
Wendelius17-Jan-09 5:47
mentorWendelius17-Jan-09 5:47 
If you're talking about the bcp utility which ships with SQL Server, it doesn't read the whole file to memory so you are most likely hitting some other problem. One way to enhance bcp is to use batches.

However, to your question, add -e err_file parameter to the bcp command. That will log the errors to the file specified.

The need to optimize rises from a bad design.My articles[^]

Questionvb.net with excel2007 Pin
jetgrageda15-Jan-09 20:31
jetgrageda15-Jan-09 20:31 
AnswerRe: vb.net with excel2007 Pin
Eddy Vluggen18-Jan-09 1:09
professionalEddy Vluggen18-Jan-09 1:09 
QuestionHow can a remoted .NET object access objects/methods in the hosting app? Pin
Dathom15-Jan-09 10:04
Dathom15-Jan-09 10:04 
AnswerRe: How can a remoted .NET object access objects/methods in the hosting app? Pin
Moim Hossain16-Jan-09 10:15
Moim Hossain16-Jan-09 10:15 
RantCannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 5:30
Brady Kelly15-Jan-09 5:30 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 5:49
sitebuilderLuc Pattyn15-Jan-09 5:49 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 5:54
Brady Kelly15-Jan-09 5:54 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 6:18
sitebuilderLuc Pattyn15-Jan-09 6:18 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 6:41
Brady Kelly15-Jan-09 6:41 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 6:46
sitebuilderLuc Pattyn15-Jan-09 6:46 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 7:07
Brady Kelly15-Jan-09 7:07 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 7:28
sitebuilderLuc Pattyn15-Jan-09 7:28 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 10:38
Brady Kelly15-Jan-09 10:38 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 10:52
sitebuilderLuc Pattyn15-Jan-09 10:52 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 11:20
Brady Kelly15-Jan-09 11:20 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 11:54
sitebuilderLuc Pattyn15-Jan-09 11:54 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 12:06
Brady Kelly15-Jan-09 12:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.