Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
workindan
Starting Member
21 Posts |
Posted - 2012-03-27 : 12:09:37
|
I'm using Report Builder 3.0 to build this query, connecting to a DB2 datasource:select top 1 * from dbo.table1where date >= @startdateand date < @enddatewhile parameters work when creating a query with a sql server data source, DB2 returns an invalid identifier error when using them. Does anyone know how to fix this? |
|
|
|
|