Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 2,900 total)

  • RE: SQL Server monitoring tools

    The_SQL_DBA (10/10/2008)


    We use spotlight, never had any issues with it. I suggest you request a demo for spotlight at http://www.quest.com.The licensing and all issues can be asked for with the...

  • RE: How to pull out job schedules ?

    I just recently found this:

    [font="Courier New"]IF OBJECT_ID('JobActivityMonitor','P') IS NOT NULL

    DROP PROCEDURE [JobActivityMonitor]

    GO

    /*******************************************************************************************************

    **Name:dbo.JobActivityMonitor

    **Desc:Job Activity Monitor (SQL2005)

    **Auth:Adam Bean (SQLSlayer.com) [original interval logic from William McEvoy - http://cookingwithsql.com/source/sp_ShowJobSchedules.sql%5D

    **Date:09.05.2008

    *******************************************************************************

    **Change History

    *******************************************************************************

    **Date:Author:Description:

    **-------------------------------------------------------

    **

    ********************************************************************************************************/

    CREATE...

  • RE: Mirroring or Replication ?

    Replication would be a pain. Any time new tables were added to the database, you'd have to remember to add them to replication.

  • RE: Query Blocking Itself

    I believe it is "normal", but confusing to see. Microsoft has a paper somewhere explaining it.

  • RE: Listing Indexes

    I think something got goofed up in the cut-paste process :

    (I.STATUS & 64)

  • RE: Red Gate SQL Backup vs. Quest Lite Speed backup

    I prefer Idera's SQLSafe because you can restore an individual table without having to restore the entire Database - Handy if your database is 700 Gig like mine. Redgate...

  • RE: collect complete statistics of a database

    You want the target database to be a subset of the original database ? Or are you saying you might want to remove data from the original database...

  • RE: Collation Conflict

    SQLbeginner (10/7/2008)


    where specifically in the query should i use the Collate function?

    I already have it in the middle part of the query.

    Anywhere you're comparing or joining between the 2 databases....

  • RE: Error using SQL Safe to back-up DB

    Did you contact Idera support ?

  • RE: collect complete statistics of a database

    You need to move or copy the database to another server ?? How will knowing the number of tables & SPs help you ?

    What method are you using...

  • RE: Backup drives

    And performance will be bad, especially if the Data & Log are on the same drive.

  • RE: urgent help needed

    Look for the object under a different owner.

  • RE: Securing SQL at my New Job

    I completely agree with splitting prod from dev/test. We're building out a new data center soon, and probably going to use VM for the servers. The 2 prod SQL...

  • RE: Securing SQL at my New Job

    True ... I like fixing things, so it's a good challenge.

  • RE: Clean backup history

    I've often found the history information to be useful. Why do you want to delete it ?

Viewing 15 posts - 2,161 through 2,175 (of 2,900 total)