盾怪网教程:是一个免费提供流行杀毒软件教程、在线学习分享的学习平台!

在asp 中使用 sql_dmo 给表添加索引

时间:2024/12/1作者:未知来源:盾怪网教程人气:

[摘要]set oSQLServer =server.createobject("SQLDMO.SQLServer")oSQLServer.Connect "数据库IP,端口...
set oSQLServer =server.createobject("SQLDMO.SQLServer")
oSQLServer.Connect  "数据库IP,端口","用户名","密码"                          ' 连接数据库

set tables =server.createobject("SQLDMO.Table")
Set tables = oSQLServer.Databases("数据库名").Tables("表名")


set  idxProductName =server.createobject("SQLDMO.Index")
idxProductName.Name = "索引名"
idxProductName.FileGroup = "文件组"
idxProductName.Type = 索引类型
idxProductName.IndexedColumns = "[字段名]"


tables.Indexes.Add idxProductName

注:索引类型

SQLDMOIndex_Clustered  
SQLDMOIndex_Default
SQLDMOIndex_DRIIndex
SQLDMOIndex_DRIPrimaryKey  
SQLDMOIndex_DRIUniqueKey  
SQLDMOIndex_DropExist 
SQLDMOIndex_Hypothetical 
SQLDMOIndex_IgnoreDupKey  
SQLDMOIndex_NoRecompute  
SQLDMOIndex_PadIndex 
SQLDMOIndex_SortedData
SQLDMOIndex_SortedDataReorg  
SQLDMOIndex_Unique
SQLDMOIndex_Valid 





关键词:在asp 中运用 sql_dmo 给表添加索引




Copyright © 2012-2018 盾怪网教程(http://www.dunguai.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版