Forum Replies Created

Viewing 15 posts - 16 through 30 (of 51 total)

  • RE: How Can I BackUp my Jobs

    Scripting out the Jobs is always better

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Backup of database

    You can not avoid the log from being backed up, however, its amount can be varied. If you take the Full DB backup, then SQL Server will also backup log...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: CPU usage value in SqlAgent

    select @@cpu_idle will gv u wht u r looking for.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Unable to execute a job in SQLServer Agent

    Check proxy account settings and privledges.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL Server Backup and Restore

    I agree with Mohammad. Anything in the SQL Server is automated through Jobs only. Also, if you can do, create an operator to alert you in case some Job failed.

    Good...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Error on Subscriber

    It is seemed that you are talking about a replication environment in which the articles are gtting published. If you can provide more details, may be you might get more...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Database marked Suspect

    Hi,

    Whenever SQL Server can not open anu file required for the proper functioning of the database, it mark that database "Suspect". In your case, as you have already run the...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Background Processes

    Hi Steve,

    In our production systems, whenever a process keeps on utilizing the CPU, physical IO and/or memory to above a threshold limit, the SQL Server is configured to raise an alert. I...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: DBCC DBReindex

    DBCC DBREINDEX needs 120% more space than the table size. In this space, SQL Server copiers the table, creates tghe index and then, the old index is dropped.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: @@Version and ServerProperty return different service packs

    The @@version will always tell the Service pack of the OS installed on the machine. To verify, you can go to the Enterprise Manager and right click on the instance...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Log Space not Truncated

    In Enterprise Manager, righ click the database and go to properties. In the Option tab, you can find the Recovery Model for that database

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Execution Plans

    Excellent article. It is really well explained.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL SERVER CLUSTER ACTIVE/ACTIVE AND ACTIVE/PASSIVE

    You should learn the basic concepts of SQL Server clustering before implementing it. How the clustering works and its configuration is extremely important. In clustering, the resources (genrally hard drive)...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: system table: sysdatabases

    Have you restored the database or created on this server only?

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Duplicate Users

    sp_change_user_login will surely help you

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

Viewing 15 posts - 16 through 30 (of 51 total)