Showing posts with label convert. Show all posts
Showing posts with label convert. Show all posts

Tuesday, March 20, 2012

Can I convert/reference a string to a var?

hey, guys

I got a strange question. :)

In SQL Server,
declare @.Item8 as varchar(100)
declare @.str as varchar(100)
set @.str = '@.Item8'
Is there any way I can reference @.str to @.Item8 ?

Thanks

No. This is not possible. Variables are scoped to batch or module or dynamic SQL batch.

can i convert Crystal Reports to SRS 2005?

Hello,
Is it any way can i convert Crystal
Reports to SRS 2005? The data source in the Crystal
Reports I am using views from SQL Server 2000.http://msdn2.microsoft.com/en-us/library/aa964127(sql.90).aspx
Reeves
"GGill" wrote:
> Hello,
> Is it any way can i convert Crystal
> Reports to SRS 2005? The data source in the Crystal
> Reports I am using views from SQL Server 2000.
>|||Thanks.
"Reeves Smith" wrote:
> http://msdn2.microsoft.com/en-us/library/aa964127(sql.90).aspx
> Reeves
> "GGill" wrote:
> > Hello,
> > Is it any way can i convert Crystal
> > Reports to SRS 2005? The data source in the Crystal
> > Reports I am using views from SQL Server 2000.
> >