t-sql
Code Review
I'd like to start a new series that will help you learn some of the techniques I've used in the past. Some of these techniques are useful, some aren't. Using
t-sql
I'd like to start a new series that will help you learn some of the techniques I've used in the past. Some of these techniques are useful, some aren't. Using
t-sql
Consider the CREATE INDEX statement below: CREATE INDEX ix_tableName_columnName ON tableName (columnName) ON { partitionSchemeName (columnName) | fileGroupName
Jun 20 Helpbags.org A very good friend of mine has been working on a non-profit she created. What she’s been doing is collecting a few small things that homeless people can use. She’s not trying to cure homelessness, but she is offering a helping hand. I’ve helped her hand out...
career development
If you're not already a member of the Charlotte SQL Server User Group, go now and sign up. This group is a great resource of knowledge
personal
It's time to transfer the beer to the bottle! I tried a little of the premature beer. It definitely needs a little time in the bottle to mellow, and carbonate.
t-sql
I know I've covered quite a bit of the CREATE INDEX statement, but there is even more to learn. Today I want to cover ASC, DESC, and the WHERE clause for
personal
I've decided it's time to get back into brewing. So I went down to alternative beverage and get All the supplies to start crafting my own beer. I decided on
sql202
Let's say you have the following table on two servers, one in development and one in production. CREATE TABLE person ( personID INT IDENTITY(1,1) , firstName
sql202
Constraints are great for maintaining the integrity of the data in your database. I'm not a big fan of running your database without them. It just opens up the
dev
FILLFACTOR specifies the percentage for how full the Database Engine should make the leaf level of each index page during index creation or rebuild. FILLFACTOR
t-sql
I picked up this book as an introduction to the new geographic datatype in SQL 2008. I had played around with Google maps, and plotting WiFi hotspots I'd
SQL102
OK, I've talked about Primary Keys and Foreign Keys. Now let's talk about Referential Integrity. Basically this just means that any Foreign Key value in one