SSWUG-TV Check out this latest edition of SSWUG-TV to hear Field Reporter Interviews from SQL Server MVP Kevin Kline. Watch the Show 2012 Class Development Survey Responses The results of our survey for class topics for trainging next year have been compiled. Click here to see a chart of the responses, Many of the topics we included in the survey […]
Other News
SSWUG TV – Field Reporter Interviews from SQL Server MVP Kevin Kline
Pro-Center Video Programming for IT Professionals
Other SSD Benefits
Other SSD Benefits Many have written in regarding different benefits of SSD performance. Some are using SSD drives in virtual machine environments resulting in greatly enhanced performance. Others are even running database builds, etc. The SSD used in this kind of configuration is very different from the ones you may find in an enterprise configuration. They are very inexpensive in […]
Fluent Visual Basic: The Visual Studio UI
(Rebecca M. Riordan) In the last chapter you wrote your first program and saw the basics of the Visual Studio user interface (UI). Now it’s time to look at these steps in more detail.
Performance impact: synchronous audit can trash your database performance – II
(Linchi Shea) In my previous post on this subject, I showed the test results from a two-processor machine. Naturally, you may wonder: do we expect to see the same dramatic throughput drop when we enable a synchronous audit (i.e. with the queue_delay property set to 0) on a more powerful machine?
Formatting Enumeration Constants
Enumerations provide useful groupings of named, numeric constants that can enhance the readability of source code. When the constants need to be outputted they may be formatted as numbers or strings, with various available options.
Roslyn CTP Code Analysis
(Eric Vogel) In the last installment of C# corner , I demonstrated how to use the Scripting APIs using the recently released Roslyn CTP. In this edition I’ll demonstrate how to utilize the Roslyn Compiler APIs to analyze the syntax and semantics of code as well as compile it.
Should you use namespace wildcards in XPath?
(Evan Lenz) Have you ever wished you could just skip having to deal with namespaces in your content? One way to do this is to avoid using namespaces altogether (i.e. avoid any xmlns or xmlns:* declarations in your XML content).
The DB2Night Show Z17: DB2 Application Performance Tuning, Trending and Te
(Klaas) In episode z17 our special guest Phil Grainger (Grainger Database Solutions Ltd. ) takes us on a tour through the alphabet on all kinds of DB2 Application Performance topics. This show is packed with hint and tips including the APAR numbers where to find more detailed information.
Dynamic XML
(Krzysztof Fonal) One of the newcomer in C# 4.0 – great newcomer is new keyword ‘dynamic’. Dynamic variables are run-time binded which is very helpful many times e.g. it simplify access to COM objects. I don’t want to explain in more details about ‘dynamic’.
