Author: SSWUG Research

Community

Deserialization Progress, and More

(Stephen Toub) In my Windows Forms application, I use a BinaryFormatter to save a large amount of application state, sometimes serializing to disk very large objects. At a later point, this state file needs to be loaded and deserialized by the application, and this deserialization process can take a

Community

Fast Web paging in SQL Server 2005

(Tim Chapman) Paging, the grouping together of records usually for display purposes, has never been easy to accomplish or very efficient in SQL Server. In the past, developers would have to design their stored procedures to accommodate paging using temp tables, or would have to return the entire res