Viewing 15 posts - 76 through 90 (of 242 total)
ashish.chaudhari (1/29/2009)
However if i had to control the colors depending on numeric values...
January 29, 2009 at 8:52 am
Lowell (1/28/2009)
the select into would insert a column name dColumn_name:
insert into #DISTINCTC SELECT Column_Name FROM INFORMATION_SCHEMA.COLUMNS WHERE Table_Name = 'AGEN'
------------------------
--select * from #DISTINCTC
the cursor looks...
January 28, 2009 at 8:19 am
Hi Rachitha,
I am not getting your question at all... Could you make it more clear?
If you want to calculte the Max value from your dataSet then you can go for...
January 27, 2009 at 12:14 am
Hi Rachitha,
Try this:
=Max(Fields!FieldName.Value, "DataSetName")
January 23, 2009 at 8:23 am
Hi,
Personally I believe that we can't paas variable into child package.
Best thing you can do is that create two child packge having the variables and call these packages into parent...
December 16, 2008 at 7:36 am
Hi,
I would personally suggest you not depend on SSIS to accomplish this work. What you can do is add all stuff in Stored Procedure (keep Best Practice cases in mind)...
December 16, 2008 at 7:31 am
This is not possible in SSRS 2005 because richTextBox is not supported in SSRS
September 1, 2008 at 12:21 am
I think Y have copied this in textbox (ReportItem) expression.
Instead, You have to copy it in Format properties.
August 31, 2008 at 10:59 pm
You need to configure your package.
You can use Package Configuration Organizer for this.
Later on, you can use config file to change your connection variables.
August 20, 2008 at 5:16 am
Hi,
Sorry for inconvenience duw to my post.
There is a little bit change in my script...
I have updated it in my post.
IF EXISTS
(
SELECT 1 FROM master.dbo.sysobjects...
August 17, 2008 at 11:40 pm
mirza_aurangzeb_ashraf (7/25/2008)
HiI need a sql script for Countries, State and Cities.:)
Hi Mirza,
Whether you need a script for list of all Contries,States, and cities by using joins
or
you need a...
July 28, 2008 at 3:12 am
GilaMonster (7/25/2008)
Please don't cross post. It just wastes people's time and fragments replies.No replies to this thread please. Direct replies to:
http://www.sqlservercentral.com/Forums/Topic540764-364-1.aspx
Hi Gila,
I am very comfortable with T-SQL and serious about...
July 25, 2008 at 3:47 am
Hi Chuck Rivel,
Thank you for your help!!
I'll try this and I hope it will work.
July 24, 2008 at 10:58 pm
DBCC FREEPROCCACHE Removes all elements from the procedure cache.
Use DBCC FREEPROCCACHE to clear the procedure cache. Freeing the procedure cache causes, for example, an ad hoc SQL statement to be...
July 24, 2008 at 3:31 am
Viewing 15 posts - 76 through 90 (of 242 total)