Viewing 15 posts - 706 through 720 (of 2,062 total)
I miss the advanced query designer of Access in SharePoint reportbuilder, where you can actually modify sql text and verify it graphically; instead of "oops, you modified the sql-statement, no...
July 29, 2014 at 4:36 am
There is an upgrade path from 2008 to 2012.
Not sure if the converted ssis-packages will run out of the box.
July 29, 2014 at 4:32 am
Thanks for the response.
I was hoping on some magic as the graphical query designer in Report Builder 3 doesn't alias tables nor accepts modifications in the sql.
July 3, 2014 at 8:27 am
Funny! :w00t:
Anyway the Belgium Red Devils got past the USA soccer team after a thrilling match.
July 1, 2014 at 5:46 pm
Can you elaborate further?
if you had the 3 tables grade,owner,ownergrades
it would be something like
select owner
from owners
where (
exists (select * from ownergrades inner join grades on ownergrades.grade=grades.grade and ownergrades.owner=owners.owner and...
June 26, 2014 at 1:35 am
What is exactly the problem? The acquire connection or the unicode conversion?
Have you tested the oracle connection from the server using "sqlplus" for both the clients?
June 21, 2014 at 6:49 am
Just to improve my english, what is the meaning of "Rodders..."?
Members of a hotrod club
or maintenance (access?)
or the thing you use to unclog pipes (duct rodders)
June 19, 2014 at 1:28 pm
Can you give an example of "only display the numbers after the decimal related to random"?
June 19, 2014 at 4:42 am
June 18, 2014 at 4:11 am
Hello,
The code looks like php
You'll have to construct a query with the where exist clause Koen mentioned.
Did some googlefu and ended up with:
June 17, 2014 at 2:35 am
Select *
Define all varchar's as varchar(max) to be on the safe side.
Passing strings as date-parameters: where mydate='01/06/2005' -> the first of june or the sixth of january ?
June 15, 2014 at 12:45 pm
sqlserver works best with the oracle oledb driver (OraOLEDB)
June 15, 2014 at 12:39 pm
For newbieuser: convert '18/01/2009' to a proper datetype instead of relying on the occasional dateformat of the server. By using convert?
For penny: have you checked the distiributed transaction coordinator...
June 15, 2014 at 12:37 pm
As Koen mentioned, did you install the 64-bit variant of the oracle client?
Did you reboot?
June 15, 2014 at 12:26 pm
Viewing 15 posts - 706 through 720 (of 2,062 total)