Viewing 15 posts - 856 through 870 (of 2,387 total)
As long as he has 'securityadmin' server role, he should be able to add new logins. Any error message when tring to add logins?
You need grant that user with 'db_accessadmin'...
November 6, 2003 at 9:25 am
The spid 20 could be in 'rollbak' status but spid 80 should ne killed immediately if it is select statement only.
November 6, 2003 at 9:15 am
There is no way to know the memory consumption on each database as I konw if multiple databases are in same instance. The performance monitor porvides memory usage at instance...
November 6, 2003 at 8:33 am
Are you copied information to the file system or database in another server? Is SQL Server Agent run by local system account?
You can setup SQL Server Agent Proxy Account that...
November 6, 2003 at 8:28 am
You are in right track to uninstall and reinstall SQL Server to the second node. What you need to do after that is to reinstall SQL Server service pack and...
November 6, 2003 at 8:19 am
I am not SAN expert but there is a trend to place database/files to SAN for better performance in storage subsystem. The SAN drivers have to be configured as local...
November 6, 2003 at 8:05 am
Use the affinity mask option to increase performance on symmetric multiprocessor (SMP) systems (with more than four microprocessors) operating under heavy load. You can associate a thread with a specific...
November 6, 2003 at 7:19 am
Since same problem happens to few of your servers, I would recommend you to configure the registry to one of servers to see whether same issue occurs again. Or go...
November 5, 2003 at 2:15 pm
How do you create table dynamically? What is database recovery model and how do you backup database transaction log? Rebuild indexes will increase the transaction log usage, if you backup/truncate...
November 5, 2003 at 2:06 pm
Don't quite understand your reply. Can you provide the answers to my questions?
Reconfigure memory allocation to these two instance may help improve the performance, for example, give less memory...
November 5, 2003 at 1:46 pm
Ok, I have seen this problem happening to backup/restore large databases in my environment. We fixed it by following Microsoft KB http://support.microsoft.com/default.aspx?scid=kb;en-us;304101&Product=win2000.
I just had similar problem few days ago when...
November 5, 2003 at 12:50 pm
Run performance monitor to verify how much memory has been allocated to each instances. The query running fast in the instance with one database may due to all data the...
November 5, 2003 at 12:37 pm
Do you see any backup related error messages in SQL Server errorlog, for example, "Insufficient system resources exist to complete the requested service."? How large is your database? Which Windows...
November 5, 2003 at 12:28 pm
What is the size of largest table in your database?
November 5, 2003 at 12:16 pm
Viewing 15 posts - 856 through 870 (of 2,387 total)