SQL Server with Mr. Denny:

SQL Server


January 12, 2008  1:26 AM

SQL Server 2008 – Resource Governor Questions



Posted by: Denny Cherry
Resource Governor, SQL, SQL Server 2008

The engineers from Microsoft PSS has posted some excellent information on thier blog about SQL Server 2008's Resource...

Bookmark and Share     0 Comments     RSS Feed     Email a friend

January 11, 2008  6:40 PM

New Article: Determining SQL Server database storage requirements



Posted by: Denny Cherry
Article, Config, DataManagement, SQL, SQL Server 2005, SQL Server 2008

I’ve published a new tip over on SearchSQLServer.com entitled “

  Bookmark and Share     0 Comments     RSS Feed     Email a friend


January 10, 2008  8:00 AM

SQL CLR: The What, When, Why and How.



Posted by: Denny Cherry
CLR, Config, SQL

There are two camps when it comes to SQL CLR.  The DBA camp, which says don't use it, it'll kill your SQL Server and the Developer camp which says that it will save you loads of time and that you should use it for everything.  These two different camps also represent the different messages which...


January 7, 2008  8:00 AM

XML in the database. What’s the big deal any way?



Posted by: Denny Cherry
Data Types, T/SQL, XML

So, we've had the ability to use XML within the SQL Server databases since SQL 2000 came out.  What's the big deal you ask?  How can I use it to make my life easier you also ask? When I first started looking into this whole XML thing I was thinking the same thing.  How is this blob of data...


January 3, 2008  8:00 AM

Using a foreach loop to process an XML document.



Posted by: Denny Cherry
DataManagement, SQL, SQL Server 2005, SQL Server 2008, SSIS, XML

Receintly I was working on a project where I needed to use a foreach loop with an SSIS project, but couldn't for the life of me get it to properly process the XML document which I...


December 27, 2007  8:00 AM

Avoiding SQL Injection Attacks



Posted by: Denny Cherry
Attack Prevention, Security, SQL, T/SQL

The most common way for people to insert invalid data or cause damage to your database is through what is called a SQL Injection Attack.  This is when malicious code is placed within the responses which are expected and that code is not caught and it instead executed.  Depending on what level of...


December 19, 2007  8:00 AM

Microsoft SoCal Code Camp Comming Up



Posted by: Denny Cherry
Development, In Person Events, SQL, SQL Server 2008

The Microsoft Code camp is coming upon us shortly. I've submitted three sessions (so far) to the organizers of the code camp.  They've told me that odds are I'll be able to do all three sessions.  I've tagged all my sessions with

Bookmark and Share     0 Comments     RSS Feed     Email a friend


December 17, 2007  8:00 AM

Microsoft Announces SQL 2008 Launch Event



Posted by: Denny Cherry
In Person Events, SQL Server 2008

Microsoft has announced the schedule for the SQL 2008 launch event.  You can register here. The official launch is being held in Los Angeles this time around.  I'll be there,...


December 15, 2007  5:38 AM

New Article: SQL Server encryption vs. hashing for data security



Posted by: Denny Cherry
Article, Data Types, Development, SQL, SQL Server 2005, SQL Server 2008, T/SQL

I've published a new tip over on SearchSQLServer.com entitled "

  Bookmark and Share     0 Comments     RSS Feed     Email a friend


December 13, 2007  8:00 AM

So what’s the difference between null and a blank field



Posted by: Denny Cherry
Data integrity, Data Types, NULL, SQL, T/SQL

There is always a discussion going on somewhere over having NULL values in a database.  Some people (such as myself) are fine with NULL values.  Some people don't like having NULL values in there database for some reason.  I've heard all sorts of reasons; "The screw up performance", "They are...