SELECT
db.name AS DBName,
type_desc AS FileType,
Physical_Name AS Location
FROM
sys.master_files mf
INNER JOIN
sys.databases db ON db.database_id = mf.database_id
When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...
No comments:
Post a Comment