Viewing 15 posts - 946 through 960 (of 1,248 total)
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...
May 9, 2007 at 8:37 am
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...
May 9, 2007 at 8:21 am
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.
May 8, 2007 at 10:16 pm
Thank you so much, James. Your interpretation is right and clear.
May 8, 2007 at 10:48 am
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...
May 8, 2007 at 9:29 am
When optimizing databases, you may use up space. Check space allocation and see if it will help.
May 4, 2007 at 8:39 am
Running DBCC CHECKDB is very important. You do not want your db corrupted little by little without knowing it.
May 3, 2007 at 3:00 pm
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...
May 3, 2007 at 8:35 am
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...
May 3, 2007 at 8:24 am
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....
May 3, 2007 at 8:19 am
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.
May 3, 2007 at 8:06 am
There is no simple answer. The allocation of the size of log files depends on your applications, such as read, write, ...
May 2, 2007 at 8:16 am
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...
May 2, 2007 at 8:12 am
Did you try:
detach a database,
open it,
change something there
attach the database
April 30, 2007 at 8:09 pm
Generally speaking, I do not think you can unless you turn on the C2 audit mode.
April 30, 2007 at 3:21 pm
Viewing 15 posts - 946 through 960 (of 1,248 total)