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
How to run app on local machine and display results in web page
Event ID 3036
oracle error: ORA-01665: control file is not a standby control file
Asterisk 1.6 incomming call hang up
GPG4WIN does not work with PGP 8
XP Compatibility Mode - Intermittant - Drives mapped to Host Machine don't work
Juniper SRX Firewall - VNC
Network issues loading company web-site
Itunes Boujour Service Errors
I would like to have very thin grid lines in Excel 2007