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
Data truncated MYSQL
Visual Studio error: type exists in both the referenceassemblies and the GAC
cisco routers and switches
Powershell to HTML displays
I need a wicket sql script/query
dynamic array as application variable?
IIS host header and DNS
FTP - without log in
verifying port forwarding for your router failed
Java Scripted Roll-over Sound Files do not work in Google Chrome