Symptom
DDLGEN WITHOUT -CNUMBER will generate correct result as follows:
print '<<<<< CREATING Table - "testdb.dbo.test_roles" >>>>>'
go
setuser 'dbo'
go
print '<<<<< CREATING Table - "testdb.test_user.test_expected_drop" >>>>>'
go
setuser 'test_user'
go
If DDLGEN WITH -CNUMBER it will generate an incorrect result:
print '<<<<< CREATING Table - "testdb.dbo.test_roles" >>>>>'
go
setuser 'test_user'
go
print '<<<<< CREATING Table - "testdb.test_user.test_expected_drop" >>>>>'
go
setuser 'test_user'
go
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) 15.7 SP130
Product
Keywords
DDLGEN, Cnumber. , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , Bug Filed
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.