Other News

Editorials

Moving to RESTful Services

The idea behind RESTful services is the ability to expose methods and data to any consumer capable of making an HTTP connection. It differs from SOAP by reducing the complexity of the communication using a few basic HTTP verbs. The net result is that you can write applications on a web server, smart phone, tablet, computer, etc. all of which […]

Pro Members SQL Server Standard Members

Tips for using temporary tables in SQL Server 2014

Tips for using temporary tables in SQL Server 2014 Consider using memory-optimized table variables instead of a traditional table variable to reduce tempdb use. SQL Server 2014 introduced In-Memory OLTP (In-Memory Optimization). In-Memory OLTP introduces the memory-optimized tables and the memory-optimized table type. A table variable created using a memory-optimized table type is a memory-optimized table variable. Memory-optimized table variables...

This content is for Pro, Pro Member, Pro Member Annual - Fall Sale, Pro Member Monthly - Fall Sale, Standard, Standard Member, Standard Member Annual - Fall Sale, and Standard Member Monthly - Fall Sale members only.
Register
Already a member? Log in here
Community

Using SwiXML and Substance 5

(Rick Jelliffe) SwiXML is Wolf Paulus’ XML User Interface languge (XUI or XUL) which uses the regularity of the Java Swing GUI libraries to allow very lightweight implementation: XML elements are used for JComponents, XML attributes are used for properties (e.g. would be JFrame.set