Viewing 15 posts - 91 through 105 (of 489 total)
Perry Whittle (1/28/2013)
you're right, i dont think theres a good reason, AO replaces log shipping and mirroring and pretty much makes them redundant 😉
Hmm,...
January 31, 2013 at 8:10 pm
Perry Whittle (1/24/2013)
This details how to migrate from Log Shipping to AO...
January 28, 2013 at 8:29 pm
Perry Whittle (1/24/2013)
This details how to migrate from Log Shipping to AO...
January 24, 2013 at 6:05 pm
What version of Profiler are you using? I get a popup asking me if I want to open the next Rollover file.
I'm using Profiler from SQL 2008 R2.
Leo
January 23, 2013 at 7:34 pm
What error do you get when adding the AG as a linked server?
The AG is a virtual SQL Server and should be created in the domain. Is it correctly created...
January 23, 2013 at 6:06 pm
emile.milne (1/23/2013)
If I want to tweak the index for reports they...
January 23, 2013 at 5:57 pm
Is the job actually running and working? Is the job owner sa? If not is the default database for the job owner the one containing the stored proc?
The only way...
January 22, 2013 at 8:48 pm
You need to think of Always On in terms of Log Shipping or Mirroring. The secondary databases can be configured to read from, but you can't update them directly, so...
January 22, 2013 at 8:30 pm
I'd get a trial version of SQL, even SQL 2005 or 2008. Install this on a VM somewhere and import everything to the trial version. Then backup and restore to...
December 23, 2012 at 7:36 pm
sql-lover (12/18/2012)
Leo.Miller (12/18/2012)
Looks to me like the disks aren't formatted at 64Kb. I'd definitly check this as there are some gains to be made here.Leo
I am not following you. The...
December 19, 2012 at 8:23 pm
Looks to me like the disks aren't formatted at 64Kb. I'd definitly check this as there are some gains to be made here.
Leo
December 18, 2012 at 8:09 pm
It almost looks like it's taking a long time to create TempDB which leads me to ask: How large is TempDB? Also what's the performance like on the TempDB drives,...
December 16, 2012 at 6:39 pm
Perry Whittle (12/5/2012)
ALTER DATABASE mydb SET...
December 9, 2012 at 8:28 pm
I strongly recommend you take the database OFFLINE rather than detaching. Detaching as mentioned removes the database from the system catalog, which means some database options (saved in the system...
December 9, 2012 at 8:25 pm
If this is the log shipping destintion it's being recovered, and so you can't move it like this. To do the ALTER the database must be in a recovered state.
Two...
December 4, 2012 at 7:31 pm
Viewing 15 posts - 91 through 105 (of 489 total)