Many times we come across a scenario where we need to delete
a package from SQL database. Below is the script to delete a package entry for
the same.
select* from pkgstatus where id='Package ID' and
sitecode='SCCM Site Code'
delete from pkgstatus where id='Package ID' and
sitecode='SCCM Site Code'
No comments:
Post a Comment