Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 3,233 total)

  • RE: transaction logs

    Yes, I'll agree 100%. Not performing periodic restores of your backups is not being diligent. If you don't test the restores, you can't rely on the quality of...

  • RE: Stored Proc Does Not Finish When Deleting Rows But T-SQLInside It Does

    This sounds like a possible case of parameter sniffing. Can you post your SP?

  • RE: PL/SQL

    This sounds suspiciously like homework to me. Whatever the reason for this strange requirement, a number of the solutions listed already will work.

  • RE: Indexes & FillFactor

    Yes, that dynamice management view is specifically created to watch fragmentation. the avg_fragmentation_in_percent represents the percentage of logical or extent fragmentation within your index/table. The closer this value...

  • RE: Unable to remove primary key

    We have to delete these three keys but I'm stuck. I checked the rights, changed the name and changed the value but no succes.. The original dba is no longer...

  • RE: Update with alias not working

    The UPDATE part looks good. You are attempting to modify the b table value so I'd go with B.Consultant in the UPDATE clause. Are you sure that your...

  • RE: Indexes & FillFactor

    Ah, Michael, you must have posted whilst I was typing....I'll second everything that you've said as well!

  • RE: Indexes & FillFactor

    Fill factor is not a representation of index fragmentation. The fill factor setting tells SQL Server how full to fill the index pages when creating a new index. ...

  • RE: eliminating duplicates

    I agree. For those of us who have been following this thread from early on, these hastily posted solutions that aren't even for the correct SQL Server version or...

  • RE: Please help me with this SQL sentences

    Would you mind formatting and posting your solution so that others who come across this thread have the benefit of seeing the solution?

  • RE: Insert Script

    Yep, not problem. I would like to re-iterate that I would use this method sparingly as SQL Server has other built-in ways to import data from a xls file....

  • RE: Please help me with this SQL sentences

    OK, we're getting closer but I still can't make anything out of your example because the formatting (and language barrier) makes it difficult to know which columns/values go with each...

  • RE: Converting SQL 2000 Database to SQL 2005

    SQL Server will upgrade it to 2005 for you. You'll need to either restore or attach the DB to a 2005 instance or upgrade your 2000 instance to 2005...

  • RE: servers not having enough space

    What kind of jobs are you talking about?

    How much space does your server have?

    How much available space do you have to work with?

    How large is your DB, log?

  • RE: An MVP From Way Down South

    Awesome!! Great job Gail, you deserve it!

Viewing 15 posts - 1,651 through 1,665 (of 3,233 total)