Forum Replies Created

Viewing 15 posts - 3,691 through 3,705 (of 4,745 total)

  • RE: Do You Need an IT or CS Degree to be a Successful DBA?

    I don't think a degree of any type is a prerequisite to being a successful DBA, but people in technical jobs tend to come that route, and of course nowadays...

    ---------------------------------------------------------------------

  • RE: SP3 bundled with regular microsoft updates

    what worries me about allowing automatic updates of SQL service packs is where's the backout? system DBs should be backed up first, and a copy of the resource database taken...

    ---------------------------------------------------------------------

  • RE: delete then dropTruncate then drop/just drop

    well certainly not delete then drop.

    It looks to me that truncate from a large table and drop a large table are in effect handled in the same way, see

    http://msdn.microsoft.com/en-us/library/ms177495(SQL.90).aspx

    so going...

    ---------------------------------------------------------------------

  • RE: A Look at Database Mirroring

    cmille19, thanks for the prompt reply, appreciate it.

    sorry to bang on but I need to clarify some points. you are using SQL clusters yes? Because mine are standalone servers so...

    ---------------------------------------------------------------------

  • RE: A Look at Database Mirroring

    cmille19 (7/20/2007)


    That's correct at the DR site there is an identical server where all volumes are replicated at the disk level from one SAN to another SAN over two OC3...

    ---------------------------------------------------------------------

  • RE: BCP command using TSQL without xp_cmdshell

    Why? Because I have found (security) auditors require xp_cmdshell be disabled, and they also question any application user id with elevated privileges and may not allow it.

    I find it most...

    ---------------------------------------------------------------------

  • RE: BCP command using TSQL without xp_cmdshell

    Jeff Moden (5/2/2009)


    george sibbald (5/2/2009)


    as part of the same job enable xp_cmdshell just before the bcp and disable it again immediately afterwards

    Enable xp_CmdShell, leave it enabled, and restrict all users...

    ---------------------------------------------------------------------

  • RE: BCP command using TSQL without xp_cmdshell

    as part of the same job enable xp_cmdshell just before the bcp and disable it again immediately afterwards

    ---------------------------------------------------------------------

  • RE: Creating Striped Backup Set

    reduced elapsed time for backup, spread the i/o load.

    that's about it

    ---------------------------------------------------------------------

  • RE: Restricted Session for SQL Server?

    Louis Kapp (5/1/2009)


    One would think so, but the last time I tried to do this without kickin them off it took nearly an hour and a half, compared to 15...

    ---------------------------------------------------------------------

  • RE: Deleting Millions of Rows from Multiple Tables

    homebrew01 (5/1/2009)


    george sibbald (5/1/2009)


    remove the need to monitor the log space used from the procedure by setting up a performance alert in SQLAgent to backup the log when it reaches...

    ---------------------------------------------------------------------

  • RE: Deleting Millions of Rows from Multiple Tables

    GSquared (5/1/2009)


    I think I'd go with something at the beginning of the loop in the proc that checks the log and backs it up as needed.

    That way, you don't have...

    ---------------------------------------------------------------------

  • RE: Restricted Session for SQL Server?

    It would be the snapshot agent connecting to the publisher and taking out the locks rather than the distributor agent. That will run under the auspices of the sql server...

    ---------------------------------------------------------------------

  • RE: Deleting Millions of Rows from Multiple Tables

    remove the need to monitor the log space used from the procedure by setting up a performance alert in SQLAgent to backup the log when it reaches a certain percentage...

    ---------------------------------------------------------------------

  • RE: sql server 2000 restore on a different server

    first of all if its a DR box for a particular server insist on the same drive configuration and install SQL on it to exact same specifications as live box,...

    ---------------------------------------------------------------------

Viewing 15 posts - 3,691 through 3,705 (of 4,745 total)