Viewing 8 posts - 31 through 38 (of 38 total)
The use of PATH is amazing.
Just as on previous post of this serie, here is the code with comments in spanish.
PS: the links to the code files are broken, maybe...
December 23, 2011 at 5:48 am
Things are getting better and better. And with the comments on the discussion even better. Last comments and questions from bdba where helpfull too as my final goal is to...
December 23, 2011 at 3:39 am
In case anyone mayneeded, here is the same post, but with comments in spanish, enjoy
CREATE TABLE [dbo].[OrderDetails](
[OrderDetailID] [int] IDENTITY(1,1) NOT NULL,[OrderNumber] VARCHAR(10) NOT NULL,
[ItemNumber] [varchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,[Qty] [int] NULL,[Rate]...
December 23, 2011 at 3:14 am
I will be forever thankfull for this post. I have gone through all the previous posts about XML handling and this one is exactly what I was looking for. Nevertheless...
December 23, 2011 at 2:30 am
Whooaa!! great improvement using XQuery. Will follow the XQuery workbench proposed by you on beyondrelational.com website to get a better understanding on how it works. I get confused using the...
December 23, 2011 at 2:01 am
Great, just tested, everything ok, had some collation issues on my database but is ok now.
I received several "invalid name error" related to ItemNumber/itemNumber, OrderNumber/orderNumber, OrderHeader/orderHeader. Don't know exactly if...
December 22, 2011 at 9:00 am
Hi, good improvement in relation to 1rst part of the series, now the procedure receives only one parameter and filling the tables is now equal on the header and the...
December 21, 2011 at 12:59 am
Hi, very good series of articles, I'm starting from the first one, hope once reach the last one of the serie I can apply all I learned on MSSQL 2008R2...
December 21, 2011 at 12:30 am
Viewing 8 posts - 31 through 38 (of 38 total)