Forum Replies Created

Viewing 15 posts - 16,246 through 16,260 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    Jack Corbett (10/23/2009)


    We had a bit of a scare in my family this afternoon. My 10 year old daughter fell off a rope swing and landed on her head....

  • RE: database in recovery model simple, error transaction log

    Jeffrey Williams-493691 (10/23/2009)


    fred2002 (10/23/2009)


    no

    i explained it wrong.

    first we restricted the size to 300MB

    But now due to the errors we allw it to 1.2GB.

    MS advise to fix a max size for...

  • RE: Query taking 12 secs to bring up 90 rows

    Oh gosh, you're joining and unioning on views. That's potentially the cause of the problem right there.

    Looking at the execution plan you've got about 12 different scans, several key lookups...

  • RE: Index size

    Piotr.Rodak (10/23/2009)


    This would be SQL 2008 Grant 😉

    Regards

    Piotr

    Oh nuts am I bleeding over again? How come everyone doesn't just upgrade to 2008 and be done with it. It'd sure be...

  • RE: VARCHAR(x) VS VARCHAR(MAX)

    It really depends on data integrity. If you're dealing with what is essentially unstructured data, then yes VARCHAR(MAX) is the way to go. If you've got a structure, then no,...

  • RE: Index size

    Since you're posting this in the 2005 forum, you could use the Date data type. It's only 3 bytes. That's one less than smalldatetime and 5 less than datetime.

  • RE: Query taking 12 secs to bring up 90 rows

    There's nothing immediately obvious in the query that would suggest a performance bottleneck. The hard coded values of "0" do beg the question, how selective is that data, are you...

  • RE: strange behaviour of databases

    I agree with what everyone else has said, and, I wouldn't discount query tuning. It might be working OK with the set of data in one database and poorly with...

  • RE: Index Seek and Index Scan performance

    mahesh.vsp (10/23/2009)


    Hi All,

    What is the major difference between index seek and index scan?

    I have read few articles where in index seeks yields better performance.

    What exactly happens in case of index...

  • RE: Sql logs

    To use the log you'd need to track down a third party tool that allows you to read it. There's no way natively to read from it.

    Other options, in addition...

  • RE: database in recovery model simple, error transaction log

    Usually this occurs when the log is trying to grow to accomodate a transaction if the log is in simple recovery. You probably need to monitor the log size much...

  • RE: Who is going to the PASS Summit 2009?

    I'll be there and at the SSC party.

  • RE: Query Performance Issue

    Yes, absolutely the difference in data types will prevent the indexes from getting used. It's an implicit conversion and they look like magic and therefore free, but it's just a...

  • RE: Using SQL Profiler to Resolve Deadlocks in SQL Server

    sanokistoka (10/22/2009)


    Have you tried Oracle, which doesn't exhibit, say SELECT/UPDATE deadlocks because of row versioning? Thankfully, there is now row versioning in MSS. The point being is that, yes an...

  • RE: What Do We Want from PASS?

    bitbucket-25253 (10/22/2009)


    Grant Finchley

    Anyway, that's the one thing I'd like to see. More direct support for the local users groups

    Grant used Live Meeting to make a presentation to the Columbus SQL...

Viewing 15 posts - 16,246 through 16,260 (of 22,211 total)