Database writing

  • Right now i am writing 128 record at a time in SQL database table , but now onwards i want to write 256 record at a time . So by writting 256 record at a time should i get performance

     

    please reply me as soon as possible

  • To receive a good answer, you should provide more information about what you actually do, how you do it and why you are worried about what you do. At least to me, it isn't clear what you're asking.

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • Also has many more factors that impact performance than just numbers. Size of transaction, recovery model, IO subsytem, cpu utilization, memory, the list goes on.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply