|
We are trying to come up with an Active - Active DR strategy for our 6 TB data warehouse. Our datawarehouse has 40 DBs and everything has to be replicated on a real time bases.
Site 1 : Needs to handle all the ETL Site 2 : Will handle all the reporting...
Started by Nagendra Somasetty on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You need to get exclusive access to see you ETL into one server, and then snap over making that the active server for reporting.
Afford to drop active connections log shipping isn't an option either.
|
|
I would like to update values in the current sheet in current document regardless of file name of excel.
In vb6.0 we could do
Set AppExcel = GetObject(, "Excel.Application") Set SheetExcel = AppExcel.ActiveWorkbook.ActiveSheet
How ever I have been trying...
Started by Thunder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Ah of the active application....
Then the following code example uses early binding to get the active sheet of a currently running Excel is to use the application that is currently being highlighted ie the currently active (having focus).
|
|
I'm installing a new instance of SQL 2005 on an existing cluster. From what I've read, I should be able to install that new instance on the same cluster name with a new instance name. Same IP, different port, same server name.
But instead, the setup is...
Started by Jason on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
On failover, do you want both instances to go? By failover, it does not mean failure but any event that needs the ... .
Think about it.
And at least one of them needs to be a named instance .
No, each instance needs its own IP address and network name .
|
Ask your Facebook Friends
|
Need referals for http://www.hpbux.com/?ref=carlb232 il be active for you if your active for me
Started by carlb232 on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at emoneyspace):
You can rent only ACTIVE....
AM need referals for http://www.hpbux.com/?ref=carlb232 il be active for you if your active for me rent only ACTIVE referrals for any smaller site on http://theclickersteam.com
Cheers Just a small info.
|
|
Need 17/95 ONLY Active Referrals,Scamers and none active clickers will be stated and reported to other referral exchange dealers .
http://www.ref4bux.com/?ref=Nikolab85
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
http://www.clixsense.com...
Started by Nikolab85 on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at emoneyspace):
|
|
In a Windows Server 2003 R2 environment, using Powershell v2.0, how would one duplicate the functionality of Set-QADUser to update user properties in Active Directory, like their phone number and title?
The trick here being, I would like to do this without...
Started by Nathan Hartley on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
User.title $user.telephoneNumber
More Information
Using PowerShell to work with ADSI to manage an Active.
|
|
I know what the disk io, disk queue length and other measures are, but what does 'Highest active time' mean?
Is it the amount of time it is busy handling requests, or something else?
When it is high, does it mean the CPU is busy doing some IO work, or...
Started by Nick R on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
From Mahalo :
The highest active time is the percentage of time spent performing IO (actually consider the disk subsystem to be a potential bottleneck if the % active (busy) time plateau-ed above.
|
|
Http://www.youtube.com/user/ MrMikeMode
that is my YT channel, then suddenly, suspended. i appeal..and get
"Hi MrMikeMode,
Thanks for your email. It looks as though your account is active and you
should have the ability to log in. If you are still having...
Started by Mikus Modus on
, 37 posts
by 6 people.
Answer Snippets (Read the full thread at google):
What information do you have that suggests the channel is closed/suspended/terminated as though your account is active....
It looks as though your account is active ..." That channel is STILL active.
MrMikeMode,
Thanks for your email.
|
|
Hello all my friends
I'm Looking for active Referral's exchange in any number of companies
But I already have clixsense and Neobux accounts
Here is my links :
http://www.lion-bux.com/?r=islamooo ( Highly recommended )
If u gonna choose 1 company...I will...
Started by islamooo on
, 15 posts
by 12 people.
Answer Snippets (Read the full thread at emoneyspace):
PM sent for my ptcbox ? UR SITE
http://www.europaybux.com/?ref=islamooo
FOR MY SITE
http://www.buxempire.com/?r=moamen16
PM ME uppp new member europaybux,,for my ,,bnuxworker pm me if deal,,,, dude register and start clicking my
http://www.emoneyspace... .
|
|
How do you list the active minor modes in emacs?
Started by Readonly on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So you can do something like this:
(defun which....
Finding out whether they're active or not is usually done by checking the variable of the same name.
C-h m or M-x describe-mode shows all the active minor modes (and major mode) and a brief .
|