Blog Detail
Jeff's SQL Server Weblog
http://weblogs.sqlteam.com/Jeffs
Thoughts, Ideas, Techniques and more on Microsoft SQL Server, with a sense of humor.
Recent Posts
An interesting take on "Stored Procedures" (link)
Another great post SQL-related post over at TheDailyWTF regarding a, umm, "creative" use of "Stored Procedures": http://thedailywtf.com/Articles/For-the-Ease-of-Maintenance.aspx ...
Programming is like dreaming?
This is from March, so it's a little old, but I just stumbled upon it and found it a bit interesting. I never thought of programming this way before, but it does make sense: Programming is like a dream ...
Is it just me ...
... or is about time I got back to some blogging? ...
Processing an OLAP cube with a T-SQL Stored Procedure
Here's a simple SQL Server stored procedure that you can call to process an OLAP cube using T-SQL. The parameters should be self-explanatory. To me, this is a little easier and more flexible than processing using DTS packages. create procedure ...
I'm back ... with some news!
I apologize for not posting any new content in quite some time, but now I am back and will soon start posting on a (hopefully!) regular basis once again. The reason for my hiatus was a pretty good one, though: I recently became a father with the bir...
Foreign Key Constraints: SET NULL and SET DEFAULT
Most people know about cascading updates and deletes, but did you know there are two other foreign key constraint options you can use to maintain referential integrity? Read all about them in my latest article over at SQLTeam.com. These features, i...


Excellent blogs, well written.
Posted: June 2nd, 2008 | More Reviews From kjsphoto | Report This Comment