Forum Replies Created

Viewing 15 posts - 946 through 960 (of 1,248 total)

  • RE: General Network Error. Check your network document.

    The complete error message is as follow.

    [DBNETLIB]ConnectionRead (recv()).

    [DBNETLIB]General network error. Check your network documentation.

    We have no problem running our scripts on QA any time. On some servers, our scripts always...

  • RE: backup log error

    Some suggestions.

    Check the total memory usage using tools, such as task manager.

    Check if some other applications eating up your physical memory using the task manager. (If an application is not...

  • RE: Deadlock Mayhem

    Two general approaches to avoid deadlocks are:

    1. shorten you transactions

    2. change the order of your transactions

    In your case, you may try the first approaches and see if it helps.

  • RE: How to interprete this script?

    Thank you so much, James. Your interpretation is right and clear.

  • RE: How to interprete this script?

    Thank you so much for your input.

    I have to mention that the script snippets provide our DBA team excellent data. There is no error at all. I just need...

  • RE: Strange behaviour

    When optimizing databases, you may use up space. Check space allocation and see if it will help.

  • RE: Database Maintenance Plan

    Running DBCC CHECKDB is very important. You do not want your db corrupted little by little without knowing it.

  • RE: How to check the user who created the database?

    The owner of a database should not be changed with the loginID.

    The owner of a database can be changed after creation. The owner may not be the database creator!

    I cannot...

  • RE: Specify ip address

    Of course, you can. You can find the IPs if you can RDP to the server. You can either use ipconfig from the prompt command window for a standalone server...

  • RE: Blocking Issue...

    Based on my experiences, most blocks originate from the scripts/queries and database designs. Being a DBA, he can only tell you what blocks what and what scripts may be criminals....

  • RE: Enterprice Manager Icon

    By default, it locates at C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQL Server Enterprise Manager.MSC

    You can also find the console using mcc from RUN to start the console.

    Then, you can create a shortcut.

  • RE: TLOG file: best percentage size of DATAFILE

    There is no simple answer. The allocation of the size of log files depends on your applications, such as read, write, ...

  • RE: TempDB Full (9002)

    Think about this scenario. You allocated 10 MB for your tempdb log file and set 10% for it to grow. Then, a transaction started. It needed 20 MB space in tempdb to...

  • RE: Corruption Question

    Did you try:

    detach a database,

    open it,

    change something there

    attach the database

  • RE: Audit changes to scheduled jobs

    Generally speaking, I do not think you can unless you turn on the C2 audit mode.

Viewing 15 posts - 946 through 960 (of 1,248 total)