Viewing 6 posts - 1 through 6 (of 6 total)
It doesn't support UNION ALL, Views, Stored procedures, temp tables. However, it does support all type of joins, sub queries.
I understand, this is annoying, but that where the issue is....
December 28, 2014 at 2:13 am
Limitation I was referring is from front end side, which as I mentioned generates the SQL dynamically. The front end is not having this framework and does not support creating...
December 27, 2014 at 10:04 am
Using Union All is limitation and hence the problem.
This SQL is build dynamically by front end and it has limitation wherein it is not supporting Union All (views, Stored...
December 27, 2014 at 4:55 am
http://stackoverflow.com/questions/2099659/sql-server-2005-deadlock-with-nonclustered-index
above link has some more details which helped me understand this issue.
May 13, 2011 at 4:51 am
thanks WayneS.
here is some more info...
Q.This is the harder question to answer. Are these particular queries doing any scans? (It doesn't seem like they would be.)
A> Nothing unusual as such....
May 11, 2011 at 10:03 pm
selecting results to file solved the problem.
However after going through the link provided by you, it seems that the limit is 33 mil records that can be dispalyed in SSMS....
September 14, 2010 at 6:12 am
Viewing 6 posts - 1 through 6 (of 6 total)