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
Is there a tool to check to see who has enabled auto-forward in outlook
Vista Ultimate clone from HP to HP
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
SQL in Access
windows 2008 64 server
How do I remove Network Neighborhood using group policy?
How do I charge for a job?
Exchange 2003 does not work after reinstalling SMTP service on SBS 2003 Server
asp.net - I have a problem - i cannot connect an ajax calendar extention & textbox to the where clause of a gridview datasouce..
URGENT - SBS 2008 No primary network adapter found