I have been working designing rules engines for years. In many ways a rules engine may be similar, or even overlap with a workflow engine. Often you can use a workflow engine to write rules because they follow similar patterns of processing. I am also an advocate of using software development patterns where they are the best fit. Today I […]
Other News
Some tips for using ASP.NET with SQL Server 2014
Some tips for using ASP.NET with SQL Server 2014 If you use ADO to access SQL Server data in your ASP.NET, avoid creating transactions using ADO methods. Try to create transactions inside a stored procedure on the SQL Server. By doing so, you can reduce network traffic and boost overall ASP.NET performance. When building a web page based on SQL...
The OMGs of Javascript – Part # 1
(Anas R Firdousi) When it comes to Javascript, it is definitly a different language by all means. The results of writing a code are not "so-obvious" as you would expect in languages like C#/Java etc.
Monitor mobile devices with the Geospatial Analytics service
(Mike Branson) The Internet of Things already connects billions of devices, with forecasts predicting steep growth rates in the coming years. Many of these devices, such as smartphones and connected vehicles, are mobile.
Oracle SQL Developer Meets SQL*Plus?
(Jeff Smith) If you weren’t paying attention over the Christmas/Winter break, it’s very possible that you haven’t heard about our new project.
Cluster Cache Coherency in EM12c
(Kellyn Pot’Vin) With that, we are going to discuss a great performance console in the EM12c cloud control- Cluster Cache Coherency.
T-SQL – Find Number of Rows of Database(s) tables Using Undocumented Procedure – sp_MSforeachdb and sp_MSforeachtable
(Prashanth Jayaram) On Technet forum, Op was looking for a way to get table cardinality for all databases in an instance. There are many ways to get the result. This post gives you an idea and SQL in which undocumented SP’s being called “sp_MSforeachdb and sp_MSforeachtable”.
The Promise – and the Pitfalls – of In-Memory OLTP
(Jonathan Watts) When SQL Server 2014 was released, it included Hekaton, Microsoft’s much talked about memory-optimized engine that brings In-Memory OLTP into play. With memory-optimized tables 30 times faster than disk-based tables, higher performance is promised – but at what cost?
Top 3 Ignite Sessions for Getting the Lowdown on SharePoint 2016
(Deb Donston-Miller) Microsoft Ignite, which is set to take place May 4-8 in Chicago, promises to provide–across Microsoft’s product line–a plethora of information, announcements, meetings, opportunities, demos, workshops, thought leadership
SQL SERVER – Who is Consuming my TempDB Now?
(Pinal Dave) Off late my love for TempDB and writing on topics of tempDB has been a great learning experience. The more I work with tempDB, the more fascinated I am. TempDb is being used by a number of operations inside SQL Server, let me list some of them here:
