Forum Replies Created

Viewing 15 posts - 42,241 through 42,255 (of 49,571 total)

  • RE: What is the best way to Secure Production Data from Developers SQL2000

    Osmar Fernandez (12/19/2008)


    Still, If I can Access the Store Procedure from Another App (ex: Access) I can push incorrect data or modify data with no integrity.

    Which is also the case...

  • RE: User Defined Function: order by won't work

    kathyoshea (12/19/2008)


    Is there something in 2005 that won't see the order by?

    Order by is only valid in the outermost select statement, ie the one calling the function. If it's any...

  • RE: Certification

    weitzera (12/19/2008)


    The first question is about the classes. Do people recommend going through the microsoft curriculum to prepare for the exams, or should I try to tailor something to...

  • RE: Indexes

    Lynn Pettis (12/19/2008)


    But if you read the documentation, SQL Server will use the index on an indexed view when querying the base table if it the optimizer determines that it...

  • RE: Need help diagnosing a problem

    Paul (12/19/2008)


    It works happily for a few hours, then suddenly comes apart in a mass of "System.Data.SqlClient.SqlException, Timeout expired" exceptions

    Sounds like the data volumes in prod are causing perf problems....

  • RE: sp_recpompile after UPDATE Statistics?

    Eric Butler (12/19/2008)


    Simple question which I thought would be straight forward.

    Is it necessary to perform an sp_recompile after performing batch UPDATE STATISTICS operations.

    No. A stats update invalidates all plans based...

  • RE: What is the best way to Secure Production Data from Developers SQL2000

    Osmar Fernandez (12/19/2008)


    BTW, there is a problem with windows authentication. If the user has access he can use Excel and update the information from it and that is why I...

  • RE: Min/Max Server Memory

    Leave it at 0. No real need to fiddle with that.

    The main reason to change that is for servers that have multiple instances of SQL on them.

  • RE: CPU utilization

    Yup, though you're probably better off using perfmon than task manager for anything other than a casual check.

    And before you ask, there's no 'normal' value. It's completely dependant on your...

  • RE: Restore Just Full Backup and No Trans Logs

    m3n@ce (12/19/2008)


    Do I need to do a tail end backup of the transaction log before I do the restore?

    Since you're not planning to restore the logs (why?) no need. Just...

  • RE: CPU utilization

    sudarram (12/19/2008)


    A single SPID has 1714526 Cpu.Was this a normal one?

    Who knows? That's just saying how much CPU time that spid has used since it started. Without knowing what it's...

  • RE: copy a database from one server to another server

    ibnzakariyyahh (12/19/2008)


    i think my boss just want to punish me for this kind of assignment.

    I wish I got this kind of punishment. This is dead simple and very quick.

    You haven't...

  • RE: CPU utilization

    sudarram (12/19/2008)


    Hi

    I'm new to SQLSERVER.What should be the Normal CPU Utilization of SQLSERVER?

    Depends what the server's doing. That's kinda like asking "How long is a piece of...

  • RE: Guest Editorial: That ain't a Database, it's a Spreadsheet

    Matt Miller (12/19/2008)


    I'm the new kid on the block at my job this year, so I get to "keep the lights on"...

    Bummer. Hope nothing breaks.

    This is the first...

  • RE: The Best Computer

    I'm not going to ask too much. I'd love a machine with a user interface somewhere between the one in Minority Report and the one in Quantum of Solace.

Viewing 15 posts - 42,241 through 42,255 (of 49,571 total)