Viewing 15 posts - 1 through 15 (of 65 total)
I got the idea from Scotts STUFF function and did this and it was enough for the report -
select Oppo_OpportunityId,Oppo_Description,STUFF((STUFF(oppo_SCRMcompetitor,1,1,'')),LEN(oppo_SCRMcompetitor)-1,1,'') from Opportunity where oppo_SCRMcompetitor
October 15, 2024 at 8:55 pm
I want this for building a report. Thanks Scott, I cannot run the update statement.
October 15, 2024 at 7:20 pm
yes, thank you Sue. That is what I was looking for.
May 17, 2019 at 9:29 pm
Hi rVadim, I also need the PersonIDs too so that I can delete these duplicates in the end without affecting others.
May 17, 2019 at 8:57 pm
November 19, 2018 at 9:18 am
Friends,the issue was resolved.I had to installed the ODAC(Oracle Data Access client) in the Cluster server also.and then the OraOLEDB.Oracle showed up in the Linked servers Provider.
March 21, 2012 at 1:39 am
Friends,the issue was resolved.I had to installed the ODAC(Oracle Data Access client) in the Cluster server also.and then the OraOLEDB.Oracle showed up in the Linked servers Provider.
March 21, 2012 at 1:38 am
I did this but my issue in the Provider Menu Item I dont see oraoledb.oracle
March 20, 2012 at 5:39 am
Yes Tnsnames is configured that is why I mentioned that I am able to connect using Oracle SQL Plus.Also these references I already saw.I am not getting oraoledb.oracle as one...
March 20, 2012 at 2:09 am
Yes the 32bit shows the drivers.But I am not able to establish the Linked server to Oraacle.
March 20, 2012 at 1:52 am
I even tried using the Microsoft driver for ODBC.But I get the following error
TITLE: Microsoft SQL Server Management Studio
------------------------------
"The linked server has been created but failed a connection test. Do...
March 20, 2012 at 12:04 am
Henrico this time there is no error but the result is as I told before and not what I was expecting.
December 20, 2011 at 1:13 am
I am on SQL Server 2005 and I get the error below when I use your query.
Msg 243, Level 16, State 1, Line 1
Type date is not a defined system...
December 20, 2011 at 1:04 am
Henrico the output is not what I want based on your query it gives the output as
Date ...
December 20, 2011 at 12:53 am
Viewing 15 posts - 1 through 15 (of 65 total)