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
Windows Update on ISA 2006 Server
Find Label in Datalist within Gridview
Exchange 2010 & GroupWIse 7
Network Storage Device with USB Connection.
How can I prevent a user to install software on a Windows XP computer
How to access a folder on an SERVER when the domain server is offline ?
Should Sys Admins (Domain Admins) also have user accounts?
checking login & pass with curl
Can WordPress be customized to some degree by manipulating files embeded in the WordPress file path
dladm show-link -s -i output