Viewing 15 posts - 691 through 705 (of 1,518 total)
t berry (2/26/2009)
Yes, in the filter you can more than one item. Matches are made using LIKE so multiple sprocs can be used.
Interesting, I haven't tried that.
What would be...
February 26, 2009 at 12:10 pm
Or filter by ObjectID:
use db_name;
select object_id('sprocName');
February 18, 2009 at 2:25 pm
One clue that might help:
I just opened my report in BIDS 2008 and the chart looks different in the layout tab. Moreover, I have been able to reproduce the report-server...
February 11, 2009 at 2:16 pm
lisa.hamblin (1/28/2009)
February 11, 2009 at 2:04 pm
peace2007 (2/8/2009)
our tempdb file is 12GB, and he says it's so strange...
February 8, 2009 at 5:20 pm
peace2007 (2/7/2009)
IS there any risk in configuring tempdb while there are so many concurrent transactions on databases? Or, I shall do that when no one is...
February 7, 2009 at 8:06 am
Here are a couple of samples for configuring tempdb files:
To modify a file - move it, change its size etc.:
ALTER DATABASE tempdb
MODIFY FILE (NAME = tempdev
,FILENAME = 'd:\someFolder\tempdb.mdf'
,SIZE = 11000...
February 7, 2009 at 4:04 am
Thanks both for the input.
February 6, 2009 at 1:48 pm
Gift Peddie (2/6/2009)
February 6, 2009 at 12:19 pm
Gift Peddie (2/6/2009)
February 6, 2009 at 12:10 pm
Gift Peddie (2/6/2009)
February 6, 2009 at 11:56 am
Gift Peddie (2/6/2009)
Here is what is...
February 6, 2009 at 11:32 am
Marios Philippopoulos (2/6/2009)
In the Reporting Services Configuration Manager for SQL 2008 I have removed the...
February 6, 2009 at 11:05 am
Gift Peddie (2/6/2009)
February 6, 2009 at 9:59 am
Dan English (2/6/2009)
"The Reporting Services edition must be Enterprise, Developer, or Evaluation. Standard edition does not support a scale-out deployment. You...
February 6, 2009 at 9:56 am
Viewing 15 posts - 691 through 705 (of 1,518 total)