Forum Replies Created

Viewing 15 posts - 661 through 675 (of 2,436 total)

  • RE: Showing all Databases

    If you establish linked servers you can loop through sysservers and then use a 4 part query to get all of the information in just one QA session.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: BCP Quote delimited fields

    What about bcp out through a view ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Problems with aborted installation

    I dunno ... If it were my server I'd be performing a master/msdb recovery ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: No DBAs allowed access to Production DB Servers...

    Lots of good stuff here. Basically I agree that SOX is a pain and those who know the least make the most mess procedurally for us DBAs. But now I...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Permissions level to run jobs

    Today is your lucky day ... I just ran into this information in another forum earlier this week ... try this:

    use msdb

    exec master..sp_addlogin 'testme', 'testme', 'msdb'

    exec msdb..sp_adduser 'testme', 'testme', 'TargetServersRole'

    grant...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Changing MDF and LDF FILEGROWTH

    Thanks Carl !

     ... yet another reason not to autogrow by 10% ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: cmdexec step running and not doing anything

    Could you post the bat/cmd file ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Database Activty

    Here is a kinder and gentler way taken from a fairly recent post:

    Try setting 'Auto Close' and then just check your SQL Server errorlog !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Changing MDF and LDF FILEGROWTH

    A database does not need to be in single user mode to modify size, growth or it's growth limiting factor. As for an SP, well you would have to write...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Project Plan

    WOW !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Logged Users

    sp_who active works as well

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Progress of restore T-SQL

    from BOL:

    RESTORE DATABASE { database_name | @database_name_var }

    [ FROM < backup_device > [ ,...n ] ]

    [ WITH

        [ RESTRICTED_USER ]

        [ [ , ] FILE = { file_number...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: DBA without system administrator privileges

    Agreed.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: EXCEPTION_ACCESS_VIOLATION...?

    It sounds as though you have non-DBAs using either the sa account or they have sysadmin server role. If either is true then the 'gremlins' may strike at you again ......

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Wierd Backup Issue with SQL Server 2000

    Another question ... are you performing the backup to a local drive or a mapped drive ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 661 through 675 (of 2,436 total)