SQL 缓存依赖项设置
时间:2010-08-20 来源:山顶洞人
下面的命令为 Northwind 数据库中的 Employees 表启用 SQL 缓存依赖项
aspnet_regsql.exe -S <Server> -U <Username> -P <Password> -ed -d Northwind -et -t Employees
如果是windows集成登陆,命令改为:
aspnet_regsql.exe -S <Server> -E -ed -d Northwind -et -t Employees
相关阅读 更多 +
排行榜 更多 +