December 15, 2008 8:03 PM
Posted by: Denny Cherry
Quest Software,
SQLServerPedia.com,
WebcastI've been informed that the webcast I did last week with some of the other editors for SQLServerPedia.com has been archived for offline...
December 15, 2008 9:00 AM
Posted by: Denny Cherry
Back To Basics,
T/SQL,
XMLOne 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...
December 8, 2008 1:06 PM
Posted by: Denny Cherry
CREATE PROCEDURE,
SQL Server 2008,
T/SQL,
Table VariablesI 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...
December 1, 2008 11:00 AM
Posted by: Denny Cherry
Article,
Clustering,
SQL Server 2005,
SQL Server 2008For 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...
November 30, 2008 11:15 PM
Posted by: Denny Cherry
SQLServerPedia.com,
WebcastGain 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...
November 27, 2008 12:15 PM
Posted by: Denny Cherry
Back To Basics,
CREATE INDEX,
SELECT statementAfter you have created your tables, and stored procedures you will have a basic idea of what queries are going to be running against your database. If you haven't already done so, its now time to start adding indexes to your database. The catch with index is that there is such a thing as to...
November 24, 2008 1:00 PM
Posted by: Denny Cherry
Back To Basics,
Index Performance,
Index Scan,
Index Seek,
SQL Server,
Table ScanThere are a few basic operations which SQL will perform when looking for the data that you need. Here they are listed in the order of worst to best.
- Table Scan
- Clustered Index Scan
- Index Scan
- Clustered Index Seek
- Index Seek
The...
November 22, 2008 7:08 PM
Posted by: Denny Cherry
PASS,
SQLWell the PASS 2008 summit must be official over as I'm sitting at the airport waiting for my plane. I was expecting a very long security line here at SeaTac but I was through security within maybe 10 minutes. While means that the two hours I was planning on standing in line I instead get to sit...
November 22, 2008 12:43 AM
Posted by: Denny Cherry
Kevin Kline,
PASSToday was a pretty slow day. I spent most of the day kicking back in the MVP room talking to the MVPs and the Microsoft folks. I did make it to a couple of sessions however.