Viewing 2 posts - 1 through 2 (of 2 total)
Click on the "View" tab and select "Output" in BIDS. This will show you the execution result/progress in the output window below. Once done you can select all the rows/lines...
June 21, 2013 at 8:32 am
#1626347
if the resultset is not very big then the simplest way of doing is,
SELECT *, CASE Result1 < 100 Then something as Results2
FROM (Select .. VERY LONG FORMULA as Results1)...
January 6, 2013 at 8:49 am
#1574121