sp_changearticlecolumndatatype (Transact-SQL)
Bir Oracle yayın makale sütun veri türü eşleştirme değiştirir.Bu saklı yordam dağıtımcı herhangi bir veritabanı üzerinde sırasında yürütülür.
Not
Veri türleri, varsayılan olarak sağlanır desteklenen Yayımcı arasındaki eşlemeler yazın.Kullanımı sp_changearticlecolumndatatype olduğunda, yalnızca bu varsayılan ayarları geçersiz.
sp_changearticlecolumndatatype [ @publication= ] 'publication'
[ @article = ] 'article'
[ @column = ] 'column'
[ , [ @type = ] 'type' ]
[ , [ @length = ] length ]
[ , [ @precision = ] precision ]
[ , [ @scale = ] scale ]
[ , [ @publisher = ] 'publisher'
Bağımsız değişkenler
[ @publication= ] 'publication'
Is the name of the Oracle publication.publication is sysname, with no default.[ @article = ] 'article'
Is the name of the article.article is sysname, with no default.[ @ sütun= ] 'column'
Is the name of the column for which to change the data type mapping.column is sysname, with no default.[ @ türü = ] 'type'
Is the name of the Microsoft SQL Server data type in the destination column.type is sysname, with a default of NULL.[ @length = ] length
Is the length of the SQL Server data type in the destination column.length is bigint, with a default of NULL.[ @ duyarlığı= ] precision
Is the precision of the SQL Server data type in the destination column.precision is bigint, with a default of NULL.[ Yayımcı'ın = ] 'publisher'
Specifies a non-SQL Server publisher.publisher is sysname, with a default of NULL.
Dönüş Kodu Değerleri
0 (başarılı) veya 1 (hata)
Remarks
Sp_changearticlecolumndatatype (Oracle ve desteklenen Yayımcı türleri arasındaki varsayılan veri türü eşlemeleri geçersiz kılmak için kullanılırSQL Server). Bu varsayılan veri türü eşlemeler görüntülemek için , yürütmek sp_getdefaultdatatypemapping.
sp_changearticlecolumndatatype yalnızca Oracle Yayımcılar için de desteklenir.Bu çalıştırma saklı yordamını'karşı bir SQL Server yayın hatayla sonuçlanır.
sp_changearticlecolumndatatype değiştirilmelidir her makale sütun eşleme için yürütülmelidir.
İzinler
Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü çalıştırabilirsinizsp_changearticlecolumndatatype.
See Also