How can we help you today? How can we help you today?
tobin

Activity overview

Latest activity by tobin

Preventing SQL Compare from DROP and CREATE SYNONYM
Hey all,We have a reporting database where on the live server we point our synonyms at [Production].[dbo].[tblName], but on our replicated server we use [Reports].[Production].[tblName].When I try ...
2 followers 2 comments 0 votes
Comparing to ALTER scripts instead of CREATE
Hey guys,All of our scripts in source control follow a pattern like this: IF ISNULL(OBJECT_ID('dbo.vwView'),0) = 0 EXEC ('CREATE VIEW dbo.vwView AS SELECT 1 fldDummy') GOSET QUOTED_IDENTIFIER ONSE...
3 followers 3 comments 0 votes
Comparing a db to a Scripts folder - can I exclude a subfolder?
I'm trying to run an SQL Compare against a folder we've had source controlled for years, and I am getting errors because under the structure we have a "Replication" folder.  This contains some dupl...
2 followers 3 comments 0 votes
Grant wrote: » We show it in near real time. It's only delayed by a few seconds, but, it radically reduces what happens on your server. People can absolutely disagree on whether it's the right approach. I'd be VERY cautious of Spotlight. Of all the other vendor products out there, it's the single one I've had the most issues with. Do you know that it masks it's own calls to the server? If you really want to evaluate us against another software, pursue another vendor. I think we're better (I do have a prejudice), but the others are much safer than Spotlight. Hey Grant, I'm trying to show the benefits of SQL Monitor, and the guys can easily see the benefits from longtime trends, but they have a real love of Spotlight for fire-fighting. It does provide a great realtime view that allows them to see current sessions, current query times, and all queries - not just top 10. It's handy to be able to drill in and see all blocked processes, all deadlock victims, live as things are happening. Is there a good way to see this data in SQL Monitor? The team here has been focused on fighting fires for a long time - and while I'd rather get us past that, this is just their fact of life - response to emergency has to be instant, and while I can run sp_whoisactive, they're used to digging straight into Spotlight and seeing a "Current state". Having a single page where we could see the current CPU, Network Speed, metrics, what's running currently process, queries, sessions - even if it's just the latest state values from the last 30-second refresh, would be brilliant for them. Is that feasible, on the roadmap, or not an option? / comments
Grant wrote: » We show it in near real time. It's only delayed by a few seconds, but, it radically reduces what happens on your server. People can absolutely disagree on whether it's the right ...
0 votes