Viewing 15 posts - 961 through 975 (of 1,995 total)
This reminds me of a conversation in a nightclub about 20 years ago
… a group of girls approached us and asked what we did for a living... unfortunately...
July 30, 2018 at 8:09 am
is it possible that the login used in your linked server is the owner of the database that you are seeing ?
July 20, 2018 at 6:43 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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
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.....
April 25, 2013 at 2:24 am
Viewing 15 posts - 961 through 975 (of 1,995 total)