Viewing 11 posts - 16 through 26 (of 26 total)
The only difference between executions is the data content of fields, the statement is always the same.
March 28, 2012 at 2:05 pm
Possible, we will try that although anytime we submit SQL statements with compilation errors in them we get them logged in our log and we fixed all of those issues...
March 28, 2012 at 2:00 pm
That is correct, the functions I sent you are executed about 12,000-18,000 times per day and work fine 99.9999% of the time. As I described before, the above code...
March 28, 2012 at 1:38 pm
Below is our VB.NET code that we use to insert reservations into the XDispTrips table. Let me know if you would rather see an actual INSERT statement after it...
March 28, 2012 at 1:19 pm
we will try that, thank you much...
March 28, 2012 at 12:43 pm
Yes, 2008 R2...
March 28, 2012 at 12:42 pm
Yes, we were going to try SCOPE_IDENTITY but sounds like that will not make any difference since we see gaps.
ALso was going to try the trace again - it is...
March 28, 2012 at 12:27 pm
Thank you all very much, we will try a couple things that were suggested to see if we can figure this out...
March 28, 2012 at 12:07 pm
Thank you all very much, we will take several of the suggestions and try them out to see if we can nail this down.
March 28, 2012 at 12:00 pm
We do not have any triggers on the table that we are having issues with. We also have researched the logged identity for "disappearing" records and they are in...
March 28, 2012 at 11:37 am
The insert is done with an INSERT statement immediately followed by SELECT @@IDENTITY. Since it is a rare occurence (about 10 times per day) our theory has been that...
March 28, 2012 at 11:19 am
Viewing 11 posts - 16 through 26 (of 26 total)