Click here to Skip to main content
15,899,313 members
Home / Discussions / Database
   

Database

 
AnswerRe: Problem while importing data to Microsoft Sql Server 2005 from .csv file Pin
Mycroft Holmes11-Sep-08 21:02
professionalMycroft Holmes11-Sep-08 21:02 
GeneralRe: Problem while importing data to Microsoft Sql Server 2005 from .csv file Pin
a_b11111-Sep-08 21:22
a_b11111-Sep-08 21:22 
GeneralRe: Problem while importing data to Microsoft Sql Server 2005 from .csv file Pin
Mycroft Holmes11-Sep-08 22:03
professionalMycroft Holmes11-Sep-08 22:03 
AnswerRe: Problem while importing data to Microsoft Sql Server 2005 from .csv file Pin
dojohansen12-Sep-08 1:42
dojohansen12-Sep-08 1:42 
QuestionSingle DTS Row to Multiple destination rows Pin
geekfromindia11-Sep-08 16:27
geekfromindia11-Sep-08 16:27 
AnswerRe: Single DTS Row to Multiple destination rows Pin
razov11-Sep-08 23:24
razov11-Sep-08 23:24 
Questionsql server configuration manager Pin
bhatted11-Sep-08 8:33
bhatted11-Sep-08 8:33 
AnswerGettiing started with SQL 2005 Pin
David Mujica11-Sep-08 9:22
David Mujica11-Sep-08 9:22 
GeneralRe: Gettiing started with SQL 2005 Pin
bhatted11-Sep-08 10:00
bhatted11-Sep-08 10:00 
GeneralRe: Gettiing started with SQL 2005 Pin
Pete O'Hanlon11-Sep-08 10:10
mvePete O'Hanlon11-Sep-08 10:10 
GeneralRe: Gettiing started with SQL 2005 Pin
Paul Conrad11-Sep-08 12:51
professionalPaul Conrad11-Sep-08 12:51 
AnswerRe: sql server configuration manager Pin
Jerry Hammond11-Sep-08 10:38
Jerry Hammond11-Sep-08 10:38 
AnswerBUY A BOOK Pin
leckey11-Sep-08 14:34
leckey11-Sep-08 14:34 
AnswerRe: Change jobs/majors Pin
Mycroft Holmes11-Sep-08 14:40
professionalMycroft Holmes11-Sep-08 14:40 
Questionhow to convert dd/mm/yyyy format of date to date month, year Pin
chandra vempati11-Sep-08 7:53
chandra vempati11-Sep-08 7:53 
AnswerRe: how to convert dd/mm/yyyy format of date to date month, year [modified] Pin
Blue_Boy11-Sep-08 8:36
Blue_Boy11-Sep-08 8:36 
AnswerRe: how to convert dd/mm/yyyy format of date to date month, year Pin
Mycroft Holmes11-Sep-08 14:42
professionalMycroft Holmes11-Sep-08 14:42 
AnswerRe: how to convert dd/mm/yyyy format of date to date month, year Pin
dojohansen12-Sep-08 1:48
dojohansen12-Sep-08 1:48 
QuestionMid-cursor UPDATE resets IAsyncResult.IsComplete. How to fix? [modified] Pin
Gregory Gadow11-Sep-08 7:42
Gregory Gadow11-Sep-08 7:42 
AnswerRe: Mid-cursor UPDATE resets IAsyncResult.IsComplete. How to fix? Pin
dojohansen12-Sep-08 1:55
dojohansen12-Sep-08 1:55 
GeneralRe: Mid-cursor UPDATE resets IAsyncResult.IsComplete. How to fix? Pin
dojohansen12-Sep-08 2:05
dojohansen12-Sep-08 2:05 
AnswerResolution found, and BOY, is it an odd one Pin
Gregory Gadow15-Sep-08 4:48
Gregory Gadow15-Sep-08 4:48 
As I said above, the call to EXECUTE PROCESS executes a number of other stored procedures. All of them, like the root procedure, have SET NOCOUNT ON as the first line of code and SET NOCOUNT OFF as the last line of code. Removing these two lines from the sub procedures fixed the problem.

As best we can figure out, the scope of the NOCOUNT flag is global to the original procedure and not to the current procedure, like you would think. The net result was that when the UPDATE in the original procedure was run, the NOCOUNT flag was off and the server obligingly provided feedback that one row had been updated. That was enough for the IAsynchResult object to consider the process done. WTF | :WTF:

So now, everything works just the way we want it to work.
Questionredundant data Pin
harcaype11-Sep-08 3:08
harcaype11-Sep-08 3:08 
AnswerRe: redundant data Pin
Ashfield11-Sep-08 3:15
Ashfield11-Sep-08 3:15 
AnswerRe: redundant data Pin
harcaype11-Sep-08 4:47
harcaype11-Sep-08 4:47 

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.