Advanced Features in LINQ to SQL: Part 1 In this series of articles, we will cover the following points: ü U Using Stored Procedures in LINQ to SQL Deferred execution in LINQ to SQL Calling SQL Functions Handling Data concurrencies Managing Transactions Using Stored Procedures in LINQ to SQL Stored procedure is a compiled set of SQL statements referred by...
Other News
DB2 for z/OS: Avoiding zIIP Engine Contention Issues
(Robert Catterall) In an entry posted a few months ago to this blog, I touched on several matters pertaining to mainframe zIIP engines and the use of these processors by DB2 for z/OS. Based on recent experience, I feel that it’s important to further highlight a particular zIIP-related issue: zIIP en
DB2 Tips n Tricks Part 43 – CURRENT_USER special register is not always current user
(Harishkumar Baburao Pathangay) How the CURRENT_USER special register is not always displaying current user Solution:
A Bad Day with Backups
(Ryan Adams) I learned a hard lesson when I first started as a DBA. Although to be honest, it’s not a lesson I should have had to learn (I’ll keep you in suspense). I work for a large Fortune 100 company and as with many companies our size, there are many processes in IT.
Convert UK Postcode to Latitude/Longitude/Northing/Easting using SQL CLR
(Arthur Olcot) Just a quick post this time. I had a requirement to convert a small number of UK based postcodes to their latitude/longitude locations so I could use that data within some Tableau dashboards that I’m working on. I had a look around to see what I could find and quickly found both sites
What I know about batch files
(Kenneth Fisher) For a SQL Server guy it sometimes amazes me how often I’m in and out of batch files and how truly useful they can be. To that end here is all that I can remember about batch files (basically a text file that ends with .bat).
No transaction is active message when accessing Linked Server
(Pradeep Adiga) Last week I had worked on an issue related to Linked Server. The customer had migrated the SQL Server Instances to Virtual Servers. They had quite a few Linked Servers setup. After migration any Distributed Transaction like the one below across the linked servers would fail immediate
Debugging in Visual Studio
(Hannes DuPreez) Debugging is arguably the most important step in software development. Without the use of Debugging tools, and knowledge on how to use them, proper software development would not be possible. This article will introduce you to the world of debugging and debugging tools.
WPF Data Binding – Custom Value Converters
(Richard Carr) The ninety-eighth part of the Windows Presentation Foundation Fundamentals tutorial continues to look at value converters and their use in data binding. This article explains how to create custom value converters.
Uploading And Sending MMS (Multimedia Messaging Service) Messages With Twilio And ColdFusion
(Ben Nadel) Last year, I blogged about sending MMS (Multimedia Messaging Service) messages using the Twilio API. However, at the time, Twilio only supported MMS messages on Canadian phone numbers and US short-codes (ie, those 5-digit phone numbers). Yesterday, however, Twilio finally announced full
