Viewing 15 posts - 241 through 255 (of 283 total)
The log will contain all the changes made since the last log backup and if there are large amounts of work being done in the database it is possible to...
October 5, 2008 at 3:48 am
With clustering the servers are physically located near each other in order to share the disks. It will protect against failure of one of the nodes in the cluster...
October 3, 2008 at 1:58 am
Sounds like the vendor has a modelling tool with a default size of varchar(255). Having the right size can save on storage but also helps prevent 'incorrect' data being...
October 1, 2008 at 3:08 am
I'd stay away from doing method 1 (NTFS compression)if you can as it does slow down SQL Server backup and recovery and also the offline backup to tape.
It's good to...
October 1, 2008 at 2:47 am
Never tried it but you can use profiler to capture the queries and then replay them (tsql_replay template), this would give an indication of how the migrated system works with...
September 30, 2008 at 1:00 am
Standard Edition can have up to 16 instances per computer, Enterprise Edition can have up to 50.
September 29, 2008 at 12:52 am
The answer is yes. On the cluster you will only have the choice of putting the databases on the clustered drives, SQL Server won't see any other disks
September 24, 2008 at 6:24 am
I guess that is a Windows cluster. If so, yes you can install SQL 2000 or 2005 on it. For 2000 you will need Enterprise Edition, for 2005...
September 24, 2008 at 5:11 am
You can see if the databases are in step by using the db mirroring monitor tool or system views The only real way of testing if the mirror works...
September 23, 2008 at 11:00 am
In 2005 you set the port in SQL Server Configuration Manager - select Network Configuraton and change the port in the properties under the TCP/IP protocol. For 2000 you...
September 23, 2008 at 1:44 am
You'll find all the Oracle documentation at http://www.oracle.com/technology/documentation/database.html including some quick start guides.
September 18, 2008 at 12:15 am
I'd try to size the database appropriately to start off with and avoid autogrow. Use autogrow as a way of allowing the database to grow in an emergency rather...
September 17, 2008 at 11:31 am
Going forward you can use profiler to capture the time when the growth happens but I'm not sure if there are any views you can use to see when it...
September 17, 2008 at 8:08 am
1) you'll have to read up on this but basically you ensure the latest logs are copied from the primary to failover, restore the logs, stop all log shipping...
September 16, 2008 at 7:53 am
Hope you find out the root cause and don't have to start swapping out servers! We don't have hundreds of clusters but 20 or so and only one node...
September 16, 2008 at 2:53 am
Viewing 15 posts - 241 through 255 (of 283 total)