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
Iterating through a PDF file (stepping through) for validation purposes
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
Assigning a GPO to specific users and one Server only ?
Default parameter to max date
How to improve the email performance in C#
How do I setup my domain controller to keep the correct time on my domain?
MS Access SQL Divide by Zero workaround needed
Proxy? Do I have to?
Using jqzoom (jquery)
ShellExecute SW_HIDE