Other News

Uncategorized

What Would You Ask Other SQL Server Pros?

Last Day to Catch Last Week’s Show > SelectViews: SQL Server Show: Getting Started with Reporting Services Power-Up Your SQL Server by Up To 500% By using some excellent technology to drive your SQL Server better, moving the TempDB file onto a RamDisk and running optimization software. At a fraction of the cost of new servers and peripherals, you can […]

Community

XML Data Binding

(Simon Sprott) XML Data Binding allows you to manipulate an XML document via a set of simple objects. The rules defining the ‘shape’ of the XML document are described in an XML schema. Typically, it is possible to read an XML document into an XML binding library and manipulate it programmatically vi

Community

Collections Best Practices

(Inbar Gazit) Most introductory textbooks on computer science and programming include a chapter about collections. They may be called arrays or data structures, but the concept remains the same. The ability to tie a set of elements to one another in a formal data object is essential to modern progra