Behzad Khosravifar
Behzad Khosravifar
Yes, SP must be return inserted record ID to the user procedures. I will to solve that as soon my friend.
Thank you too. I will definitely use it. What is the problem at SP return a value ? Or is it better?
Do you think is better than it was a scalar function?
OK, so i used OUTPUT arguments to return ID. thank you again.
Now you can use this model: ``` sql BEGIN TRY -- Throw Divid by zero exception for test SELECT 1 / 0 END TRY Begin CATCH DECLARE @id BIGINT EXECUTE...
I try to add this feature as soon. thanks a lot for your attentions
[How to automate add my c# application issues to Github programmatically](http://stackoverflow.com/questions/30307781/how-to-automate-add-my-c-sharp-application-issues-to-github-programmatically)
Add MaxQueuedErrors variable to ECS for skip new errors by count more than limit.
Implementing this feature while downloading in multiple parts is a really difficult feature. But I try to think about it and if I can solve the problem, I will inform...
@GihanSoft It is not enough to just allocate the initial space on the file stream. You have to write to a file at the same time as parallel, which is...