Viewing 13 posts - 46 through 58 (of 58 total)
Yeah, I'm coming to that same conclusion myself, that peer to peer transaction replication is likely to be the solution here I think. Now I've just got to think about...
April 20, 2012 at 8:15 am
Thanks for the responses. And yes, just to clarify, my requirement would be to have both clusters available for read/write operations simultaneously, with the write operations synchronised between the two...
April 20, 2012 at 7:50 am
Gift Peddie (4/28/2011)
RamSteve (4/27/2011)
After Creating the link server ,how can we connect to different Oracle databases from SSIS packages .?Thanks in advance 🙂
SQL Server 2008 comes with SSIS Connection project...
May 3, 2011 at 5:48 am
homebrew01 (3/30/2010)
March 30, 2010 at 4:05 pm
I had to do something similar a while back as part of an audit review, and I ended up writing a VB.Net application to monitor disk space usage (as opposed...
March 30, 2010 at 3:55 pm
Uncle Moki (3/30/2010)
If the job owner has sysadmin authority, the job always runs under the SQL Agent security context.
...
If the job step Run As is blank, the step runs under...
March 30, 2010 at 10:11 am
K. Brian Kelley (3/17/2010)
March 29, 2010 at 1:40 pm
Uncle Moki (3/29/2010)
vidya_pande (3/29/2010)
General answer-SQL jobs run under the context of logon account with which SQL Server angent is running.
I don't think so...at least that's not what I'm seeing....
March 29, 2010 at 11:57 am
vidya_pande (3/29/2010)
General answer-SQL jobs run under the context of logon account with which SQL Server angent is running.
No, SQL jobs run under the context of whoever owns that job,...
March 29, 2010 at 10:35 am
In the restore routine the first thing I just do is query the remote (ie server that's performing the backup) MSDB database to retreive what the filename was and just...
March 29, 2010 at 5:51 am
F. van Ruyven (3/12/2010)
* Create a new database 'MyDB_SourceBackup'
* Copy all definitions (tables, sp's etc.) from MyDB to MyDB_SourceBackup (using SQLCompare)
* Restore a full backup from...
March 12, 2010 at 1:41 pm
I use a scheduled VB.Net application to poll various servers to make sure that services are running, websites are up, and ping requests are being replied to etc, then I...
October 31, 2009 at 5:40 am
The NT Authority\Anonymous Logon is the clue here I think, as I've had this before.
I believe you're using SSMS locally on PC A, to connect to Server A, and then...
October 30, 2008 at 1:51 pm
Viewing 13 posts - 46 through 58 (of 58 total)