Explore Dynamics World With Aslam
Wednesday, 23 March 2022
How to check DB file Names
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Common Data Service (CDS)
Common Data Service (CDS)
Create general journal using X++ in D365FO
The general journal can be created using X++ code. This code which I am sharing in this article helps you to create general journal ...
Customer Aging Report in d365 F&O
Added new fields to CustAgingReportTmp public class DDDCustAgingReportController extends SrsReportRunController implements BatchRetryable ...
Customer Account Statement in D365 F&O
[ExtensionOf(classstr(CustAccountStatementExtContract))] final class DDDCustAccountStatementExtContract_Extension { public boolean check...
No comments:
Post a Comment