Blog » Entries from 9/29/2010
-
SQLAuthority News – Monthly Roundup of SQLAuthority Blog Posts
Since I started the monthly round up of the blog post, I have received many positive feedback. I plan to continue doing this month refresher every month now. This rounds ups are my mirror and informs me what I have been doing whole month. Here is quick look at the ...
-
SQL Server 2008 SP2 released
Few minutes back, I read on Aaron Bertrand’s blog that SQL Server 2008 SP2 has been released.
It is ready to be downloaded from here and the list of bugs that are fixed in this SP2 are documented here. The version after installing SQL Server 2008 SP2 is full ...
-
SQL Server 2008 SP2 Released
SQL Server 2008 SP2 has been released and I must be living under a rock because I had no idea it was coming.
Fellow SQL blogger (and Canadian) Aaron Bertrand broke the news on his blog here
-
How to Prove a Fact (Again)
Sean’s latest rant – about a vendor with a dangerously small amount of SQL knowledge – has spurred me to talk about a common theme I’ve been seeing lately: Proving facts to ignoramuses*.
How to Prove Facts to the Unbeliever
- State the fact.
- Explain the fact.
- Restate the fact. [Realize ...
-
Index Operations Showdown: Drop & Create vs. Create With Drop_Existing vs. Rebuild
Every now and then you may have had to move nonclustered indexes between filegroups. There are two ways it can be done: drop the existing indexes first then create new ones or execute a create statement with the DROP_EXISTING = ON option. At face value it may appear that SQL Server ...
-
Kansas City, Pork, and Performance Tuning
What do all three of those things have in common? Here’s a hint: it’s me!
That’s right, this weekend I will be at SQL Saturday #53 in Kansas City. I am especially looking forward to the BBQ crawl on Friday afternoon followed by the Royals game that ...
-
Cannot create Maintenance Plan after 2005 SP3 install
Yesterday I came across a question in one of the forums. The user was unable create any Maintenance Plans after installing SQL Server 2005 SP3. When tried to create one, SSMS would throw the below error.
Invalid column name 'from_msx' Invalid column name 'has_targets'
This usually happens when the service ...
-
Smoking SQL Mirror
The Rant
I had someone vehemently insist on a conference call that you could not mirror more than one user database. Although that alone is worthy of a blog post to clear up the misconception (I’ll explain the confusion in a minute), what I really wanted to talk about ...
-
Savepoints: The Other Other White Meat
Most T-SQL guides and tutorials I’ve seen concentrate on the following transaction commands: BEGIN, COMMIT, and ROLLBACK, which I’ll henceforth refer to as the “big three”. While they’re certainly very important, there’s also a fourth command, SAVE, which is typically treated like a distant cousin who ...
-
Updated missing index dmv script
One tool I have in my toolbox is the great missing index script from Bart Duncan. However for me there were a few things I wanted to tweak to make it a better tool. I needed just the absolutely relevant information and I needed away to cut my time spent ...
Get Syndicated on SQLServerPedia
Have you been blogging for six months or more? Want to see your own posts here on SQLServerPedia too? Follow these easy steps to increase your visibility in the community and attract more visitors to your blog.
-
Create a Blog Category for Syndicated Posts
Using your blogging software, create a new category for posts that should be syndicated on SQLServerPedia and add a few posts to it. (This allows you to keep off-topic posts from being syndicated.)
-
Find the URL to Your Syndicated Posts Feed
Most major blogging platforms will create a RSS or Atom feed for each category you create. On WordPress blogs, the feed can be accessed by appending
/feed/to the category page URL. On Blogger blogs, the feed for a label is athttp://<yourname>..blogspot.com/ feeds/ posts/ default/-/ <categoryname> -
Email Us with Your Feed URL, a Picture, and a Bio
Once you're ready to set up syndication, send us an email introducing yourself. Include the URL to your feed, a headshot of yourself, and a short professional bio.
