(Pinal Dave) Today, I’d like to examine more closely one of my preferred technologies for accelerating SQL Server databases, SafePeak. Safepeak’s software provides a variety of advanced data caching options, techniques and tools to accelerate the performance and scalability of SQL Server databases a
Other News
Recommended Reading: Dynamics GP and SQL Server Connection Issues and Disconnects
(Steve Endow) I’m working with a Dynamics GP customer that is experiencing some SQL Server connection issues and errors. They started to notice the issue with a third party GP product that was logging SQL connection failures.
How To get the column definitions of the DB2 Monitor table functions
(Jack Vamvas) Question: How can I get the column definitions of the DB2 Monitor (MON) table function?
Real-time with ASP.NET SignalR and Azure Mobile .NET Backend
(Henrik F Nielsen) We just released an update for Azure Mobile Services .NET backend which enables you to use ASP.NET SignalR for real-time, bi-directional communications with your mobile applications. SignalR will use WebSockets under the covers when it’s available, and fallback to other “technique
Using AngularJS and TypeScript to Build Single Page Applications (SPA)
(Ravi Kiran) This article shows how to build Single Page Applications (SPA) using AngularJS and TypeScript and aims at providing a good understanding on implementing Angular components using TypeScript. You will create a sample video based training application which consumes its data using ASP.NET W
Passing Data between Pages in ASP.NET
(Peter Shaw) If there’s one question I see time and time again in the various .NET forums that I frequent, it is “How do I pass data from one page to the next?” in my web application.
CFFinally Will Execute Even If CFCatch Throws An Error In ColdFusion
(Ben Nadel) I use the CFFinally tag a lot in ColdFusion as a means to clean up the state of my code in a context that may raise an exception. As of late, I’ve had a nagging doubt about my understanding of the way that CFFinally and CFCatch interact. As such, I wanted to run a quick sanity check to […]
What Does it Take to Recover the World?
This webcast is today – I’ll be the host. Will you join us? Facing a System Rebuild? There have been a few times in life when I’ve had to go through rebuilding the world – re-creating a server from scratch due to a system failure. It wasn’t much fun, and it was painful. You have different backups in different places, […]
My First 30 Days
I thought I would take the first thirty days challenge myself as something to throw darts at. I am confident in what I do; but, always open to suggestions for improvement from others. The actual tasks I would do would depend on resources available to me in the form of documentation, people and budget. I would start addressing issues in […]
Useful undocumented SQL Server 2012 Agent Procedures
Useful undocumented SQL Server 2012 Agent Procedures SQL Server 2012 supports the following useful undocumented SQL Server Agent stored procedures: sp_MSgetalertinfo sp_readerrorlog sp_MSget_jobstate sp_delete_all_msx_jobs sp_get_job_alerts sp_multi_server_job_summary sp_help_operator_jobs sp_sqlagent_is_srvrolemember sp_sqlagent_get_startup_info Three of these stored procedures exist in the master database (sp_MSgetalertinfo, sp_readerrorlog and sp_MSget_jobstate), other exist in the msdb database. sp_MSgetalertinfo The sp_MSgetalertinfo stored procedure is used to get information about...
