Viewing 15 posts - 1,216 through 1,230 (of 2,085 total)
Hello,
I haven't worked with servers >2gb yet.
But found a great link about how sql server deals with memory:
http://sqljunkies.com/Tutorial/0D4FF40A-695C-4327-A41B-F9F2FE2D58F6.scuk
So my questions are:
1. Does the quoted advice above mean I should...
October 6, 2007 at 11:56 am
Are the database files excluded from the antivirusscanner?
October 6, 2007 at 11:29 am
BACKUP DATABASE testdb
TO DISK='\\ServerB\Backup\ServerA\testdb.bak'
*Make sure the executor (sql agent) has enough permissions on the disk
*Try to restore at least one backup. We had issues with windows 2003 without servicepack &...
October 6, 2007 at 11:17 am
Quite a coincidence, I went to a Oracle 11g launch presentation today.
October 3, 2007 at 10:55 pm
sql-server-performance has a nice list of articles for setting a baseline / performance
http://www.sql-server-performance.com/articles/audit/main.aspx
Buffer cache hit ration 99% -> OK no more memory is needed, otherwise the cache wouldn't maintain 99%...
October 3, 2007 at 12:21 pm
Do you have a backup of msdb?
There was an I/O error in the past that caused the torn page
Torn_page_detection:
This recovery option allows SQL Server to detect incomplete I/O operations caused...
October 3, 2007 at 11:43 am
*the @@Servername could still point to an older name, it doesn't autoadjust to the wins name.
at http://www.databasejournal.com/scripts/article.php/1496451
you can find a script that resets it to its wins name
sp_dropserver ...
sp_addserver ...
restart
*depending...
October 2, 2007 at 10:17 am
Trez,
Have you rechecked the odbc-connection?
Other things to check:
*select @@SERVERNAME /*internal name of server*/
*change the password/account used by the software account to connect to the development server (shouldn't hinder production).
*Is there...
September 30, 2007 at 11:40 am
I have a small issue digesting the post
Situation before:
1 Production server A (reel or virtual)
Situation in between
Cloned A to create developserver B (vm)
Current situation
Prod A reel
Dev B virtual
Do A &...
September 28, 2007 at 9:13 am
1) Check the sql server logs/windows log on a more detailed info.
2) Is the windows 2003 patched (service pack 2 seems to be current)
3) Are there any issues on the...
September 27, 2007 at 11:27 am
What is the foreign key FK_tb_vessellic_vsl_fsh_tb_lkpports_prt_fsh2?
How does @ID get filled in, I only see @IDINT
September 27, 2007 at 4:09 am
Viewing 15 posts - 1,216 through 1,230 (of 2,085 total)