のようなものはどうですか DECLARE @Parameter VARCHAR(20) SET @Parameter = 'John' SELECT * FROM Table WHERE Name = @Parameter