Viewing 15 posts - 961 through 975 (of 1,993 total)
start by looking here
MVDBA
April 29, 2016 at 4:01 am
way back in sql 2000 there were registry settings for the max number of concurrent threads sql agent could run. these were broken down into subcategories... replication, job agent, maint...
MVDBA
April 29, 2016 at 3:59 am
you might have saved me a lot of time with this script! 🙂
I "inherited" 7500 databases - unfortunately one of the server monkeys built a server with a default collation...
MVDBA
March 10, 2016 at 10:31 am
this is a table that is used by many processes, dropping the indexes and constraints would affect customer usage.
MVDBA
February 26, 2016 at 9:25 am
we're standardising names as we go. but as I said, the script works fine if I just run CMD and copy the contents into the window.. the issue is "permission...
MVDBA
December 14, 2015 at 9:54 am
depending on what you want to achieve then you may want to add a hierarchyid column to your table and then use the .GetDescendant / .GetAncestor functions rather than using...
MVDBA
November 30, 2015 at 4:33 am
I think what a lot of people have missed here is that sometimes you won't be the only person to touch that code.
you may write exceptional code the first time...
MVDBA
July 27, 2015 at 4:21 am
as a DBA who specialises in helping test professionals I see unit tests as a valuable cost saving exercise for the business
if you look at the ISTQB data for...
MVDBA
July 23, 2015 at 10:24 am
the only issue I've found with this is that the object_id of the tables will change (same as if you drop proc rather than alter proc)
if you rely on object_id...
MVDBA
July 23, 2015 at 10:13 am
it is transactional publication, but multiple publishers pushing to a single subscriber database (not a single table). no merge replication at all.
i'm not interested in replication topology or which initialization...
MVDBA
April 20, 2015 at 3:37 am
microsoft documentation states that it is linear fill for log files ....
we can't do initialise from backup as there are multiple publications replicating to the subscriber database - restoring from...
MVDBA
April 17, 2015 at 9:44 am
I'm sorry , but I can't even begin to describe how much I disagree with this article
my main gripe is the fact that the author has not realised that a...
MVDBA
June 26, 2014 at 8:24 am
iamsql1 (4/25/2013)
USE EXEC dbo.sp_spaceused TO FIND OUT INTERNAL FRAGMENTATION.
that 100% categorically does not give you internal fragmentation, external fragmentation or any other kind of fragmentation.....
MVDBA
April 25, 2013 at 2:24 am
While this is a great innovation, i can see it potentially causing more issues than it actually fixes...
if you've ever tried using an XL amazon instance to run a DB...
MVDBA
April 8, 2013 at 4:41 am
is auto shrink turned on ? is there a dbcc shrinkfile/shrinkdb command being issues?
MVDBA
September 14, 2012 at 8:04 am
Viewing 15 posts - 961 through 975 (of 1,993 total)