Are there any .NET API to read SQL Server data pages?

68 views Asked by At

I'm writing a C# program and it needs to read SQL Server data pages. Right now what I'm doing is using SQL Server's DBCC PAGE command to get this information and then parse the result. When the page number is huge, the performance is not very good. I want to know is there any .NET API that allows me to read SQL Server data pages? I searched around SQL Server's SMO documentation but didn't find anything interesting.

0

There are 0 answers