Viewing 15 posts - 3,781 through 3,795 (of 4,745 total)
In the one or two places I've been that have had backup exec (or similar) the SQL Agent has been put in place and configured by none dbas who have...
March 26, 2009 at 7:28 am
not entirely sure what backup exec is capable of, would not be surprised if it cannot do differentials.
One thing I am sure of, there is no way it does a...
March 25, 2009 at 4:46 pm
SA (3/25/2009)
March 25, 2009 at 4:27 pm
This is just like buses, nothing for a month, then 3 at once:-)
Stamey (3/25/2009)
1. Set up DB mirroring from primary to DR server. If there...
March 25, 2009 at 11:09 am
of course thinking about this....
SQL fills depending on amount of free space in an effort to fill the files at about the same time (see BOL on this). So having...
March 25, 2009 at 10:51 am
these are all in the same filegroup right?
decide what size you want them to be...........
dbcc shrinkfile(name,sizeyouwant) the ones that are larger
alter database...modify file the ones you want to make larger
do...
March 25, 2009 at 10:41 am
thanks for replying guys!
Mr(?) Noob, your way certainly gets round the upgrade problem.
Trouble is I am greedy and was really hoping to leverage SRDF to keep the failover in synch...
March 25, 2009 at 10:18 am
Noel, we are on different wavelengths. see this post bottom of page 2 (for me)
rishgup (3/24/2009)
--------------------------------------------------------------------------------
I ran sp_help_revlogin on Primary server and copy script and run onto Secondary server.
It gives...
March 24, 2009 at 4:03 pm
noeld (3/24/2009)
IF and only IF there is only one database you can drop all SQL logins on the destination Server and copy the logins from the Primary using sp_help_revlogin. Then...
March 24, 2009 at 3:27 pm
noeld (3/24/2009)
george sibbald (3/24/2009)
rishgup (3/24/2009)
we are using SQL auth 🙁then sp_help_revlogin will solve your problem!
No sp_help_revlogin is useful for Transferring logins NOT to remap them! Which is what the...
March 24, 2009 at 12:34 pm
it was backed up on a different server so is not recorded in msdb so will not show up. select the restore from a device option and browse to the...
March 24, 2009 at 12:22 pm
its a different domain (according to your previous posts) and a different server name I guess, thats probably why windows groups or users do not exist. this is what the...
March 24, 2009 at 10:15 am
rishgup (3/24/2009)
It gives error that SPID is in use. and when I change query from Create login...
March 24, 2009 at 9:59 am
rishgup (3/24/2009)
we are using SQL auth 🙁
then sp_help_revlogin will solve your problem!
March 24, 2009 at 9:35 am
if you use sp_help_revlogin then will never be necessary to run sp_change_users_login.
If the two servers are in different domains or you use local windows accounts, you will need to fix...
March 24, 2009 at 8:36 am
Viewing 15 posts - 3,781 through 3,795 (of 4,745 total)