January 2009 Code Camp Presentations
Posted by: Denny Cherry
With the SoCal Code Camp this weekend, I've managed to get my slide decks put together early enough to get them posted well in advance this time. Continued »
With the SoCal Code Camp this weekend, I've managed to get my slide decks put together early enough to get them posted well in advance this time. Continued »
The SQL Server CSS team has just posted a
In case you live under a rock and haven't heard about Journalspace.com's little mistake, they have gone out of business due to a database problem. Here's a
Back in November I wrote an article for Enterprise IT Planet entitled "Managing Multiple Databases on a Single Server" in which I...
Unlike in SQL 2005, when developing SSIS packages in SQL Server 2008 BIDS you must have the SSIS service installed on your workstation. This is a change from SQL Server 2005 where you did not have to have the actual SSIS service installed on your workstation. It doesn't appear that you...
I've been informed that the webcast I did last week with some of the other editors for SQLServerPedia.com has been archived for offline...
One of the most popular ways to get data multiple pieces of data in a single parameter from one stored procedure to another, or from a client application to the database is to use XML. This can be done in SQL Server 2000 by using the NTEXT (or TEXT) datatype, and in SQL 2005 using the XML...
I would have to say, that one of the coolest new features of SQL Server 2008 is the ability to pass a table as a single parameter to a stored procedure. While we have been able to do this in the past, by using XML to pass more than one value in, then break it apart. But this is just such a...
For those of you who are SQL Server Magazine Subscribers you should be getting your copies right about now (if you haven't already). When you do be sure to check out the article which I have in the magazine about clustering your SQL Server. For those without a subscription you can sign up for...
Gain access to SQL Server experts and learn more about SQLServerPedia.com by attending this webcast. SQLServerPedia.com is the free reference resource created for SQL Server professionals, by SQL Server professionals. See how...
