How can we help you today? How can we help you today?
pk_davidson

Activity overview

Latest activity by pk_davidson

I am just now having this same problem pop up. I'm trying the suggestions here but have no idea what I did that caused this to start happening. I had modified the schema to add (5) new vchar fields and then committed the changes. I had recently added SQL 2008 R2 to my dev machine and this was the first time I worked in SSMS since then. I was working in SSMS 2005 not the latest installed 2008. I have the 2008 engines all set to start manually only so they won't take up memory. we are still using 2005 but I needed 2008 R2 to look at some other servers in the organization. Scary that it looks like there have been no RedGate responses to this yet and it's been posted for almost a month now. EDIT- so I followed J.'s suggestions and was able to eventually clean up my source control version. It was a cascading problem. I would clean up one table definition then committ the changes from the working base (thank you THANK YOU for the right click trick, I would have been clueless without it). Then another audit trigger would should up with a duplicate definition in it in another table ! What was also very strange and very concerning was that for my table with the original problem, the apparent committ that hosed everything also dropped all of my Foreign Key relationships that pointed to the primary key in that table ! Fortunately, my local copy still had these so I just had to continually committ those changes back to the source control until it "stuck" and no more duplicate triggers showed up. I too would sure like to know how to report this as a bug to redgate because it seems to be something fairly new and has happened to a handful of people now. What say you redgate sysops ? Any ideas as to what's causing this ? mucking around in the working base leaves me feeling a bit uncomfortable. / comments
I am just now having this same problem pop up. I'm trying the suggestions here but have no idea what I did that caused this to start happening. I had modified the schema to add (5) new vchar fields...
0 votes
CSV import not working
I have a very simple table (many to many) that I am trying to populate from a csv file. There are only 5 columns. Primary Key, Foreign Key 1, Foreign Key 2, LastUpdateBy, LastUpdate I run the SQL ...
3 followers 5 comments 0 votes