Forum Replies Created

Viewing 15 posts - 10,291 through 10,305 (of 22,213 total)

  • RE: The new role of the DBA

    I'm with Jeff. Just because you have change control and auditing in place doesn't mean you can't do your job. In fact, you can do your job better under that...

  • RE: Backup Overwrite

    If you just take away the timestamp, as Jeff says, you can overwrite the backup. I'd suggest though, you should be nervous about doing that. If your backup fails during...

  • RE: Amount of data

    You could take a look at the sys.dm_exec_query_stats information. You can see the total_logical_reads for all executions of the query. Compare the output of the two, possibly using the number...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (11/14/2012)


    Oh... EAV model... HOW I HATE YOU...

    We're currently upgrading between versions on a piece of vendor software. Short version is they allow for end users to...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (10/29/2012)


    WayneS (10/29/2012)


    Geez Tom, that's quite a bit of stuff you went through - hope I never have to do something like this. Sure am glad that you...

  • RE: Plan Cache - Adhoc - Usecounts 1

    SQLSACT (10/25/2012)


    Grant Fritchey (10/23/2012)


    There is a setting called 'Optimize for Ad Hoc Workload' that could help you out. Instead of storing a plan each time a query is run, the...

  • RE: Has anyone seen a naming convention like this?

    Yeah, I've seen that approach before too. It's supposed to make the code self-documenting or something. Any column can only ever be from one table. What a pain.

  • RE: design database

    The basic design is quite simple. You have to create an interim table that has the primary key from patient and the primary key from pharmacy. That creates the many...

  • RE: deadlock-- immediate solution required

    If you're truncating the entire database, how about setting it to restricted user prior to running the process? If you need to you can even rollback outstanding connections immediately (with...

  • RE: Quick Question: Convert Implicit

    Artoo22 (10/24/2012)


    While attempting to reproduce this in another database I discovered the issue. My user table was created with ANSI PADDING off while the temp table I'm loading was created...

  • RE: How's this for a Job Description

    Scott D. Jacobson (10/24/2012)


    Requirement 19 confirmed my suspicions. This is a team lead position. You need to understand and be able to do all these things b/c they...

  • RE: Actual Size of my database?

    The database size is allocated size, not data size. SQL Server, by design, maintains empty space within the data and log files in order to allow for growth of your...

  • RE: How's this for a Job Description

    Seriously, how many people on the planet have DTS experience with databases greater than 100tb? I mean, how many DBAs have experience at greater than 100tb, period, full stop? They...

  • RE: How's this for a Job Description

    <insert curse words here>

    Do I also have to sweep the floors, clean the toilet and maintain the stock portfolio?

    That's a rather insane list of requirements. They better be paying well...

  • RE: Quick Question: Convert Implicit

    Not sure. I'd need to see the query and XML execution plan.

Viewing 15 posts - 10,291 through 10,305 (of 22,213 total)