Viewing 15 posts - 1,711 through 1,725 (of 2,387 total)
quote:
Our IT guy will check RAID config for Read/Write preferences setting next week - this looks like a possible cause,
May 30, 2003 at 11:57 am
If you see available memory consistantly around 5MB and only 700MB be used of 1GB, Go contact your hardware vendor to see any diagnosis tools to help you.
May 30, 2003 at 7:06 am
Try sp_attach_db to attach the databases back after SQL Server reinstalled. I may not work if databases were not properly shutted down.
May 30, 2003 at 6:55 am
Transform your script2 into a stored procedure and execute it from script1.
May 29, 2003 at 6:03 pm
SQL Server errorlogs have TCP port number used by SQL Server in folder \mssql\log
May 29, 2003 at 5:44 pm
It seems you are right the account exclusivly used to start SQL Server doesn't have to be in SQL Server login. If you remove/deny 'BUILTIN\Administrators' from SQL Server login, full-text...
May 29, 2003 at 2:46 pm
quote:
However, only 5M of RAM is still available.
Can you explain more why do you...
May 29, 2003 at 2:15 pm
Which authentication method Did you register your SQL Server in EM? Try login QA with SQL Server Authentication.
May 29, 2003 at 2:09 pm
Performance monitor --> process counters.
May 29, 2003 at 12:21 pm
Possible. Any other applications also run in the same machine?
May 29, 2003 at 12:18 pm
From BOL.
"Requirements for Domain User Account
All domain user accounts must have permission to:
Access and change the SQL Server directory (\Program Files\Microsoft SQL Server\Mssql).
Access and change the .mdf, .ndf, and...
May 29, 2003 at 12:14 pm
Agreed with Michelle. You may double check the security tab in server property to make sure both Windows and SQL Serevr option be choosed.
Any error messages in your SQL Server...
May 29, 2003 at 11:53 am
Firstly, Have you run dbcc dbreindex and statistics update to your new database?
Waht is database Compatibility Level? Upgrading existing systems with existing applications at SQL Server 7.0 ompatibility level may...
May 29, 2003 at 11:50 am
Viewing 15 posts - 1,711 through 1,725 (of 2,387 total)