Forum Replies Created

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

  • RE: How Can I BackUp my Jobs

    Scripting out the Jobs is always better

  • 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...

  • RE: CPU usage value in SqlAgent

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

  • RE: Unable to execute a job in SQLServer Agent

    Check proxy account settings and privledges.

  • 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...

  • 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...

  • 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...

  • 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...

  • 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.

  • 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...

  • 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

  • RE: Execution Plans

    Excellent article. It is really well explained.

  • 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)...

  • RE: system table: sysdatabases

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

  • RE: Duplicate Users

    sp_change_user_login will surely help you

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