News

I'm trying to take an XML document and dump the contents into a table. Not as XML using the SQL Server 2005 XML datatype, but as the parsed data values into a table with a column for each element ...
Microsoft SQL Server's relational engine has offered new instrumentation that improves by light years with each new release. The introduction of Dynamic Management Views (DMVs) in SQL Server 2005 ...
I am considering how to implement BI(business intelligence) via deerflow. Basically the flow is below, each step will be implemented by a MCP server: generate sql based on user's natural language ...