(Junnark Vicencio) An accordion-style user interface can be helpful when you have a few groups of data that has to be visible at all times, and when only one group’s items can be seen/active at a time.
Other News
NoSQL and the Future of XML
(Kurt Cagle) This particular article has been a long time in the making – the NoSQL conference, Aug 23-25, 2011, was a remarkably busy event, then I come home just in time to deal with Hurricane Irene coming up the coast to meet us.
What is XSL Stylesheet
(Darla Ferrara) Definition: XSL stylesheet is one possible root element available for creating a XSLT file. XSL:stylesheet identifies the language and is a fixed element in XSLT.
Things for the curious: db2greg
(Henrik Loeser) It’s Friday and it is a slow day. How about I tell you about a DB2 tool that until 2 weeks ago I had never heard of and never had used before? It is a tool that has been in DB2 for an eternity (I found an entry in the Information Center for version 8). I am talking […]
Managing the Data Warehouse with DB2 on z/OS
(Lockwood Lyon) Best practices for transactional systems aren’t always relevant in an enterprise data warehouse. Priorities are different, environment ditto, people’s knowledge and expertise double ditto. What are the biggest differences? What are the biggest challenges for staff, DBAs, and manager
Variable, Custom Code and Assembly reference in SSRS
(Alpesh Patel) How to use Variables and Custom code in SSRS report and Assembly reference to use compile shared code in SSRS.
Strongly Typed Data Controls (ASP.NET vNext Series)
(Scott Guthrie) The vNext releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you’ll see a bunch of really exciting improvements with both Web Forms and MVC – as well as in the core ASP.NET base foundation that both are built upon.
Importing and Exporting Data for SQL Azure
(Buck Woody) One of the primary tasks a data professional performs for their organization is data movement — taking data from one system and moving it into another. This might be from text files, XML documents, or other database systems.
METHOD_OPT=> SIZE AUTO Quiz Solution (The Trickster)
(Richard Foote) I was going to leave it for a few days but there have already been so many comments and discussions on all this, I thought I better write something up. In case anyone was wondering, yes I probably am driving my colleagues at work mad with my “Question of the Day” !!
Explain….
(SQLHJALP) Explain…. It is a very simple command that I feel is one of the most overlooked commands by new MySQL users. It is also a very valuable command available for MySQL.