The name of the stored procedure used when performing a database query that returns property values from columns in the table or view. The stored procedure is located in the database specified in the Database property. The computer running SQL Server is specified in the SQLServer property. The instance of SQL Server on the computer is specified in the Instance property. The name of the stored procedure is specified in the StoredProcedure property.
For more information about using a stored procedure to query a SQL Server database, see the section, Deploying Applications Based on Earlier Application Versions, in the MDT document Microsoft Deployment Toolkit Samples Guide.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
˜ |
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
stored_procedure |
The name of the stored procedure used to query the SQL Server database |
Example |
[Settings] Priority=DynamicPackages, Default
[Default] OSInstall=YES
[DynamicPackages] SQLDefault=DB_DynamicPackages
[DB_DynamicPackages] SQLServer=SERVER1 Database=MDTDB StoredProcedure=RetrievePackages Parameters=MacAddress SQLShare=Logs Instance=MDT2010 Port=1433 Netlib=DBNMPNTW |
Related Topics