Viewing 15 posts - 16 through 30 (of 59 total)
what is a RAM on your Windows 2003 Ent Server?
check
SQL Server only uses 2 GB of memory even though the AWE option is enabled
http://support.microsoft.com/kb/811891
---
and
use the
CPU counting utility. CPUCount.exe
October 27, 2006 at 6:50 am
October 27, 2006 at 4:55 am
Check the article:
SQL Server support in a hyper-threaded environment
http://support.microsoft.com/kb/322385
and try
Intel provides a CPU counting utility. CPUCount.exe
October 27, 2006 at 4:45 am
<have check and TCP>
whattcp\ip port is it using?
can you access by using IP address instead of server name?
did you rename the box after sql server installation?
October 13, 2006 at 4:46 pm
To have the tape ejected at the end of the script, add ', UNLOAD
'
e.g.
BACKUP DATABASE yourDB TO TAPE='\\.\TAPE0' WITH NAME='yourDB COMPLETE', UNLOAD
October 6, 2006 at 3:27 pm
try the script:
PROC AutoStart_SQLAgent
autostart SQL Server agent when SQL Server starts on a Windows 95 or Windows 98 computer
http://vyaskn.tripod.com/code/sql_server_agent_autostart.txt
October 4, 2006 at 6:23 pm
I did not get any error see below: check if you installed fresh sql server service pack
SELECT CONVERT(real,'689.99')
---result---------------------
689.98999
(1 row(s) affected)
---
October 4, 2006 at 6:11 pm
try RETAINDAYS
or backup log as part of Mainteneces plan where you can specify when to delete the old backup files too
BACKUP
LOG [Northwind]
September 30, 2006 at 11:47 am
you wrote:
< The sql server should just build a new log file for the database. >
FYI: sql server does not build a new...
September 29, 2006 at 6:26 pm
September 29, 2006 at 5:53 pm
yes, msdb:
start collect and analyze data from queries:
select
j.name,j.enabled,
sh
.active_start_date,
sh
September 29, 2006 at 5:37 pm
try
HP sql server free sizer:
it will help you:
http://h71019.www7.hp.com/ActiveAnswers/cache/70729-0-0-225-121.html?jumpid=reg_R1002_USEN
September 22, 2006 at 7:49 pm
September 22, 2006 at 7:41 pm
<Server does not exist or access denied>
can you access the sql serve (let say from Query Analyzer)?
Also what is OS\Edition\version\SP\ security patch level(fresh or a lot missed)
same for sql server:...
September 22, 2006 at 7:37 pm
Viewing 15 posts - 16 through 30 (of 59 total)