Viewing 15 posts - 16 through 30 (of 233 total)
I don't think you will be able to do this link. From SQL Sever you can create a linked server to Oracle; but, from Oracle you will probably need...
May 28, 2008 at 6:54 pm
looked like a clever solution, so I tried it. where do you propose this be run?
May 28, 2008 at 6:44 pm
are you working in the GUI (Management Studio) or through an application (like something built in Visual Studio)? Many, most, almost ALL of my problems went away when I...
April 11, 2008 at 3:37 pm
Thank you Mark. That's great information. I was able to test the MS OLE DB today and it works exactly as you state. It simply does NOT...
March 27, 2008 at 10:20 am
I opened a TAR with Oracle and they act like there are no problems (which anybody who uses Google knows is not true), so they are playing a dance with...
March 26, 2008 at 4:20 pm
You can write a query against the catalog tables (tab, in this example) that builds an SQL script to do the updates. You have to parse the information you...
March 26, 2008 at 10:39 am
Could you please tell me exactly how you are creating your OLE-DB data source?
Thank you.
March 24, 2008 at 6:36 pm
Nice article and with SQL Server and Oracle, it comes back into focus every couple of years. I am experiencing a problem today that is supposed to be with...
March 17, 2008 at 6:50 pm
I just wanted to say thank you for having contributed to this thread almost 18 months ago. I am now in another environment where I am the Oracle DBA...
March 14, 2008 at 12:31 pm
most of the posts here on the subject apply to 2003, not necessarily 2000. I would reference the link to the MSDN document for the conclusive answer. I think the...
November 3, 2006 at 7:14 pm
this is a joke, right? lol
hasn't the "trainee developer" answered this one? I wonder if he's training to be a developer, or if he develops trainees?
Have a great weekend! I'm going...
November 3, 2006 at 7:11 pm
sometimes you get quick answers here, sometimes you don't.
You are obviously stuck... and nobody has responded. Replication isn't trivial, and 2005 replication is so new, and different, that it's hard...
November 3, 2006 at 7:08 pm
update #temp2 set col3 =
(select col3 from #temp1
where #temp1.col1 = #temp2.col1)
go
Here is a complete scenario you can test in QA:
drop table #temp1
go
create table #temp1
(col1 char(2), col2 char(2), col3 char(2))
go
insert into...
November 3, 2006 at 7:02 pm
log shipping should be fine. That would be my first thought. at my current client we quickly gave up on log shipping and went to a snapshot... which locked the...
November 3, 2006 at 6:47 pm
My wife, twenty years younger than me, got off at 11 last night, and gets off at 11 tonight... so I was and hopefully WILL be doing the same thing...
November 3, 2006 at 3:30 pm
Viewing 15 posts - 16 through 30 (of 233 total)