Viewing 15 posts - 16 through 30 (of 38 total)
WolforthJ (3/28/2012)
March 28, 2012 at 9:31 am
One can learn to program and be a hell of good programmer without ever stuying computer science or anythig related to it....BUT be sure that this person will study by...
March 28, 2012 at 5:47 am
These days I found self called developers or programmers that don't know the meaning of OOP and C or C++ are "ancient" languages, nevermore used :w00t: Study computer science, it...
March 28, 2012 at 2:57 am
I use too a mix of paper/keyboard when possible. If I need to pay attention to what is said then use paper and pencil, if we are more on a...
January 31, 2012 at 12:27 am
Sorry, this question should be answered on a .Net oriented forum, is a no sense trying to achieve this on SQL.
January 19, 2012 at 7:36 am
As replied on other post, finally the transformation is taken place on client side using .net framework. I should investigate further on the annotated schema possibilities
January 17, 2012 at 2:48 am
Everything working, but for now the transformation is done on client side using .Net framework. I use a sql procedure to generate the needed XML. Then using an XSL saved...
January 17, 2012 at 2:46 am
Seems that the annotated XSD schemas could be a solution but now I do not have the time to go deeper on the subject. I already have a working solution...
January 13, 2012 at 1:16 am
azdzn (1/12/2012)
Why don't you just apply an xsl transformation ?
Here is an article to do it inside SQL Server :
http://www.sqlservercentral.com/articles/MDS/75932/%5B/quote%5D
Hi azdzn,
I've already posted...
January 12, 2012 at 2:29 am
Found this other one with similar approach but no need to have installed the Master Data Services. I'm running the sql express version where is not possible to install the...
January 11, 2012 at 4:46 am
Corrected the script and added new columns to the tables related to the XML/XSL templates:
CREATE TABLE [DefaultMessage](
[DefaultMessagePk] [int] IDENTITY(1,1) NOT NULL,
[Text] [nvarchar](max) NULL,
[PriorityOrder] [int] NOT NULL,
[DefaultMessageCategoryFk] [int] NOT NULL,
[XMLTemplate] [nvarchar](max)...
December 27, 2011 at 9:04 am
One less to go...very informative as previous ones
But as on previous posts of this XML series, the links to the code are empty
December 27, 2011 at 1:59 am
yazalpizar_ (12/23/2011)
December 23, 2011 at 8:25 am
Need to do some "homework" with the namespaces feature.
Here is the code with comments in spanish:
--=================================================================================================================================
-- XML Workshop Part V Namespaces: el uso de NAMESPACES permite desambiguar el nombre de...
December 23, 2011 at 8:13 am
Almost finishing these series of XML workshop, really helped a lot.
The proposal of adding FOR XML EXPLICIT, ROOT('CustomersByRegion') works for me too, I'm using SQL 2008R2
Again in this post the...
December 23, 2011 at 7:52 am
Viewing 15 posts - 16 through 30 (of 38 total)