Forum Replies Created

Viewing 15 posts - 8,071 through 8,085 (of 22,214 total)

  • RE: pagefile

    Disks are disks, even in most virtual environments. Stacking everything into a single location absolutely leads to a bottleneck.

  • RE: Removing not necessary joins

    Eugene Elutin (5/23/2014)


    ... SQL Server doesn't really support code reuse in a useful way...

    I would say that it's very arguable statement...

    😉

    And I am more than willing to have that discussion....

  • RE: Are the posted questions getting worse?

    Ed Wagner (5/23/2014)


    Grant Fritchey (5/23/2014)


    BWFC (5/23/2014)


    Does anybody else feel a bit frustrated when there is no response from the OP after you post an answer to a question? I...

  • RE: Removing not necessary joins

    Write two queries. SQL Server doesn't really support code reuse in a useful way. If you have two different sets of requirements, write two different queries.

  • RE: help with query

    Joining view to view like that is a very common code smell that can lead to serious performance issues. In most cases you're much better off querying the data directly...

  • RE: Table Naming Convention in SQL Server

    I'd also suggest going with the schema.

    Or, if you have to name the tables, I'd go with naming them MyTableStaging or something like that instead of using old school Hungarian...

  • RE: What has changed?

    That would be a job, if you have one, that is scheduled, by you the DBAs, to rebuild indexes to remove their fragmentation.

  • RE: Are the posted questions getting worse?

    BWFC (5/23/2014)


    Does anybody else feel a bit frustrated when there is no response from the OP after you post an answer to a question? I know that this is...

  • RE: Performance Issue on View using Union All

    srikantmeister (5/21/2014)


    if its scan going on your query that means you can further look for indexes to create. plus also update the statistics.

    also try tuning adviser recommendation for whatever query...

  • RE: Incomplete Backups

    Maybe there's been a recent data removal. That would shrink the size of the backups.

  • RE: Performance Issue on View using Union All

    The same question was posted over on AskSSC. The answer is the same here. There's no filtering of any kind, so you're guaranteed to get scans. If you're running some...

  • RE: SQL Profiler - Server side Trace

    You don't need a plugin to implement extended events in 2008, there's just no GUI. You'll have to write queries to start it, stop it, set it up an consume...

  • RE: When my Application is UP SQL server is Slow

    3gb of RAM for SQL Server and your application? That's an extremely small amount of memory to run SQL Server 2008 within. You must be seeing contention on resources.

  • RE: GUID vs BIGINT

    And NEWSEQUENTIALID doesn't prevent all fragmentation, it just reduces the level of fragmentation to less than what you'll see with NEWID.

  • RE: urgent_Backup_needed

    TomThomson (5/20/2014)


    Grant Fritchey (5/20/2014)


    Lynn Pettis (5/20/2014)


    vasugunda (5/20/2014)


    in between 200 to 250 usd

    vasugunda (5/20/2014)


    no per month

    That would work out to about 2 hours of assistance each month.

    Consultants aren't cheap.

    You need to...

Viewing 15 posts - 8,071 through 8,085 (of 22,214 total)