Viewing 15 posts - 8,611 through 8,625 (of 9,253 total)
try manually installing the backward compatibilty tools from the CD.
December 22, 2008 at 1:43 pm
samsqlserver (12/21/2008)
Now i am want to know what query did sql server recieve to find that there is a missing index.
the query optimiser will add an entry if it finds...
December 22, 2008 at 1:37 pm
disable any constraints,etc and rename the table. Create the new table with the column order and then pump the data across. But why, as pointed out already it doesnt matter...
December 22, 2008 at 11:01 am
msalmaan (12/22/2008)
very huge transaction log in size.
msalmaan (12/22/2008)
size is about 1GB
wow, as big as that 😀
msalmaan (12/22/2008)
and unable to open it.
not advisable
December 22, 2008 at 10:48 am
use the generate scripts option to script of the indexes, constraints, triggers,etc
December 22, 2008 at 10:45 am
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
Viewing 15 posts - 8,611 through 8,625 (of 9,253 total)