Viewing 15 posts - 301 through 315 (of 451 total)
Depends on the migration strategy, SQL Server needs to be stopped and restarted at some checkpoints (before/after data transfer).
Set SQL Server services Start Mode to manual instead of auto during...
February 27, 2008 at 9:50 pm
command prompt> xcopy foldera folderb /T /E
command prompt> xcopy /? --- for more options
February 27, 2008 at 9:31 pm
Drop then create again.
drop proc[edure] [owner.]procedure_name
[, [owner.]procedure_name] ...
"Transact-SQL® User’s Guide"
February 27, 2008 at 9:04 pm
use SQL Server 2005 Best Practices Analyzer tool to get more recommendations.
February 27, 2008 at 10:47 am
Good input. I was looking for these kinds of information.
Webcast is also a good place to go. http://www.microsoft.com/events/series/technetsqlserver2008.aspx?tab=webcasts
February 26, 2008 at 12:47 pm
"If SQL Server Agent is currently configured to use the System account, you'll see a dialog box prompting you to configure the agent to use a domain account... "
February 21, 2008 at 5:47 pm
Yes. For details: http://msdn2.microsoft.com/en-us/library/ms143241.aspx
An early post: http://www.sqlservercentral.com/Forums/Topic272472-291-1.aspx
February 21, 2008 at 5:40 pm
DBA just needs to bring database online when your SA says go ahead. This means bring SQL services online from cluster administrator tool. Of course, make sure all...
February 21, 2008 at 9:06 am
Is this the one? http://www.microsoft.com/learning/syllabi/en-us/2796bfinal.mspx#FindTraining
Go the bottom and select the location. There are quite a few around GTA.
I personally like learningtree.ca, but they do not have enough...
February 21, 2008 at 8:27 am
I do not know the version of your BackupExec. Here is a link for your reference.
http://seer.entsupport.symantec.com/docs/285757.htm
"Security and database access"
BackupExec admin guide should have seurity...
February 20, 2008 at 10:08 pm
Is it supposed to have a tail-log backup immediately after the accident?
Check books online “Performing a Complete Database Restore (Full Recovery Model)”.
Additional thoughts to prevent it happening again:
Why could Navision...
February 20, 2008 at 9:33 am
Ask them for the support documentation and service level they provide for support. If no documentation, what kind of product will be?
Do you have your own database/server/application policy, standard...
February 20, 2008 at 8:43 am
one more: Cause and Resolution of Replication Errors
February 19, 2008 at 11:24 pm
Viewing 15 posts - 301 through 315 (of 451 total)