Viewing 15 posts - 16 through 30 (of 111 total)
I've used also:
DECLARE @C varchar(100)
SET @C = '<div>Sunshine</div>'
SELECT SUBSTRING(
@C,
CHARINDEX('>',
March 27, 2013 at 9:41 am
Thanks Sean,
this is really helpfull.
However all the specification you gave are very terrifying, i'm only a rookie.
The work i'm in now requires the separation of the data into levels, like...
March 22, 2013 at 10:57 am
Thanks!
Based on this query and this example (http://www.sqlservercentral.com/Forums/Topic1416551-391-1.aspx), which only retrieves only four levels:
With MySampleData (AllLevels)
AS
(
SELECT 'Analysis»Letters»Numbers»Detail' UNION ALL
SELECT 'Description»Letters»Numbers»Detail' UNION ALL
SELECT 'Planning»Letters»Symbols»Detail'
)
SELECT
...
March 22, 2013 at 10:27 am
Thanks Guys.
Lowell, yes there are more levels indeed.
Regards
February 6, 2013 at 10:06 am
I'm creating the query from scratch, can't really expose data.
Can you start based on that? This is mostly a query problem.
AllLevels
Analysis»Letters»Numbers»Detail
Description»Letters»Numbers»Detail
Planning»Letters»Symbols»Detail
Thanks in advance.
Regards
February 6, 2013 at 9:06 am
It is possible to add a Group By inside each Select?
If yes how do you do it?
Thanks.
January 22, 2013 at 8:26 am
Thanks Very Much! Helped a lot.
Could you geniuses take a look at this topic:
http://www.sqlservercentral.com/Forums/Topic1409896-391-1.aspx
Thanks again.
Best regards
January 22, 2013 at 7:35 am
Select whitin Select, in order to group by?
Any solution please, thanks
regards
January 22, 2013 at 4:41 am
SQL Newbie here!
Sorry, don't have any data on the table yet, this is a projection of what it will contain.
I apreciate all the help I can get for this query.
thanks
regards
January 22, 2013 at 3:59 am
Purchasing these kind of features is not an option. If you find any solution, put it here, thanks.
Regards
January 11, 2013 at 9:44 am
Thanks anyway.
You r talking about Aspose.Slides for Reporting Services right?
Thanks
Regards
January 11, 2013 at 9:31 am
I agree with you davos, report prettyness is getting to much in the way.
But we must answer to what orders the client.
Thanks for the reply
December 7, 2012 at 2:30 am
Viewing 15 posts - 16 through 30 (of 111 total)