× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nileshhmali reported 2013-10-24T10:22:05Z  · tariqrahiman last modified 2014-06-04T17:31:28Z

Table name does not refresh in extended properties script .


Priority Major
Complexity Unknown
Component App - Visual Editing
Version 15.0
Database version: Ms sql server 2005 
ADS version : ads-windows-x64-14.0.3
 
Connect Ms sql server 2005
Create table with extended properties
 
CREATE TABLE "Admin"."Test_Extended_properties"  ( 
"col1" varchar(25) NULL,
"col2" varchar(25) NULL,
"col3" varchar(25) NULL 
)
GO
EXEC sp_addextendedproperty 
@name = N'Ms_description', @value = N'Comment on 24 oct 2013', 
@level0type = N'Schema', @level0name = N'Admin', 
@level1type = N'Table', @level1name = N'Test_Extended_properties', 
@level2type = N'Column', @level2name = N'col3'
GO
 
Go to table tree node->Right click on tables->select alter table->Alter column extended properties->Rename of table->Switch to preview sql tab.
 
Now you will observe that,Table name does not refresh in extended properties script.
1 attachment
  • 1.jpg

    2013-10-24T10:22:05Z

    341 KB

Issue #10578

Closed
Fixed
Resolved 2014-01-28T17:16:17Z
 
 
Completion
No due date
No fixed build
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017