By PaulEdwards on
Thursday, March 25, 2010 4:00 PM
Today I was generating a typed DataSet, using the Data Source Configuration Wizard in Visual Studio (“Add New Data Source…” from the Data Sources window or Data menu). I had two stored procedures, accessing a linked server, in my database that I wanted added to my DataSet.
|
By Dave on
Tuesday, March 23, 2010 5:45 PM
When it comes to writing T-SQL, one of my pet hates is the unnecessary use of loops and cursors. As we all know, SQL is a set based language and has been designed to work using sets of data. Far too often do I see people looping unnecessarily in their back-end code resulting in a slow user interface.
|
By Graham Keitch on
Fri, 19 Mar 2010 14:33:28 GMT
An attempt to clarify scenarios where Oracle Full Use licensing is required for testing.
|
By Sean Wilson on
Tuesday, March 16, 2010 1:36 PM
Most businesses these days realise that in the current climate you cannot afford to let any opportunity slip... Here I am going to show how a techie tool for monitoring systems and alerting the Systems Administrator to potential issues may be used to improve performance in other areas of the business!
|
By PaulEdwards on
Tuesday, March 16, 2010 12:11 PM
I recently had cause to re-visit a solution already deployed and in live production. The solution is a BizTalk application that accepts orders from our clients and then loads them into our Order Management System.
|
By Sean Wilson on
Friday, March 12, 2010 2:46 PM
If you are a Systems Administrator or responsible for systems in your organisation you are probably familiar with that gut-wrenching feeling that you get when a bunch of people arrive at your desk asking “Are you aware of any problems?” Of course it ain’t ever easy to answer such open ended questions - and the sad thing is that often the answer is “No!” in spite of the sudden arrival of evidence to the contrary...
|
By Doug on
Friday, March 12, 2010 1:48 PM
I Installed windows 7 onto a new little netbook today. As usual the first problem is how to fit the windows DVD into the USB slot ! Turns out there are lots of clever people including Microsoft that have the answers. http://technet.microsoft.com/en-us/magazine/dd535816.aspx . After sorting out the USB disk and copying the DVD on, Windows 7 installed quite happily in 25mins or so. But then comes the hours of driver down loads and windows updates ! Never mind plenty of other things to do. :)
|