Viewing 15 posts - 1,591 through 1,605 (of 2,387 total)
Once installing second instance, It will be active/active. The installation of second instance is same as the way you installed first instance. If you alrady have default instance installed, the...
June 20, 2003 at 1:07 pm
If you can, try to reboot the machine. Any service pack installed?
June 20, 2003 at 8:38 am
You should monitor CPUs, Memory, I/O, Network and SQL Serevr's counters.
http://www.sql-server-performance.com/performance_monitor_counters.asp
http://www.sql-server-performance.com/performance_monitor_counters_io.asp
http://www.sql-server-performance.com/performance_monitor_counters_memory.asp
http://www.sql-server-performance.com/performance_monitor_counters_network.asp
http://www.sql-server-performance.com/performance_monitor_counters_sql_server.asp
June 20, 2003 at 8:32 am
Has 'BUILTIN\Administrators' login been removed/denied from SQL Server Logins?
If it is, To start SQL Server Agent from local system account, You have to grant 'NT Authority\System' account to access SQL...
June 20, 2003 at 7:56 am
quote:
My question is what is the advantage of putting the transaction logs on a seperate set of disks, to justify this...
June 20, 2003 at 7:49 am
quote:
The SQL Agent service runs under local system account. I also tried to assign the local administrator to it but the...
June 20, 2003 at 7:27 am
Try to set 'ANSI Quoted identifier' through ODBC administrator.
June 19, 2003 at 1:54 pm
Can you run same query in another SQL Server? Could it be hardware problem?
June 19, 2003 at 1:50 pm
It is quite samll number. I have a table in size 70GB and over 73 Millions records.
June 19, 2003 at 12:14 pm
Are you going to use same virtual name for your new SQL Server?
If you can setup SQL Server and configure disk resources same as the old SAN, I rather copy...
June 19, 2003 at 12:05 pm
It is nothing to do with linked server. As long as your SQL Server service account in server2 is able to read files in share in server1, you should be...
June 19, 2003 at 11:53 am
Depends on the hardware you have and whether you backup to local disks, to disks in another server across the network and to the tape.
I am luck to have...
June 19, 2003 at 9:00 am
Depends on how did you setup your serverA and it may not work once the disk array has been moved to serverB.
I would suggest you doing following steps.
1. alwary make...
June 19, 2003 at 8:51 am
Check whether there are indexes defined in your table too. If you have clustered index on column1 then you don't need 'order by' in your statement.
Make sure your tempdb's size...
June 18, 2003 at 2:26 pm
Viewing 15 posts - 1,591 through 1,605 (of 2,387 total)