Viewing 15 posts - 391 through 405 (of 612 total)
If I switch from FULL to the BULK-LOGGED recovery model, don't I lose what is currently in the transaction log?
September 29, 2013 at 3:53 am
andrew gothard (9/28/2013)
kevaburg (9/28/2013)
There has to be a user executing the backup job. You could start...
September 29, 2013 at 1:26 am
Are you looking too deep into a simple problem?
Would this not provide the answer you need?
select name, size from sys.master_files;
September 28, 2013 at 12:22 pm
Ideally you could break the empty RAID5 and use the disks to physically separate the differing datafiles.
TEMPDB should definitely have its own spindle and ideally the log files...
September 28, 2013 at 12:16 pm
MarkusB (9/28/2013)
Like the others said before it can be quite a challenge but it start with the SSMA for Oracle
A very good friend of mine, a successful developer and DBA...
September 28, 2013 at 12:08 pm
dkrasnikov (9/28/2013)
eddie.caplan (9/24/2013)
September 28, 2013 at 12:00 pm
The only thing I can think of off the top of my head this:
There has to be a user executing the backup job. You could start by preventing this...
September 28, 2013 at 11:44 am
Kurt W. Zimmerman (9/27/2013)
September 28, 2013 at 11:40 am
Kurt W. Zimmerman (9/26/2013)
September 27, 2013 at 12:58 am
My interest in this theme is based on the fact I have an upcoming migration to SQL Server 2008R2 and I have 2 NetApp storage appliances with 20TB each. ...
September 25, 2013 at 10:08 am
This is possible using the SSMS although it is a little more involved.
From the command line run osql -L to search the subnet for available servers. The SQL Browser needs...
September 25, 2013 at 6:11 am
GilaMonster (9/25/2013)
kevaburg (9/25/2013)
There is never an advantage to having the same files on the same drive. You would be as well having one large TEMPDB in that case.
That's...
September 25, 2013 at 6:01 am
Although it isn't possible as Gail has said with zero downtime I have done this using mirroring and I managed to complete the process extremely quickly.
What I did was:
1. ...
September 25, 2013 at 5:48 am
SQLSteve (9/25/2013)
For the Data and log files...
September 25, 2013 at 5:29 am
Eric Higgins (9/24/2013)
eddie.caplan (9/24/2013)
September 25, 2013 at 12:27 am
Viewing 15 posts - 391 through 405 (of 612 total)