Viewing 5 posts - 46 through 50 (of 50 total)
Pls try this
With SLNo
AS
(
SELECT TOP 100 ROW_NUMBER() OVER(ORDER BY object_id ) Id from sys.objects )
Select ID from SLNo
May 8, 2012 at 3:41 am
Try this
1. Create a temp table contains required column in FactETMPositionRequests and ETMMessage Table. Filter should be
MW.MessageTimeStamp between convert(date, '06/05/2012 12:13:59',103) and convert (date,'08/05/2012 00:00:00',103) and
...
May 8, 2012 at 3:05 am
Try
Where PortfolioBaseCode = Replace(@Portfolios,'@','')
riya_dave (4/25/2012)
i am using replace function.
giving me error like 'Error converting data type nvarchar to float'
reportheading1 is nvarchar(72)
select ReportHeading1 From vPortfolioBase
Where PortfolioBaseCode =...
April 27, 2012 at 12:13 am
Try
Where PortfolioBaseCode = Replace(@Portfolios,'@','')
April 26, 2012 at 6:11 am
Viewing 5 posts - 46 through 50 (of 50 total)