Pulse » Recent Items from 5/2011
Welcome!
Pulse has a simple goal: to give you a quick view of what's happening in the SQL Server community.
-
Browse
Finding interesting content on Pulse is easy – you can drill down to a specific time period (by clicking on the bars of the chart), toggle different types of content on and off, and sort the results by popularity or recency.
-
Vote
Discovered an informative blog post or a hilarious tweet? Tell the rest of the community about it by voting it up or down. Behind the scenes, our popularity algorithm will make sure it rises to the top of the list.
-
Comment
When a simple up-or-down vote isn't enough, voice your opinions in a comment. Or check out what others are saying about something you posted or tweeted.
-
How to use the WITH MOVE when you don’t know the logical database file names.
When doing a database restore and you want to move the physical database files from one disk to another, or from one folder to another you need to know the logical file names. But if you can’t restore the database how do you get these logical file names? By ...
-
If you have 12 disks to hold DB Data files and decide to use RAID10, would you create 1 RAID 10 group or 2 RAID 10 groups made of 6 disks each for best read/write performance?
I would probably make 2 RAID 10 RAID groups one for the data files, and one for the transaction log. Without knowing what percentage of data access will be read and what will be write I’m just guessing here. Depending on the load RAID 5 may work just fine ...
-
They Don’t Always Know Best Part 3
I've written before about some of the bad SQL programming practices I've discovered in various programs. I've found yet another example that has been causing me grief for a couple of weeks. We've got a scheduled job that runs nightly and does some archiving - moving records ...
-
Optimizer Timeouts with XQuery
I was looking at performance of a database and I noticed a few of the plans were very large and timing out in the optimizer. This made me wonder, just how many of them were timing out? This sounds like a job for XQuery! There’s really nothing to it ...
-
SQLskills has signed up as our next amazing sponsor
I am so happy to be able to announce that SQLskills has signed up to be a sponsor for our Napa SQL Excursion. SQLskills is the premier SQL Server consulting company, powered by Paul Randal (blog | twitter) and Kimberly … Continue reading →
-
Sorting Data in Master Data Services
Overview: Techniques for sorting data within SQL Server 2008 R2 Master Data Services (MDS). The examples below use the Chart of Accounts sample model included when you install MDS at: <drive>:\Program Files\Microsoft SQL Server\Master Data Services\Samples\Packages. Level: 101 Sorting in Explicit Hierarchies One of the ...
-
Accidentally Dropped the Distribution Database
Have you made the mistake of dropping your distribution database like this? If so, remember not to do this ever again. Disabling publishing and distribution involves more than just dropping the distribution database. The distribution database in SQL Server requires special attention and dropping it in this fashion can wreak ...
-
Using Built-in system function – IDENTITY()
IDENTITY() function can be used to create a new Identity column for a table, You can only use this function in a SELECT statement with INTO clause. Syntax: IDENTITY ( data type, seed, increment ) AS Column Name for example, I have the following table with two columns – Department ...
-
SQL University Troubleshooting Week: Having a Plan for Every Situation
Today’s SQL University post will highlight the need to have a methodology to address issues that we as IT professionals may encounter in the course of our day. We will start off by looking at why we need to have a plan for every situation, and then we will ...
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.