Subscribe via RSS
Follow me on Twitter
- I love that the French for OCaml bytecode is le bytecode d'OCaml 1 week ago
- It's ironic that "end user computing" now means "run it on the mainframe" channelregister.co.uk/2013/04/29/end… 2 weeks ago
- msdn.microsoft.com/en-us/library/… Days start from 1 and months start from 0. How I loathe web development. 3 weeks ago
- MongoDB Days wp.me/p13r85-yW 1 month ago
- I'd estimate about a quarter of the people here are ignoring the speakers and working on their laptops #mongodbdays 1 month ago
-
Recent Posts
Archives
Links
- OCI*ML Oracle bindings for the OCaml language
Category Archives: SQL Server
Performance tips
One pretty cool new feature of Oracle 11g that DBAs may not be aware of is the client result cache. This stores the result sets of queries hinted with /*+ result_cache */ locally in-memory on the client. It’s much better … Continue reading
Posted in Oracle, SQL Server
2 Comments
Porting stored procedures
(Based on a Stack Exchange post) In SQL Server, a common pattern is to wrap some processing in a stored procedure that returns a standard result set, using a local temporary table, which is to say a table defined within … Continue reading
Posted in Oracle, SQL Server
Leave a comment
