Forum Replies Created

Viewing 15 posts - 12,616 through 12,630 (of 22,214 total)

  • RE: How do you vulgarize a DBA's job?

    I just talk about the information on a form, like a drivers license. It all gets stored somewhere and I'm the guy that manages the stuff that does the storing.

  • RE: Importing data performance

    Dropping all indexes may help with the inserts, but then again it might not. It really depends on if any of them are necessary for lookup operatoins during the inserts....

  • RE: Time Out Limit for Statement Optimization

    No, there's no way to change it. It's funny that it's called a timeout because it actually isn't. It's a set number of times that the optimizer will attempt to...

  • RE: Query tuning

    Try adding p.Date_Last_Requested as an INCLUDE column on the Person.CorvId_FirstName_LastName_Email index. That would eliminate the key lookup operation you're getting to retrieve that one column. That will help, a lot....

  • RE: Create database add-in: database project on existing third party database

    Yeah, I checked it. At my previous employer we were automating builds, both complete and incremental, for the last couple of years. Make sure it's checked on all projects involved.

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (4/28/2011)


    Since I have the collective braintrust here, and you're posting technical stuff.

    I posted a note about understanding your access patterns for data, meaning hitting tables...

  • RE: Extracting Schema

    One, you're posting in the SQL Server 2005 forum. You might want to take this question to that forum.

    Two, the old SQL Server software had a mechanism for generating scripts...

  • RE: Extracting Schema

    Depends. Do you want to just do it, or do you want to do it programatically? If you just need a script, right click on the database, select Tasks and...

  • RE: Database schema

    spadavala82 (4/28/2011)


    Hi

    The Data base Schema will never decreases the Query Performance. If you are not mentioned the schema when you are executing the query check the execution time, and...

  • RE: Indexed View Issue - Error converting data type nvarchar to numeric

    From the error, I would assume that you have a value that is not numeric stored in that column.

  • RE: TempDB is Unneccessary

    Tempdb is used by so much it's hard to list it all. I suppose if you had terrabytes of memory and gigabytes of data you might not see tempdb used...

  • RE: Query tuning

    I can't see that exec plan. When I opened it I got chinese characters.

  • RE: Database schema

    It does depend on how you define "schema." I would include picking the clustered index as a fundamental part of database design and that certainly affects performance. Also, primary keys...

  • RE: Huge Database and there is no referential integrity maintained

    I had a system where we ran a basic query trace 24/7 for years. Other than dealing with the data that came out of, there was no real issues there...

  • RE: abandon Redgate for Compellent?

    David Egnoski (4/27/2011)


    Thank you for the reply, Grant. Compellent is SAN management and backup software. It is not transaction aware. I've been told by one of their...

Viewing 15 posts - 12,616 through 12,630 (of 22,214 total)