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
ASA 8.3 NAT Configuration
New Linksys E3000 has "FastMagnolia-guest" connection that is unsecured.
Selecting Multiple Fields Using MAX
Display logon message to new users at first logon.
RDP Background Windows
Can't install wifi printer MX870
Is there a way to use visual basic 6 to write data directly to a cd or dvd for windows, xp, vista and 7
Respose time slow
Using Bash command in Perl Script
Another DOM question