———————————————————————————————————————————–
SQL Query:–>
———————————————————————————————————————————–
To know the package Name and ID SELECT PackageID, Name
FROM dbo.v_Package
———————————————————————————————————————————– ———————————————————————————————————————————–
SQL Query:–> If you want to filter with the package ID then modify the Query to SELECT PackageID, Name
FROM dbo.v_Package
WHERE (PackageID = 'YourPKGID') ———————————————————————————————————————————–
——————-
Thanks,
https://sccm07.blogspot.com/
SQL Query:–>
———————————————————————————————————————————–
To know the package Name and ID SELECT PackageID, Name
FROM dbo.v_Package
———————————————————————————————————————————– ———————————————————————————————————————————–
SQL Query:–> If you want to filter with the package ID then modify the Query to SELECT PackageID, Name
FROM dbo.v_Package
WHERE (PackageID = 'YourPKGID') ———————————————————————————————————————————–
——————-
Thanks,
https://sccm07.blogspot.com/