How to rename a diagram ?

How to rename a diagram ?

Post by Miguel Oliveir » Tue, 11 Apr 2000 04:00:00



Hi,

How do I rename a diagram in SQL Server 7 ?

TIA

Miguel Oliveira

 
 
 

How to rename a diagram ?

Post by Tibor Karasz » Wed, 12 Apr 2000 04:00:00


Miguel,

If you don't find any other method, you could always update the dtproperties
table directly. Below is an example which can be executed in the Northwind
database:

update dtproperties set value = 'NewName' where value = 'Relationships'

--
Tibor Karaszi, Cornerstone Sweden AB
MCDBA, MCSE, MCSD, MCT, SQL Server MVP
Please reply to the newsgroup only, not by email.


Quote:> Hi,

> How do I rename a diagram in SQL Server 7 ?

> TIA

> Miguel Oliveira


 
 
 

How to rename a diagram ?

Post by Miguel Oliveir » Wed, 12 Apr 2000 04:00:00


Thanks !

Ill use your solution !

Its a pitty Microsoft didnt include a Rename option in the context menu
for the diagrams.
Well, may be it isnt a requirement to get the "Ready for Windows" logo  ;-)

Best regards,

Miguel Oliveira


> Miguel,

> If you don't find any other method, you could always update the
dtproperties
> table directly. Below is an example which can be executed in the Northwind
> database:

> update dtproperties set value = 'NewName' where value = 'Relationships'

> --
> Tibor Karaszi, Cornerstone Sweden AB
> MCDBA, MCSE, MCSD, MCT, SQL Server MVP
> Please reply to the newsgroup only, not by email.



> > Hi,

> > How do I rename a diagram in SQL Server 7 ?

> > TIA

> > Miguel Oliveira

 
 
 

How to rename a diagram ?

Post by Mustafa YUCE » Tue, 18 Apr 2000 04:00:00


not the only one they cant do also they cant provide a way to save
diagrams...


> Thanks !

> Ill use your solution !

> Its a pitty Microsoft didnt include a Rename option in the context menu
> for the diagrams.
> Well, may be it isnt a requirement to get the "Ready for Windows" logo
;-)

> Best regards,

> Miguel Oliveira



> > Miguel,

> > If you don't find any other method, you could always update the
> dtproperties
> > table directly. Below is an example which can be executed in the
Northwind
> > database:

> > update dtproperties set value = 'NewName' where value = 'Relationships'

> > --
> > Tibor Karaszi, Cornerstone Sweden AB
> > MCDBA, MCSE, MCSD, MCT, SQL Server MVP
> > Please reply to the newsgroup only, not by email.



> > > Hi,

> > > How do I rename a diagram in SQL Server 7 ?

> > > TIA

> > > Miguel Oliveira