EXEC sp_helptext 这句话的作用是,执行这个存储过程,显示出view1视图的定义语句。A.正确B.错误的答案是什么.用刷刷题APP,拍照搜索答疑.刷刷题(shuashuati.com)是专业的大学职业搜题找答案,刷题练习的工具.一键将文档转化为在线题库手机刷题,以提高学习效率,是学习的生产力工
查看完整题目与答案 参考解析: 查看视图View_student的定义语句 AI解析 重新生成最新题目 【单选题】如果将人眼比作照相机的话,则相当于暗盒的是( )。 查看完整题目与答案 【单选题】道德是人类社会生活中依据社会舆论、( )和内心信念,以善恶评价为标准的意识、规范、行为和活动的总称。 查看完整题目与答...
sp_helptextdisplays the definition that is used to create an object in multiple rows. Each row contains 255 characters of the Transact-SQL definition. The definition resides in thedefinitioncolumn in thesys.sql_modulescatalog view. Note The system stored proceduresp_helptextisn't supported in Az...
sp_helptextdisplays the definition that is used to create an object in multiple rows. Each row contains 255 characters of the Transact-SQL definition. The definition resides in thedefinitioncolumn in thesys.sql_modulescatalog view. Note The system stored proceduresp_helptextisn't supported in Azure...
当你需要寻找和使用那些很少被使用的存储过程时,你会发现自 己无法记住数据库中所有的存储过程,。当你寻找一个三到六个月才 使用一次的存储过程时,尤其如此。 你可以用 sp_stored_procedures 来列出你的数据库中的所有存储 过程,然后运行 sp_helptext 来查看过程的源代码并找到所需要的参数。 sp_stored_...
Displays the definition of a user-defined rule, default, unencrypted Transact-SQL stored procedure, user-defined function, trigger, computed column, CHECK constraint, view, or system object.
sp_helptext http://baike.baidu.com/view/3313988.htm http://www.yesky.com/imagesnew/software/tsql/ts_sp_help_7c38.htm sp_help http://www.yesky.com/imagesnew/software/tsql/ts_sp_help_304w.htm sp_depends http://www.yesky.com/imagesnew/software/tsql/ts_sp_da-di_9qlv....
答案:--练习 使用ALTER VIEW语句修改视图BoyInfo(任务1—例1创建),对视图的定义进行加密。并使用sp_h... 你可能感兴趣的试题 单项选择题 巴塞尔协议I主要根据以下哪一种风险确定商业银行的资本要求? A.利率风险 B.市场风险 C.信用风险 D.操作风险 ...
百度试题 结果1 题目SQL Server将创建视图的CREATE view语句文本存储在( )系统表中。 A. sp_helptext B. syscommens C. encryption D. sysobjects 相关知识点: 试题来源: 解析 D . sysobjects 反馈 收藏
Some weeks ago, when I was submitting a stored procedure to be reviewed by my boss, he immediatly asked 'the procedure code is completely screwed'. I imediatly re-scripted it on SQL Server Management Studio and SQLDbx, seeing nothing strange. So, he said: use sp_helptext. ...