Viewing 15 posts - 31 through 45 (of 54 total)
Agreed about scanning existing permissions. I had considered adding this to the article but it was already getting lengthy. Plus there are a ton of postings on how to do...
July 30, 2014 at 1:10 pm
We also used AD groups in this implementation. The system is set up in such a way that any approach is possible. It can grow or shrink as needs arise....
July 30, 2014 at 8:50 am
Found the solution on another forum:
Basically, you have to have the right version of SqlDom.msi installed. I believe the upgrade advisor relies on the 32 bit version.
Please on the following...
July 8, 2014 at 10:05 am
Thanks. We have SQL 2012 sp1 CU7, dated November 13, 2013
The link you provided says it was fixed in CU8, dated January 20, 2014. Will check it out.
February 26, 2014 at 3:14 pm
Currently, these are the settings:
Script owner False
Script permissions False
When I changed them to True,...
February 25, 2014 at 5:40 pm
I've also been evaluating monitoring software. Spotlight has changed to an instance pricing model, which could get pretty expensive pretty fast. We were quoted about $1,500 per instance. There's also...
January 29, 2014 at 10:54 am
Is there any benefit to creating a generic system account and assigning all subscription owners to this?
Is the owner the only one who can attach subscriptions to reports?
We've also got...
April 3, 2013 at 12:42 pm
I've used variations on this in the past, with the insert into #temp exec xp_cmdshell 'dir'
I tried to wrap this in a stored procedure, to be used by other procedures,...
November 16, 2012 at 11:47 am
Hmmm. I thought we had removed all WITH SCHEMABINDING all, but found two that didn't have it. Thanks.
April 27, 2012 at 1:02 pm
We're running into the same user. I made sure the following:
- running SQL 2008 SQL Agent as a Windows admin account called "SqlService"
- ensured that that account has full access...
January 11, 2012 at 3:10 pm
The article was thorough and straighforward.
I find the problem with ChangeTracking and ChangeDataCapture is that there is so much hardcoding going on. That means whenever you add or delete a...
November 28, 2011 at 9:57 am
I got a bit interested in the Size column, but then later found out it was kind of bogus.
November 11, 2011 at 11:33 am
Also want to add the clause:
Where status <> 66056 -- offline
November 11, 2011 at 9:55 am
Replication is one of those nasty things that it keeps having a number of hooks. What you may want to do is completely destroy replication on that box and rebuild...
October 20, 2011 at 4:10 pm
I admit this is a newbie question but what does MOF stand for? Initial searches came up with matches, but no one else seems to want to explain it.
I try...
May 16, 2011 at 3:01 pm
Viewing 15 posts - 31 through 45 (of 54 total)