Question : I have a database schema exported into XML format. My goal is to create a DDL statement from […]
Tag: xsd
How to resolve this ‘XML Validation: Declaration not found for element’ error?
Question : I’m new to SQL Server and I have this task to complete (for learning purposes), yet I’m unable […]
Loading Extended Events ring buffer to SQL table using powershell
Question : I am running a RPC_Completed extended event which outputs to a ring buffer. While trying to read the […]
What’s the relationship between Documents, XSDs and Collections?
Question : I have a number of XML Schema Definitions describing business objects. It’s unclear to me what the correct […]
Is there a way to validate XML using variable as schema?
Question : Is there a way to declare XSD schema as variable inside a construct: DECLARE @xml XML(Books)? I need […]