Forum Replies Created

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

  • 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?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Indexes & FillFactor

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

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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. ...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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....

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • 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?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: An MVP From Way Down South

    Awesome!! Great job Gail, you deserve it!

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Using Exists in IF condition

    I assume then that you are getting an error referring to the StartDate column so you assume that the existance check is not working and the INSERT statement is running...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

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