Viewing 15 posts - 1 through 15 (of 30 total)
Thanks!! Something else was causing this issue which is now resolved.
April 30, 2013 at 5:24 am
Phil Parkin (2/15/2013)
Sachin Vaidya (2/14/2013)
Your response definitely shows a path to move ahead, thanks a lot for that.
But on the other side, it was very rude. It will discourage...
February 15, 2013 at 3:41 am
ChrisM@Work (2/15/2013)
Sachin Vaidya (2/14/2013)
Your response definitely shows a path to move ahead, thanks a lot for that.
But on the other side, it was very rude. It will discourage people...
February 15, 2013 at 2:09 am
Hi All,
For the sake of all visitors to this post, here is the solution that I figured out, with combination of my own effort, plus some other online help.
Thanks.
;WITH CTE1...
February 15, 2013 at 12:16 am
Hi Cadavre,
Your response definitely shows a path to move ahead, thanks a lot for that.
But on the other side, it was very rude. It will discourage people from putting any...
February 14, 2013 at 10:43 pm
Hi,
I figured out my mistake. I have declared the data type as varchar in the partition function but I was passing int type.
I should have used single quotes like...
September 29, 2011 at 7:56 am
Thanks!!
Sure, I can give you more details.
let's assume I have column named key with values, 1001,1002,1101,1201, 3001,3201,3202,3301, 5001,5201,5202,5203 and so on.
now I group the data for these key values and...
April 19, 2011 at 12:44 am
@Bhuvanesh: This is not an interview or quiz question. I am reviewing a code where this kind of style is being used. SO I thought wheather this is better from...
December 6, 2010 at 10:09 pm
Hi,
Queries which are taking time are of type,
SELECT......
FROM SomeTable WITH (NOLOCK)
WHERE SomeColumn BETWEEN 47300 AND 47315
There are 4 tables which are similar to SomeTable and involved in similar query...
November 24, 2010 at 2:04 am
So, any pointers about where should I look to find the cause of these inconsistent rendering issue?
October 7, 2010 at 3:49 pm
@Doug
Again, I completely agree to what you say, but what about the inconsistent errors? I will quickly summaries once again,
- Sometimes report gets rendered properly
- Sometimes report fails with a...
October 7, 2010 at 3:29 pm
Daniel Bowlin (10/7/2010)
Sachin Vaidya (10/7/2010)
I don’t know how many users would like to wait for such long time to see the reports.
I don't know ANY users that would even...
October 7, 2010 at 3:21 pm
Hi Raunak,
Thanks for the reply but I am aware about this. So what I am talking about is the way for setting the maximum and minimum memory limits in SSRS...
October 7, 2010 at 2:53 pm
getoffmyfoot (9/30/2010)
If you set max memory in sql server to 2gb, and...
September 30, 2010 at 8:48 pm
Viewing 15 posts - 1 through 15 (of 30 total)