Viewing 15 posts - 31 through 45 (of 65 total)
Hi - thank you very mutch for your reply.
In this case i can change the structure of the table because this is only a staging table.
This are tables created to...
April 3, 2009 at 2:05 am
HI- jerry tks for reply.
yes the table as the column.
You can see in the lines of the stored procedure (in read) the line:
"('ALTER TABLE bulk_provincia add CODIGOMAXIMO INT IDENTITY ('...
April 2, 2009 at 3:35 pm
this is supposing you have the files of tempdb on the same disc conditions as the user databases.
April 1, 2009 at 9:24 am
Last question about this subject if you do not mind...
Why did you put the:
"!="...
April 1, 2009 at 6:43 am
Ok. I understud very well tks.
sorry to take your time, colud you explain me how to do this but without the Xact_abort? so that i can learn the two ways?
I...
April 1, 2009 at 6:25 am
Is the, xact_abort ON, only enabled while the stored proc is executing?
April 1, 2009 at 6:11 am
Don't i need to put the set x_act_abort to off, on the end of the stored procedure? after the commit transaction?
April 1, 2009 at 6:08 am
What i whan't is that this procedures only commmits the 3 updates if non of them fails.
How can i code the procedure above, so that only if the 3 suceded,...
April 1, 2009 at 4:30 am
because i would have to make the APP that inserts the dates into the fields and i can not do that, because it's not my app.
tks,
Pedro
April 1, 2009 at 3:45 am
ok.
1) Some times i gain performance because of the GO in the meadle of the staments.
I don't know why....
Suppose the two querys mencionated befour.
Why does the GO (bacth breaker) brings...
March 30, 2009 at 3:23 pm
Hi - tks for your reply and your help.
Ok i undesrtud that querys are only executed when the above one as been executed first.
But in this case, if the ...
March 30, 2009 at 3:02 pm
Hi - tks for your reply and your help.
Ok i undesrtud that querys are only executed when the above one as been executed first.
But in this case, if the query...
March 30, 2009 at 3:01 pm
I just put what you told ADi, but i receive the folowing error, when running the query:
"Difference of two datetime columns caused overflow at runtime"
what can cause this situation?
tks,
Pedro
March 30, 2009 at 5:14 am
Viewing 15 posts - 31 through 45 (of 65 total)