Microsoft
Software
Hardware
Network
Question : sql server openquery multivalue
I want to query oracle database from sql server and put in a ssrs 2008 report.
The best way if have found is to use open query. I want to use multi-value parameter like the following.
SELECT * FROM OPENQUERY(LINKED_SERVER,'S
ELECT * FROM TABLE WHERE COLUMN IN (@MULTIVALUE_PARAMETER)')
Answer : sql server openquery multivalue
maybe this ?
REPLACE(@GRADE, '''', '''''')
to test...
declare @grade varchar(50)
set @grade = '''' + 'asdf' + ''''
print @grade
print REPLACE(@GRADE, '''', '''''')
Random Solutions
compile this code with Delphi 2010
can't get iPhone to connect to Exchange 2010 from outside...
How to connect to network printer linux
How to program well
Backup Exec 12 - can't install any updates - gives error 1324 "The path Program Files contains an invalid character"
Could not reliably determine the server's fully qualified when trying to restart https service
Are multiple PHP session paths possible?
Game Development - Story Boarding a Game
sharepoint foundation 2010 on 32 bit?
How do I get the selected value from WPF combobox