Viewing 4 posts - 1 through 4 (of 4 total)
each one has there own opinion. it should be left to them. that idle for mutual respect.
i would like to maintain my code in pastebin.
is there any hard rule that...
September 11, 2020 at 3:59 pm
thanks for highlighting the issue. i have fixed the code.
updated code available in below link.
September 9, 2020 at 7:18 pm
August 20, 2020 at 8:06 pm
;WITH XMLNAMESPACES -- XML namespace def must be the first in with clause.
(DEFAULT 'http://schemas.microsoft.com/sqlserver/reporting/2006/03/reportdatasource'
,'http://schemas.microsoft.com/SQLServer/reporting/reportdesigner'
AS rd)
,SDS AS
(SELECT SDS.ItemID, SDS.[Path], SDS.[Name] AS SharedDsName, SDS.ParentID, SDS.[Type], SDS.Content,
CONVERT(xml, CONVERT(varbinary(max), SDS.content)) AS DEF, SDS.LinkSourceID
FROM dbo.[Catalog]...
February 18, 2020 at 7:21 pm
Viewing 4 posts - 1 through 4 (of 4 total)