Viewing 15 posts - 31 through 45 (of 94 total)
Hard to answer your question with no code to see or anything, but I suspect your ALL is causing you issues in your code if you use an IN clause....
August 15, 2014 at 4:42 am
Yep, good question, learned something today and I answered the question AFTER getting my coffee.
August 13, 2014 at 6:04 am
Well I have been in IT for more than 20+ years now, mostly C, C++ and Java. Only in past 5 years or so did I get a position where...
August 5, 2014 at 5:25 am
After a while now you'd think I would have learned! I guess not. I am sure like others that missed this question was the fact that I read...
August 5, 2014 at 5:11 am
July 29, 2014 at 6:23 am
Our company is doing the exact same thing over the next week or 2. Converting from SSRS 2005 to 2012. So, I am curious if there are other...
July 24, 2014 at 9:22 am
Oracle code uses: "rownum < 100". It does not use TOP command.
Ex: Select * from 'table1' where rownum < 100;
July 21, 2014 at 7:55 am
Yep, you need to check your query:
WHERE
.
.
AND (Shop.ShopAddressID IN (@ShopID)
.
.
June 4, 2014 at 9:06 am
Hmm, that is interesting.... I will have to play with this myself..
May 22, 2014 at 10:42 am
Nope, I don't think you can do anything like this in SSRS (of course I am only using 2005 version). A report is just that a report, you will...
May 22, 2014 at 10:28 am
There is a FixedHeader property in the Layout. Select the 2 columns, select properties, set fixedHeader to True. Then those 2 coulmns will remain as the other columns...
May 14, 2014 at 6:39 am
Love having 2 monitors. However, in my case, my company only provides 14" laptop which stinks. But I have a 27" second monitor. So yes, I love 2...
May 12, 2014 at 10:54 am
I found the answer is 8 looking here: http://sqlmag.com/database-high-availability/changes-sql-server-2014-alwayson-availability-groups.
April 24, 2014 at 4:39 am
My company does not use Date Dimension or Calendar tables, our solution to this kind of thing is similar to aar.mba.
select
April 21, 2014 at 9:02 am
Viewing 15 posts - 31 through 45 (of 94 total)