Viewing 15 posts - 8,611 through 8,625 (of 9,248 total)
Ahmad Osama (12/22/2008)sqlcmd -S BUILDSERVER -E
is BUILDSERVER the correct instance name?
restart the instance and login through SSMS and open a new query window then run
select @@servername
December 22, 2008 at 8:38 am
it should be possible to dump the RESTORE FILELISTONLY to a temp table and then build a restore command from the data in that temp table
December 22, 2008 at 8:33 am
yeah, you'd expect a named instance to have a unique servicename
December 22, 2008 at 8:24 am
Ahmad Osama (12/21/2008)
Net Stop MSSQLSERVER
cdset path=C:\Program Files\Microsoft SQL Server\MSSQL.4\MSSQL\Binn
sqlservr -m
sqlcmd -Usa -Psql2005 -Q "restore database master from disk='D:\SystemDatabaseBackups\MasterDatabaseBackup' with replace
Net...
December 22, 2008 at 8:02 am
yes, use
NET STOP servicename
December 21, 2008 at 12:52 pm
Adi Cohn (12/16/2008)
you'll have to bring it online by running the last restore with recovery option.
or just issue a
restore database [mydatabase] with recovery
December 20, 2008 at 11:36 am
GilaMonster (12/19/2008)
Perry Whittle (12/19/2008)
assuming it is released quick enough
Sure, but the chances of the OS coming under sudden , extreme memory pressure on a dedicated SQL server machine are slim,...
December 20, 2008 at 11:26 am
assuming it is released quick enough
this link explains the pros and cons
December 19, 2008 at 6:58 am
no, in the DNS snap in right click and add server. You should then see both DNS servers, expand and look at the zone setups
December 19, 2008 at 6:44 am
just a small gotcha for this. If the OS is pressured and cant free memory it could bring the server to a halt. I prefer to start low and work...
December 19, 2008 at 6:30 am
open the DNS snap in and add each of the DNS servers in then check the zone configs
December 19, 2008 at 6:24 am
open the DNS snap in and add each of the DNS servers in then check the zone configs
December 19, 2008 at 6:24 am
Mani
i would start with 11GB RAM for SQL and the rest for the OS. Monitor the server and check the memory usage\requirements, adjust as necessary
December 19, 2008 at 2:40 am
firstly have you removed DNS from the terminal server?
have you installed DNS on DC2?
December 18, 2008 at 5:15 pm
Viewing 15 posts - 8,611 through 8,625 (of 9,248 total)