dynamic sql statements meaning in Chinese
动态
Examples
- Before a transact - sql query , batch , stored procedure , trigger , prepared statement , or dynamic sql statement begins execution on an instance of microsoft sql server , it is compiled into a query plan by the sql server database engine query optimizer
在对microsoft sql server实例开始执行transact - sql查询、批处理、存储过程、触发器、已准备好的语句或动态sql语句之前,它已由sql server数据库引擎查询优化器编译为查询计划。 - Object names used with all data definition language statements such as create , alter , or drop statements , dbcc statements , execute and dynamic sql statements should be qualified with the name of the object schema if other users are to use the stored procedure
如果有其他用户要使用存储过程,则用于所有数据定义语言( ddl )语句(例如create 、 alter或drop语句, dbcc语句, execute和动态sql语句)的对象名应该用该对象架构的名称来限定。 - Inside a stored procedure , object names used in all data definition language statements such as create , alter , or drop statements , dbcc statements , execute and dynamic sql statements must be qualified with the name of the object schema if users other than the stored procedure owner are to use the stored procedure
如果用户不是存储过程所有者,则在使用存储过程时,必须使用对象架构名称对存储过程内所有数据定义语言( ddl )语句(例如create 、 alter或drop语句、 dbcc语句、 execute和动态sql语句)中使用的对象名称进行限定。