Viewing 15 posts - 1 through 15 (of 22 total)
Hi,
In NoRowsMessage Property you can use IIF Statements
Just Like
=IIF(Parameters!A.Value = "Test", "Test Data Not Available", "Sample Data Not Available")
March 20, 2010 at 5:48 am
Hi,
Try this
=SUM(IIF(Fields!tickets.value = "P" or Fields!tickets.value = "C" and Fields!ticket_date.Value = today()-1, 1, 0))
March 20, 2010 at 5:35 am
Hi,
Try this
Step 1: Stored Procedure
CREATE PROCEDURE SampleProcedure
(
@daterange NVARCHAR(100) = NULL,
@lastname NVARCHAR(100)= NULL,
@department NVARCHAR(100)= NULL,
@location NVARCHAR(100) = NULL
)
AS
BEGIN
...
February 9, 2010 at 5:43 am
Hi,
You should set your page properties correctly
Go to Report Properties
Set left, right, top,bottom marigins to .25in
your page size should be greater than the report body size
For standard page sizes...
January 20, 2010 at 10:29 am
Hi,
You should set your page properties correctly
Go to Report Properties
Set left, right, top,bottom marigins to .25in
your page size should be greater than the report body size
For standard page sizes...
January 20, 2010 at 10:27 am
Hi,
Check these Links
http://msdn.microsoft.com/en-us/library/ms159847.aspx
I hope these links might be Helpful
January 9, 2010 at 6:02 am
Hi,
Select table and Click F4
In Report Properties Window goto Filter
Enter Filter Condition in it
September 4, 2009 at 7:40 am
Hi,
Deadlock : Deadlock occurs when two or more tasks permanently block each other by each task having a lock on a resource which the other tasks are trying to...
April 24, 2009 at 3:18 am
You need to have some seperator after one person details so that we can process data or insert into table
Try this,
this can be used when the column contains one person...
April 22, 2009 at 11:22 pm
Hi,
Try this,
DECLARE @Phone NVARCHAR(50)
SET @Phone = '(xxx) xxx-xxxx'
DECLARE
@LoopINT
,@In_LenINT
...
April 17, 2009 at 12:44 am
Hi,
Try this,
SELECT * FROM DatabaseName..SYSComments Where text = 'sp_FindDetails'
April 17, 2009 at 12:23 am
Hi,
Check this link
http://msdn.microsoft.com/en-us/library/ms143506.aspx
I hope it might be helpful for you
April 16, 2009 at 3:21 am
Check these links How to Upgrade to SQL Server 2008
http://msdn.microsoft.com/en-us/library/ms144267.aspx
http://msdn.microsoft.com/en-us/library/bb677622.aspx
I hope these links might be helpful
April 16, 2009 at 3:14 am
Hi,
Check these links might be helpful for you
http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx
April 15, 2009 at 7:41 am
Viewing 15 posts - 1 through 15 (of 22 total)