Forum Replies Created

Viewing 15 posts - 46 through 60 (of 345 total)

  • RE: Backup Stored Proc

    Jonathan.Sims (8/12/2008)


    Great SP Scott

    But i do have one question, every so often my msdb databases is skipped with this backup, have you (or anyone) ran into this issue before?

    I've replied...

  • RE: Backup Stored Proc

    JCasale (2/29/2008)


    Hey Scott,

    I receive Server: Msg 8145, Level 16, State 2, Procedure sp_purge_jobhistory, Line 0 @oldest_date is not a parameter for procedure sp_purge_jobhistory when trying to run the sproc. Being...

  • RE: Backup Stored Proc

    amit hollenberg (1/17/2008)


    Very nice backup script ,

    it will be nicer if it will be wrapped in a cursor or some kind of a loop that will backup all the Database...

  • RE: Backup Stored Proc

    Vee (7/8/2008)


    Hi,

    Its a great script. We use this stored proc to loop through all the databases in another stored procedure.

    I have used like this

    SP_MSFOREACHDB 'EXECUTE DBO.USP_DBBackup ''full'',''?'',''E:\sqlbackups'',''1'',1'

    My suggestion are.

    1....

  • RE: Backup Stored Proc

    tdepalo (3/28/2008)


    Scott, this is a great backup sp. Would you happen to have a matching restore sp that will pick up the latest backup file?

    Thanks

    Tom

    No, but that's just because...

  • RE: DBA Administration Question

    You'll need to work with the NTFS permissions to restrict what files/folders their account has access to. I'd recommend creating an administrative account for them to use, rather than...

  • RE: access backup anyway.

    As a side feature, HyperBac allows you to mount a SQL Server backup as a linked server (it is primarily a SQL Server backup compression/encryption tool). See

  • RE: PLEASE HELP- cannot connect to DB, stuck in the middle of moving system DBs

    As a side note, when getting SQL Surface Area Manager to connect to a clustered SQL Server, you have to change the computer name to the virtual SQL Server name...

  • RE: A Release from Data

    Ted Pin (8/14/2008)


    GilaMonster (8/14/2008)


    I tried Kendo for a bit, didn't really enjoy it. Too much focus on point scoring and competition and that's not what I look for in martial...

  • RE: How to run the same script in different SQl Server machine

    Using SSMS you can script out all objects in a database. Right-click on the database, select Tasks then Generate Scripts. Set your options to include database creation and...

  • RE: Server running Slow

    Define "running slow". Are the disks grinding away, are users submitting queries and getting long wait times? Can you log on to the console without massive delays?

    Start with...

  • RE: change server name

    After you've run sp_dropserver, sp_addserver, you will need to restart SQL Server for the changes to take effect.

  • RE: Snooping

    My advice is to get over your idle curiosity as soon as possible! ...

    I'm with Charles on this one.

    At one job in the past, we were getting royally screwed by...

  • RE: Backup of standby database

    Surely any schema changes would be going through QA first? Assuming software development lifecycle of DEV, TEST, QA, Production is being used. What's the lead time between schema...

  • RE: Backup of standby database

    Steve beat me to it - I just thought of the same. If you restore the DB with standby, you can use bcp or probably SSIS to pull the...

Viewing 15 posts - 46 through 60 (of 345 total)