SSIS: 在OLE DB Source SQL Command中使用Variable | Using variable in the SQL Command of OLE DB Source

Categories: Database; Tagged with: ; @ December 14th, 2012 19:46

需求:

SELECT
    ACCOUNT,
    DTCREATED
FROM USERS
WHERE DTCREATED > ?

? 来源于某Variable

解决方案:

1.  输入SQL:

image

注意 Data access mode不是: from variabel。

2. 点击Parameters… 在弹出对话框中选择变量即可。

<->



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.