我想知道SQLServer是否可以像oracle一样部分执行SQL?means server wait client to process the data in last network packet and then fill next packet我注意到,当您在SQLServer我所能想到的就是使用服务器端游标和非键集类型游标。但ADO使用的是sp_cursoropen和sp_cursorfetch。不使用像sql*plus那样的缓存大小。
我需要在一个存储的进程中运行一个递归的CTE,但是我不能超过这个:在“SQL0104N count=count+1;”之后发现了一个意外的令牌“SQL0104N”。预期的令牌可能包括:"“。线路NUMBER=26。在存储的proc之外,查询按照预期工作,所以我希望我遗漏了一些语法糖,可以让它工作。类似地,proc在没有查询的情况下编译和工作。--setup
create table tree (id integer, name varchar(50), parent_id intege