Viewing 15 posts - 61 through 75 (of 224 total)
david.ostrander (8/22/2012)
I have an application that is currently on a SQL Server 2008 instance I'll call instance A. That department wants to upgrade the application and wouldn't you...
August 23, 2012 at 12:39 am
joshphillips7145 (8/4/2012)
Create a stored procedure named spBalanceRange that accepts three optional parameters. The procedure returns a result set consisting of VendorName, InvoiceNumber, and...
August 6, 2012 at 3:03 am
Thanks for the easy question. I realized only after submitting the question I have to count characters. So -1.
July 16, 2012 at 9:50 pm
franco (7/10/2012)
Due to the fact that our users stop to work...
July 10, 2012 at 3:35 am
Recommendation by Microsoft.
1) Fragmentation less than 30%. Reorg.
2) Fragmentation greater than 30% Rebuild.
3) If the table has got less than 8 pages don't take any action. Actually...
July 10, 2012 at 3:24 am
GilaMonster (7/10/2012)
The backup started after the commands started, so as long as they finish before the backup finishes, they will be in the restored database
Basically the message we see in...
July 10, 2012 at 3:18 am
Viewing 15 posts - 61 through 75 (of 224 total)