Viewing 15 posts - 3,436 through 3,450 (of 4,745 total)
run 'exec sp_helpuser ' in the database, what does that return?
July 28, 2009 at 1:18 pm
Andrew Collins (7/28/2009)
Do you need a separate license for a passive node on a...
July 28, 2009 at 1:14 pm
Interesting, lets see what hyperbac come back with. I'll let you know, though officially I am on holiday for 2 weeks!
cheers
george
July 24, 2009 at 3:47 pm
....then perhaps we have a bug................in a way I hope so
July 24, 2009 at 10:30 am
I've tried on 3 different servers, can't all be bad. common denominator is hyperbac. what version you guys on?
July 24, 2009 at 10:05 am
Lynn Pettis (7/24/2009)
This is really weird. Is there anything else running on the servers? Anti-Virus software, etc?
McAfee is on all the servers, should be configured to avoid SQL...
July 24, 2009 at 10:00 am
matt stockham (7/24/2009)
Is CPU pegged while the backups are running?
total processor % jumps up about 25% to 50% average, speread evenely across the cpus (4)
Do the databases contain...
July 24, 2009 at 9:50 am
mtassin (7/24/2009)
george sibbald (7/23/2009)
I did email hyperbac and they responded promptly, striping and maxtransfersize suggestions were theirs, but that does not really cut it...
July 24, 2009 at 9:09 am
backups were to local disk lynn.
I did email hyperbac and they responded promptly, striping and maxtransfersize suggestions were theirs, but that does not really cut it and should not...
July 23, 2009 at 4:40 pm
well guys I am evaluating the product and ease of use and compression ratios are as promised, but the backup run times have doubled compared to the native backups, which...
July 23, 2009 at 4:11 pm
In such a small shop I would agree with the others, just ensure you use the resources to their strengths.
the only thing that worries me is the phrase 'the DBA...
July 22, 2009 at 3:58 pm
default database:
set quoted_identifier off
select 'exec sp_defaultdb ',+"'" +loginname +"'," +dbname from syslogins
server roles
set quoted_identifier off
set nocount on
select 'exec sp_addsrvrolemember ' +"'" +loginname +"',"
+"'sysadmin'"
from syslogins where sysadmin = 1
union...
July 22, 2009 at 2:27 pm
Viewing 15 posts - 3,436 through 3,450 (of 4,745 total)