Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

The missing part if you use SSRS Report Builder with MySQL, you should go MS SQL - part 2

Author mingitdynasty
Duration 0:33
Uploaded on: Jun 24, 2011
The missing part if you use SSRS Report Builder with MySQL, you should go MS SQL
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Created] (MAPREDUCE-2437) SLive should process only part* files while generating the report.
April 13, 2011 05:04:45 PM
SLive should process only part* files while generating the report.
What's New in Memcached? (part one)
April 6, 2011 01:35:15 PM
We've done a lot of work since the latest 1.4.x release, but most of it has been invisible to most users. To catch up those who haven't been actively watching development, we're going to ease you into how it affects different segments of users,…
Start and End Key with Map as Part of Key
January 24, 2011 06:01:26 PM
This is actually from another thread but since it might have gotten buried by the end (and was a bit of a change in topic) I hope folks don't mind the "repost." I have the following map function: function(doc) { if (doc.office != '' &&…
Pipeline DSL - part two
December 14, 2010 02:23:57 AM
Hi all guys, after a generic Pipeline DSL, I recently added also a SAX Pipeline DSL[1] to build SAX pipelines in an easier and more fluent way. Feedbacks and contributions are more than welcome, thanks in advance!!! Simo [1]…
What's new in memcached (part 2)
April 11, 2011 02:05:39 PM
What's new in memcached
Association is the part of PK
March 9, 2011 06:54:21 AM
Hi! How can I define a resultmap if the associated object's properties are the part of the PK of the main resultmap? Example A has a B, but A's primary key contains B's PK. I have something like this in my resultmap: <resultMap id="a"…
Re: OGNL as a part of Commons
March 3, 2011 04:56:26 AM
2011/3/3 Lukasz Lenart <lukasz.### @googlemail.com>: > 2011/3/3 Simone Tripodi <simonet### @apache.org>: >> Anyone more? :) > > You can count on me, but I'm a Struts Committer. I know it :-) for incubation, being an…
Documentation typos - part no.3
January 20, 2011 03:17:05 AM
Hi! Again, some more Documentation typos with some fun while we're at it: 1. http://www.sqlite.org/c3ref/intro.html "These pages _defined_ the C-language interface to SQLite." Good old days! 2. http://www.sqlite.org/quickstart.html "...…
Fwd: OGNL as a part of Commons
March 3, 2011 08:14:36 AM
FYI ---------- Forwarded message
Re: OGNL as a part of Commons
March 3, 2011 06:37:54 AM
Sorry for the mistake.in last mail, he asked for one more. I thought I do can reply for it. Thanks for your advice and I would be keeping it in mind as a beginner. On Thu, Mar 3, 2011 at 5:59 PM, Antonio Petrelli <antonio.### @gmail.com…
Re: OGNL as a part of Commons
March 2, 2011 01:26:02 AM
Stephen Colebourne wrote: > Based on what I know of OGNL, it is/was reasonably well used. Trying > to merge it into another project doesn't help those existing users. > > The question is what are the author(s) of OGNL looking for? A…
Can I get part of keys of a pattern?
April 17, 2011 09:17:19 PM
`keys pattern` return all the keys of a pattern. but I only need the top 10 keys. and If I get all the keys match the pattern. I am using node-redis client driver, it seems that can't handle too huge response. Jason Green ??
Re: OGNL as a part of Commons
December 13, 2010 02:58:25 PM
2010/12/13 Gary Gregory <GGre### @seagullsoftware.com>: > I am wondering how OGNL relates to Commons JXPath http://commons.apache.org/jxpath/ > > When would you use one vs. the other? OGNL is an Expression Language like UEL, it has…
Fwd: OGNL as a part of Commons
March 3, 2011 08:14:04 AM
FYI ---------- Forwarded message
Using sub-documents as part of the shard key?
May 25, 2011 12:42:57 AM
Does anyone know if it's possible to use sub-documents as part of the shard key? When I try, I get this message: "please create an index over the sharding key before sharding." Here's the command I'm running: db.runCommand( { shardcollection :…
Set property using part of a filename
August 12, 2010 01:33:33 PM
Basically I'm looking to extract the version of a package file from the filename. So far I've come up with the following, but I'm just wondering if this is the best way to accomplish what I want, given that it seems a bit of a kludge to use the…
Re: OGNL as a part of Commons
March 3, 2011 06:30:27 AM
Please do not hijack threads, start a new one. Antonio 2011/3/3 Nuwan Arambage <nuwan.ar### @gmail.com>: > Hi, > > I have been touched with this mail trail.So frankly speaking I'm not a > hardcore programmer or apache comitter…
Re: OGNL as a part of Commons
March 3, 2011 06:28:48 AM
Hi, I have been touched with this mail trail.So frankly speaking I'm not a hardcore programmer or apache comitter but I'm a software engineering undergraduate having application development experience in terms of Struts 2 and Spring.I have…
Riak and Locks part 2
April 1, 2011 11:19:24 AM
Hi everybody! In November 2010 mr. *Neville Burnell *published his question about locking mechanism in Riak. Since that time has Riak got any functionality to support lock? My situation is classical: a process P reads bucket B, locks it, doing…
Re: OGNL as a part of Commons
March 3, 2011 02:56:50 AM
Moving OGNL to Struts 2 could have one pitfall - it can be driven by the project's needs. But that can be good as well ;-) Regards
Missing part of my query
April 29, 2011
ok i was working with someone on this project an he decide to not finish it.. but he deleted part of my query.. can anyone take a guess what it is..…
How to use php to regular the text part and url part?
February 25, 2011
I do not want to use a simple_html_dom, how to use a php regular to get url part 1.html 2.html 3.html and text part 111 222 333 ? Thanks.…
Regex as3 if part of substring is true then replace part of substring with running var
March 9, 2011
Ok perhaps ive bitten off too much here... I know you are not supposed to parse xml/html to regex but the thing is there just arent many other…
How to get a part of a string from MySQL?
May 11, 2011
Hi I have this table row id | text 1 | {"category_layout":"","image":"images\/icon-48-info.png"} How can I get only the image path from the text…
SELECT min and max value from a part of a table in MySQL
February 10, 2011
If I want to select min and max values from a whole table I can use this: SELECT min(price) as min_price, max(price) as max_price FROM `prices` But…
Using PHP to import CSV data into mySQL, Part 2
May 10, 2011
Following up on my last thread. Trying to import a user-generated CSV into mySQL via a PHP upload script. Uploads successfully, but I am not able to…
Updating a Part of string in MySQL
April 21, 2011
Hi to all ... I want to know if it is possible to update a small part of string in MySQL. For example, you have 100 pages stored in MySQL table. In…
Mysql how to restore data for part of a table
March 21, 2011
Let's say I have table A, it has 3000 rows and I know the first 2000 rows are corrupt and I have a clean records sitting in another mysql server.…
Want to fetch only the month part from a date in mysql
January 6, 2011
Is it possible to fetch only the month part from a sql date entry? like the date is stored like '2011-01-06' . if i want to fetch only the '01'…
How Do I Export Part of a mySQL Table as XML in phpMyAdmin
March 24, 2011
Hi, I've got a mySQL database and I want to export part of the db (not the whole thing) as XML. In phpMyAdmin, how do I export XML from a table…
MySQL: Multi-column join on several tables part II
February 9, 2011
I am adding a 5th table to an existing join. The original query will always return a single row because the where clause specifies a unique ID. Here…
PHP mysql query judge and not echo the repeart part.
February 22, 2011
I want to make a php search query. first put a sentence and explode every word get $name ,Then I put $name make a query to match all the name which…
MySQL query: Using UNION and getting row number as part of SELECT
May 25, 2011
I have a union query as follows: (SELECT t.id, t.name, c.company AS owner, t.creation_date AS date, t.notes FROM tool t, client c WHERE…
How to read part of a html coded article from database like MySQL?
March 5, 2011
I am trying to write a blog system. The main page is consist of part of the content of blog entries. The problem is how could I make sure the…
Best way to dynamicaly duplicate/add part of an html form and how to store in MySQL (php) ?
June 23, 2011
I am not sure what's the best way do do this so here is what I have so far: I have a form divided in many fieldsets, its a project submission…
Two-part MySQL question: Accessing specific MySQL row, and column performance
April 29, 2011
Hi guys, I have a table with about 150 websites listed in it with the columns "site_name", "visible_name" (basically a formatted name), and…
Multivalue parameter in ssrs and mysql
June 15, 2011
I am using SSRS2008R2 to report data stored in MySQL database. Due to MYSQL extension does not support multivalued parameters to be passed, it is…
Regex part of url
January 31, 2011
So I'm trying to get the id from a url for youtube.. here is the url http://gdata.youtube.com/feeds/api/videos/kffacxfA7G4/related?v=2 then there's…
Mod_rewrite hid part of url
December 21, 2010
Hey guys, I did a bunch of google searching but I couldn't figure out how to get mod_rewrite working for my purpose. Here is my url:…
PHP How to get the text part before <br>?
March 12, 2011
There are some text, format like: text part1 <br /> text part2 How to use php regular-expression get the only the text: text part1 ? Thanks a…