× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
nileshhmali reported 2013-11-14T13:09:52Z  · saima.alvi(*) last modified 2014-06-26T09:34:24Z

Extended properties are missing in compare script in Ms sql server 2005.


Dev
John LH
JohnLH
QA
Tariq Rahiman
tariqrahiman
Priority Minor
Complexity Unknown
Component App - Visual Editing
Version Future - 0.1
Database version: Ms sql server 2005 
ADS version : ads-windows-x64-15.0.0-dev-34
 
Connect Ms sql server 2005
Create table with extended properties
 
CREATE TABLE "Admin"."A_Test_Exten_prop"  ( 
"Col1" varchar(25) NULL,
"col2" varchar(25) NULL,
"col3" varchar(25) NULL 
)
GO
EXEC sp_addextendedproperty 
@name = N'MS_description', @value = N'This comment with 14 oct 2013', 
@level0type = N'Schema', @level0name = N'Admin', 
@level1type = N'Table', @level1name = N'A_Test_Exten_prop', 
@level2type = N'Column', @level2name = N'col3'
GO
EXEC sp_addextendedproperty 
@name = N'Ms_description', @value = N'This comment with 13 oct 2013', 
@level0type = N'Schema', @level0name = N'Admin', 
@level1type = N'Table', @level1name = N'A_Test_Exten_prop'
GO
 
CREATE TABLE "Admin"."A_Test_Exten_prop1"  ( 
"Col1" varchar(25) NULL,
"col2" varchar(25) NULL,
"col3" varchar(25) NULL 
)
EXEC sp_addextendedproperty 
@name = N'MS_description', @value = N'This comment with 14 oct 2012', 
@level0type = N'Schema', @level0name = N'Admin', 
@level1type = N'Table', @level1name = N'A_Test_Exten_prop1', 
@level2type = N'Column', @level2name = N'col3'
GO
EXEC sp_addextendedproperty 
@name = N'Ms_description', @value = N'This comment with 13 oct 2012', 
@level0type = N'Schema', @level0name = N'Admin', 
@level1type = N'Table', @level1name = N'A_Test_Exten_prop1'
GO
 
Go to database tree node->Expanded tables node->Select "A_Test_Exten_prop" and "A_Test_Exten_prop1"->Right click on these tables->select compare option
 
Now you will observe that, Extended properties are missing in compare script. 
 
2 attachments

Issue #10763

Closed
 
 
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