(Imran Ghani) The POST request method is basically designed to post data to a web server for storage. That’s why its normally used when submitting a complete form. In this WCF RESTful service tutorial, I’ll try to explain how we can post JSON data to a WCF RESTful service using jQuery Ajax call with
Author: SSWUG Research
Transactions: What commands aren’t allowed?
(Kenneth Fisher) Transactions are great tools that every DBA and developer should learn how to use. Unfortunately not everything can be put inside a transaction. There are a handful of commands that won’t work inside a transaction.
Oracle SQL Developer 101: PLSQL Compiler Warnings, Errors and the Right Gutter
(Jeff Smith) Ever wonder what all the red, yellow, and purple marks in your procedure editor are supposed to tell you in the Oracle SQL Developer Procedure Editor? No idea what I’m talking about?
AWR: Was a baselined plan used?
(Dominic Brooks) Sometimes a simple question turns out to be harder than expected.
HOW TO: Connect To A Windows Azure VM Using SQL Server Management Studio
(Thomas LaRock) In 2013, right before I was helping to deliver a precon seminar at TechEd on Windows Azure SQL Database, Microsoft made available the ability for customers to use virtual machines running in Windows Azure.
Windows Azure SQL Database – Uploading Data by using SQL Server Integration Services
(Marcin Policht) In our most recent article published on this forum, we have presented a procedure for uploading data to a Windows Azure SQL Database from an on-premise SQL Server instance that leveraged BACPAC formatted files, while operating under the assumption that our on-premise data store is a
Logging incoming requests and responses in an ASP.NET or WCF application in compatibility mode
(Rodney Viana) One of our customers had a very particular problem that prevented them from using custom encoder and message inspectors in their WCF service running in ASP.NET compatibility mode. So they requested a proof of concept to save all incoming Http Request and their response in a log file.
DB2 Tips n Tricks Part 30 – How to Find Which DB2 Thread is consuming High CPU
(Harishkumar Baburao Pathangay) How to Find Which DB2 Thread is consuming High CPU Solution:
Placing Data for Performance. Fuhgeddaboutit!
(Bill Cole) I like racing. Not watching it on television. That’s like watching a peach rot. It’s not quite so bad in person, though. I raced cars on ovals and road tracks and drag strips – not that you care – and one thing every racer knows is position counts, even in drag racing.
Introducing ASP.NET SignalR 2
The first version of ASP.NET SignalR was released earlier this year and with it, ASP.NET developers have been adding amazing real-time Web functionality to their applications.
