Viewing 15 posts - 436 through 450 (of 4,745 total)
only if you need the drive space or have issues copying the database to other environments with the file that size,
Having empty space in a file does no harm, and...
November 23, 2013 at 1:06 pm
you can specify a different directory for your binaries and database files, and also seperate system databases from user data files, user log files and tempdb files.
there is no benefit...
November 21, 2013 at 3:07 pm
SQL server is not good at scale-out (in particular), or DR, 2012 always on is getting there but its still complex.
This is because SQL is so tied to the servername...
November 21, 2013 at 10:34 am
george sibbald (11/20/2013)
are you connected to the master database when you issue the command?
as this has not received a response what I meant by this was you must be in...
November 21, 2013 at 9:49 am
are you connected to the master database when you issue the command?
November 20, 2013 at 10:47 am
thanks guys, appreciate it.
I'll check that code out.
November 18, 2013 at 8:26 am
sounds like these users just need adding to the db_datareader role and no other, plus use the decrypting functions to read the data.
the other way would be to provide read...
November 7, 2013 at 3:32 am
go to the errorlog of the target server and see if there any login failure messages.
looks like either invalid ID, password, or id 'ticket' is not defined to the target...
November 6, 2013 at 5:30 am
this would all be controlled by the permissions you grant within the database.
November 6, 2013 at 5:28 am
to clarify free_mascots point, you can restore from a differential if a full backup has not been taken of the primary at a point after the last successful log restore.
October 30, 2013 at 10:03 am
answered this just to find out if DOA did mean dead on arrival (or Database Out of Action)
October 29, 2013 at 8:33 am
that will work fine. As long as SQL is down whilst you do it and all the drives SQL sees end up with the same letters, this will work (i...
October 23, 2013 at 1:06 pm
I do it often enough so I can quickly recover from a clean backup, so if I have 3 days worth of backups on the server, I checkdb every 3...
October 23, 2013 at 10:34 am
aah, thats a different problem to the one I thought you were originally describing.
You need to bring the smaller datafiles up to the size of the original as much as...
October 22, 2013 at 3:49 am
Viewing 15 posts - 436 through 450 (of 4,745 total)