Viewing 15 posts - 121 through 135 (of 507 total)
I've seen SQL Server restart on a tempdb error due to a full tempdb but I dont' think I've seen the server reboot on its own. Can you provide more...
October 29, 2004 at 12:24 pm
it has to be, as long as the thread has a physical connection sql server will keep it open forever, you may even get warnings about threads that have been...
October 29, 2004 at 12:22 pm
We always try to preallocate to cut down on unchecked filegrowth. We have some databases with double the amount of currently used data allcoated so we don't grow the datafiles...
October 29, 2004 at 12:21 pm
sp_addserver 'newservername', 'local'
Look it up in BOL
Wes
October 29, 2004 at 12:17 pm
We use log explorer here in our shop. The only complaint I have is it isn't cluster aware so if you fail the node over it can't find the dlls...
October 29, 2004 at 9:29 am
I moved all our backups to use GMT time the backup and restore script compensate for DST that way I never have to worry about an overwritten file or that...
October 27, 2004 at 3:23 pm
I would hard set the port of the named instance if it is comming throught the firewall. The listener will pick a random port if 1433 is already taken by...
October 25, 2004 at 12:24 pm
when we moved re rebuilt the server and then ether restored the databases or copied them over. We scripted out all users,permissions, and user objects stored in system databases. I...
October 25, 2004 at 12:20 pm
Are you tring to get a list of users from AD and store that?
Wes
October 25, 2004 at 12:12 pm
SQL Server 2000 Performance Tuning from Microsoft Press covers hardware setups in detail.
Wes
October 25, 2004 at 12:10 pm
backup files are just files. I'm not sure exactly what you are asking for.
Wes
October 21, 2004 at 9:03 pm
Rebuild of of master or a reinstall is the only things I can think of.
October 21, 2004 at 10:58 am
If you are talking about stopping replication then clustering the server and trying to start replication back up again. I doubt it will just start back up. I would think...
October 21, 2004 at 10:55 am
Extremely high loads for long periods may cause the hartbeat to fail for long periods and may cause a failover. I haven't seen it happen often but it can. Anything...
October 21, 2004 at 10:52 am
dbcc checkdb checks every aspect of the database in a quick manor, this includes the log
Wes
October 18, 2004 at 4:17 pm
Viewing 15 posts - 121 through 135 (of 507 total)