Afficher un message
Vieux 25/03/2008, 10h09   #1
John Sheppard
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Is it possible to cascade table and field name changes to views

Hello there,

I was wondering if anyone knew if it were possible to make sql server 2005
cascade field name changes down into dependant views.

For example if I have a table
table1
- id
- title

and a view
view1
select id from table1

Can I somehow make it so that if I change table1.id to table1.myId the view
will automatically update?

Kinda just the same way MS-Access does it. That'd be neat.

Thank you kindly for any ideas
John Sheppard


  Réponse avec citation
 
Page generated in 0,04592 seconds with 9 queries