Viewing 15 posts - 106 through 120 (of 432 total)
I did run dm_indexes_physical_stats on the table and the indexes were all either 0 or 0.45 percent fragmented. So assuming DBCC passes, is it probable that the only...
February 28, 2014 at 12:28 pm
If a rebuild of a clustered index was stopped before completion, I would think that might be a problem. How do I determine if there is a problem and...
February 28, 2014 at 12:08 pm
I've been studying with the 70-463 book, and not having much Data Warehousing experience, I'm having a tough time with it. There's a lot of technical information without a...
February 26, 2014 at 4:16 pm
Yes, not obvious why the column needs to be specified again, but it seems to be working.
Dan
February 26, 2014 at 3:51 pm
Maybe you can do it with Powershell, but for some tasks doesn't it take more time without removing the risk of breaking something?
January 7, 2014 at 9:28 pm
I'd say so. This is like if someone in Seattle asked you to meet at Starbucks but couldn't provide an address or location.
January 6, 2014 at 4:21 pm
Sounds like someone copied questions from a chapter review section of an exam preparation book. They might not even recognize a correct answer if the wording differed from what...
January 6, 2014 at 3:59 pm
Jeffrey Williams 3188 (1/6/2014)
Without either of...
January 6, 2014 at 3:42 pm
System administrators often don't know much about SQL and won't know about instance names. This has happened to me occasionally. Here's what I've done:
1) If I can't...
January 6, 2014 at 3:37 pm
When someone writing about SQL server says "Never do this: <insert action here>!" it is almost never 100 percent true. For every action you can do, there exists...
January 6, 2014 at 3:12 pm
Assuming that PosDB2 is the database that grows out of control, I would set the PosDB2 database with a maximum size that you don't expect it to hit except when...
January 6, 2014 at 3:04 pm
On a 36 GB server with 5 instances, I would set the MAX memory setting on each instance so that the total of all 5 was 32 GB. ...
January 2, 2014 at 4:43 pm
Is there any downside to having TempDB files that are larger than needed other than that they occupy more drive space than necessary?
January 2, 2014 at 4:21 pm
Most maintanace functions can be done in SQLExpress through SQL Server Management Studio, but manually. Most Express instances are maintained when a DBA gets around to it, with utilities...
December 17, 2013 at 10:33 am
"Sorry officer, I was diagnosing a failed maintanance job and I didn't see the stop sign."
December 17, 2013 at 10:20 am
Viewing 15 posts - 106 through 120 (of 432 total)