Viewing 11 posts - 1 through 11 (of 11 total)
TheSQLGuru (3/3/2010)
What is the precision of Datetime.Now??
In Milliseconds.
March 4, 2010 at 9:48 am
TheSQLGuru (3/3/2010)
mansshah (3/3/2010)
March 3, 2010 at 3:16 pm
My table has combined Primary key of (Composite key of ID and date Time). It seems SQLBULKCOPY throws exception bcs it is not checking for millisecond interval precision, it throws...
March 3, 2010 at 1:07 pm
I will surely try that but what suprises me is, when i tried to use a differnt machine with same database and same setup of records insertion works perfect.
March 3, 2010 at 11:59 am
sqlbulkcopy throws Primery key violation exception, and there is no priemery key issue, I mean all are uniqure record.
All ideas are welcomed.
Thanks.
March 3, 2010 at 11:43 am
This all test that i did is to see how much performance i will get with just insert command, bcs while i ran in to this issue, I saw...
February 24, 2010 at 3:03 pm
Thanks for all your Suggestions.
I have tried buffering the data and updating them in a second duration with XML datatype. It has improved throughput 3 times with single connection. I...
February 24, 2010 at 2:27 pm
RBarryYoung (2/23/2010)
February 24, 2010 at 8:45 am
Thanks for quick reply. This function code is serializing all data insert from different threads.
Here is my code:
_sqlcommandInsertSP.Parameters["@fp"].Value = new Guid();
...
February 23, 2010 at 9:15 am
Thanks for such a quick reply.
Yha I see your point there but I have no choice other then inserting a single row at this time, but let me see if...
February 23, 2010 at 9:12 am
Hi,
I am facing similar issue while inserting lots of rows into the SQL server 2005 database.
My through put from the Sql server is 400 rows in a...
February 18, 2010 at 3:29 pm
Viewing 11 posts - 1 through 11 (of 11 total)