Forum Replies Created

Viewing 15 posts - 15,511 through 15,525 (of 22,211 total)

  • RE: RSS feed question

    I use RSS & email. RSS shows me each of the new topics as they come in. If I subscribe to a topic, either by posting or by simply subscribing,...

  • RE: Continuing Education

    I'm with Jeff here. I hope we never have a standards body, a union, or a government dictated board that we have to pass to work in IT. Too many...

  • RE: Continuing Education

    Jeff Moden (4/14/2010)


    abrar.ahmad-1058946 (4/13/2010)


    [font="Verdana"]Can anyone of ranks higher than "Old Hand"(SSC ranking) let forward some exceptional tips for "SSC Rookie" or less to attain/pave their career with a Plus? :smooooth:

    -------------------...

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/13/2010)


    Steve Jones - Editor (4/13/2010)


    C'mon, Roy. They're not jokes. We reported some amazing news that day. Check it out. http://www.sqlservercentral.com/NewsletterArchive/2010/04/01/4786352

    That was a good one... I liked it... 🙂

    I...

  • RE: Are the posted questions getting worse?

    RBarryYoung (4/13/2010)


    Grant Fritchey (4/13/2010)


    Roy Ernest (4/13/2010)


    Where is Gail? I havent seen her... Anyone has any news?

    She's doing fine. We've exchanged email a bit. She's busy working on her masters thesis....

  • RE: Are the posted questions getting worse?

    Roy Ernest (4/13/2010)


    Where is Gail? I havent seen her... Anyone has any news?

    She's doing fine. We've exchanged email a bit. She's busy working on her masters thesis. We'll only see...

  • RE: Insert the Binary Image in Sqlserver 2005

    Although you mention SQL Server 2005, since you're posting this in the SQL Server 2008 forum, you might want to consider looking at using the FileStream data type and then...

  • RE: Are the posted questions getting worse?

    TAMMYAUDETTE (4/12/2010)


    Thanks for all the replies!

    I am genuinely grateful for the help I've received so far, and I look forward to the point where I can take what I've learned...

  • RE: Are the posted questions getting worse?

    I hope that person didn't read the whole article and still come away with the impression that it was serious... but it looks like they came away with that impression,...

  • RE: Inconsistent Execution Plan

    It's possible that you have some skewed data that when used to generate the execution plan, it results in a bad plan, but when different data is used, you get...

  • RE: Is there a better way?

    Then you need to resort to traditional methods. Make a much bigger log file. Break up the transaction into smaller parts, either commit seperate sections of the process instead of...

  • RE: Execution Plans - System Tables (DMV's)

    Yeah, you can gather a lot of performance metrics from DMV's. You can't get into what's occurring within an execution plan with anything except execution plans, but you can get...

  • RE: Is there a better way?

    Try putting tblHolding into a database and then setting the Recovery to simple. That way the log will only hold open transactions and those transactions completed between checkpoints. You won't...

  • RE: performance problem plz help

    I'd need more details to be sure, but it sounds like you're seeing execution plans change during the day. Updating the stats causes the plan to recompile. I'd suggest getting...

  • RE: backup issues

    If it was working two days ago and it's not working now, something changed somewhere.

    It doesn't state explicitly that you're using SQL Agent to run this, but I'll assume so....

Viewing 15 posts - 15,511 through 15,525 (of 22,211 total)