How can we help you today? How can we help you today?
joeybagdnts

Activity overview

Latest activity by joeybagdnts

Thank you so much! The version that you sent 9.5, correctly finds the stored proc to the renamed tables, and informs you on the dependencies page for both the DB and the Source Control comparison table. You guys rock! / comments
Thank you so much! The version that you sent 9.5, correctly finds the stored proc to the renamed tables, and informs you on the dependencies page for both the DB and the Source Control comparison t...
0 votes
peter.peart wrote: I believe the 9.5 EAP version deals with renames quite well. The current version though does treat renamed tables as new objects though, which is more than likely why you are experiencing what you currently are. More on the EAP can be found from the below: http://www.red-gate.com/messageboard/viewtopic.php?t=14113 HTH! Pete Thanks for all your help so far. I'm not sure if this is working as intended, but here is what is happening in the 9.5 EAP. In my current DB, I have a table -> Customers I have a stored proc (GetCustomers) that select * from Customers I rename my customers table to -> NewCustomers In 9.5 Compare EAP, I map the Customers table -> NewCustomers If I compare DBs, I would hope that the dependencies page would tell me that the stored proc GetCustomers needs to be updated as it is still pulling data from the Customers table (which has been renamed). However, it does not tell me this. Additionally, if another table is dependent on the Customers table, that table DOES show up as a dependency when I compare 2 DBs, but if I compare the DB to a script folder, I am not informed that that table is a dependency. Hope this helps. If you need additionally info, I'll be happy to provide it. / comments
peter.peart wrote: I believe the 9.5 EAP version deals with renames quite well. The current version though does treat renamed tables as new objects though, which is more than likely why you are ...
0 votes
Renaming, adding cols
2 questions 1. OrigTable: CustomerID Modified Table: NewField1 CustomerID NewField2 The resulting table would end up with: NewField1 NewField2 Is there any way to tell SQLCompare that first fiel...
3 followers 8 comments 0 votes
Newbie question
Hi Love your products! Have a question about generating data I have 3 fields in a table I wish to populate with data FK to another table --> will use the fk generator generating the value 1 - 20 t...
1 follower 1 comment 0 votes