Activity overview
Latest activity by joshuawferguson
Can we please get this as an option in the TeamCity plugin? I understand the workaround, but it would be much easier just to specify the value in the plugin. / comments
Can we please get this as an option in the TeamCity plugin? I understand the workaround, but it would be much easier just to specify the value in the plugin.
I would really like an option to ignore static data too. We use TeamCity, but the fundamental problem is the same. Our build server occasionally times out while inserting statically source controlled data. At least for the build process, we really don't care about that part of our database. / comments
I would really like an option to ignore static data too. We use TeamCity, but the fundamental problem is the same. Our build server occasionally times out while inserting statically source controll...
I know this is a bit after the fact, but I found (on another server) that if sqlmonitor's login doesn't have ddl_admin rights on tempdb, it also fails. By default (without this ddl_admin right) the login should be capable of creating temporary tables (with the # prefix) in tempdb. Why is sqlmonitor trying to create permanent tables in tempdb? Seems very counter intuitive. . . / comments
I know this is a bit after the fact, but I found (on another server) that if sqlmonitor's login doesn't have ddl_admin rights on tempdb, it also fails. By default (without this ddl_admin right) the...
Thanks for the reply - are these permissions (db_datareader/writer) going to be reflected in the official documentation? / comments
Thanks for the reply - are these permissions (db_datareader/writer) going to be reflected in the official documentation?
Updated from 3.x to 4 - insufficient credentials error now
Since updating to SQL Monitor 4 I'm having trouble getting monitoring working again. As far as I can tell using Redgate's official documentation, I have the SQL account permissions set correctly, y...
Thanks for the reply. I'm currently running a SQL Profiler trace and a SQL Monitor Trace, and things seem to be running OK. I'll let you know if I find any issues. / comments
Thanks for the reply. I'm currently running a SQL Profiler trace and a SQL Monitor Trace, and things seem to be running OK. I'll let you know if I find any issues.
Safe to run SQL Profiler and SQL Monitor Trace concurrently?
Hello everyone,
I'm looking into running a SQL Profiler trace over the weekend (collecting the TSQL text), but I'd also like to also correlate some of that data using SQL Monitor Trace. Is it safe ...
Ok, I reverted the title to the original. / comments
Ok, I reverted the title to the original.
New Install - "connected party did not properly respond"
Edit: Solved the problem - wrong application pool in IIS.
Hello everyone, and thanks ahead of time for any help
Using IIS 7, I think I have my service/logins setup correctly for both the Web servi...