Forum Replies Created

Viewing 15 posts - 40,561 through 40,575 (of 49,571 total)

  • RE: Up Your Value

    Steve Jones - Editor (3/5/2009)


    If a manager doesn't appreciate what you've done, re-examine it and be sure that you have gone above and beyond. Talk to someone else you trust...

  • RE: Triggers

    sam.marsden (3/5/2009)


    The configuration option 'Database Mail XPs' does not exist, or it may be an advanced option.

    You need to enable advanced options first

    exec sys.sp_configure 'show advanced options', 1

    reconfigure

  • RE: Profiler states insert has long duration

    That shouldn't cause a problem for inserts. Large range-scan reads yes, but not singleton inserts.

  • RE: Urgent : Sql server db tuning

    jparker2 (3/5/2009)


    If you want to prove this with a test, ask them to append the output of each loop to a local text file instead of creating a DB record....

  • RE: Triggers

    sam.marsden (3/5/2009)


    is there a way that i can check?

    I'm asking if it's permitted by company/department policies. That's not something that a script can check.

  • RE: Up Your Value

    mhaskins (3/5/2009)


    The point just was - that you can try to create your own brand, and list your accomplishments for the company, but you need to have a decent boss...

  • RE: Create Clustered index on composite Key- script difference

    50% fill factor is low. It means that half of each page is empty which means your table will take twice the space it needs and queries will do twice...

  • RE: Triggers

    DBMail's probably the easiest. I think Jack knows more about it than I do, so I'll defer to him.

    Are you the DBA? If not, can you ask the DBA...

  • RE: Triggers

    Great. One last thing. How is the email going to be sent? Are you suing DBMail? Do you have a mailing program? Or is there nothing set up at the...

  • RE: Urgent : Sql server db tuning

    musheik (3/5/2009)


    I checked with java developers, its difficult for them to modify the code in short time. as we are at the verge of release.

    Any thing need to be done...

  • RE: Create Clustered index on composite Key- script difference

    Edit: Misread the question. Nevermind......

  • RE: prevent compressing of DB files

    Can you move the data and log files elsewhere? Detach the DB, move the files, reattach from a new location.

  • RE: Urgent : Sql server db tuning

    musheik (3/5/2009)


    I need to insert 200000 records into a table .

    When I insert 200000 records at a time it is taking 13 seconds to insert.

    The same 200000 records if I...

  • RE: Database recovery

    Can you post the SQL error log from the beginning until that database is online and available?

  • RE: Profiler states insert has long duration

    I've never seen profiler reporting false durations. You sure there's no blocking in the prod database that could be making the insert wait?

Viewing 15 posts - 40,561 through 40,575 (of 49,571 total)