| Author |
Message |
George Palacean
Joined: 14 Jan 2009 Posts: 19
|
Posted: Wed Jan 21, 2009 12:18 pm Post subject: SmartRename misses dependencies |
|
|
If a view references a table using the three-part identifier (even if it's in the same database), then it will not be changed when smartrenaming the table.
Ex:
create view testview
as
select * from databasename.dbo.tablename
but it works if the view is defined like this:
create view testview
as
select * from dbo.tablename |
|
| Back to top |
|
 |
eddie davis
Joined: 14 Jun 2006 Posts: 796 Location: Red Gate Software
|
Posted: Fri Jan 23, 2009 4:28 pm Post subject: |
|
|
Thank you for your post into the forum and sorry that you have encountered this problem
I have tested as per your example and replicated your problem.
I have created a Bug Report for the development team to consider. The reference for the Bug Report is SR-590. Hopefully the development team will rectify this bug in a future version of SQL Refactor.
Many Thanks
Eddie _________________ Eddie Davis
Technical Support Engineer
Red Gate Software Ltd
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group