SQL Server 2008 是否有“库存”功能?表参数类型?
SQL Server 2008 是否提供任何预定义的表类型以与表值参数一起使用?
例如,如果我只想将整数列表作为表传递,并从我传递的其他参数中获取必要的上下文,是否有适当的类型,或者我是否必须创建它?
Does SQL Server 2008 offer any pre-defined table types for use with table-valued parameters?
For instance, if I just want to pass in a list of integers as a table, and derive necessary context from the other parameters I'm passing in, is there a type in place for that, or would I have to create it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有系统表类型。
不过它们很容易制作...
There are no system table types as far as I know.
They are pretty easy to make though...