Viewing 15 posts - 2,281 through 2,295 (of 4,745 total)
what do you want to do with the tools? MSSQL databases can be administered perfectly well using the tools that come with the product.
As for backups a third party tool...
September 19, 2010 at 4:15 pm
http://msdn.microsoft.com/en-us/library/ms190224.aspx
from google search - log shipping+"SQL"
September 19, 2010 at 12:34 pm
Ray Mond (9/15/2010)
September 16, 2010 at 10:07 am
I would say that is the only way to be 100% sure yes.
a backup file can be password protected but i don't know the effect of that on opening through...
September 15, 2010 at 3:00 pm
looks like me and david agree 🙂
September 15, 2010 at 1:05 pm
I would hazard an educated guess that the pages are merely marked for reuse, not actually overwritten with binary zeros, which would obviously really slow up any delete operations.
I think...
September 15, 2010 at 1:03 pm
yes you will under the same license. You will only need another license if you intend to install SSRS on another server.
September 15, 2010 at 12:50 pm
Only a restore of the .bak file will tell you whats contained in .bak file, opening it in notepad is just not relevant.
September 15, 2010 at 12:47 pm
no way detach/attach affects number of tables.
SQL2005 splits tables up into separate headings - system tables and non system, is that it?
September 15, 2010 at 11:20 am
It can take new databases into account - just specify 'all user databases'
September 15, 2010 at 11:13 am
In terms of software versions the only pre-req is windows 2008
See also http://technet.microsoft.com/en-us/library/dd197575(WS.10).aspx
and google for this white paper 'SQL Server 2008 Failover Clustering'
Max connections set to 0 means use...
September 15, 2010 at 8:56 am
dtipser (9/15/2010)
We are going to start a project in a Client Server architecture. Client will be running in Citrix on Virtual Machine, Windows 2008 configuration servers (about 200 VM). The...
September 15, 2010 at 7:17 am
In SQL2008 notruncate and truncateonly are not applicable to log files. So in fact what is happening is notruncate and truncateonly are ignored when it is a log file. ...
September 15, 2010 at 7:04 am
Use this process to move SSRS to another server, this is by far the best description of the process out there.
http://support.microsoft.com/kb/842425
You MUST have the encryption key from the source SSRS...
September 14, 2010 at 3:56 pm
Viewing 15 posts - 2,281 through 2,295 (of 4,745 total)