Skip to content
View UmeshPandit's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report UmeshPandit

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to disable customer experience i... How to disable customer experience improvement program dialog in AX 2012
    1
    How to disable customer experience improvement program dialog in AX 2012
    2
    
                  
    3
    Open SSMS>
    4
    
                  
    5
    update SysUserInfo
  2. Disabling multiple users in Dynamics... Disabling multiple users in Dynamics 365 For Finance and Operations
    1
    Disabling multiple users in Dynamics 365 For Finance and Operations 
    2
    
                  
    3
    select *from USERINFO
    4
    
                  
    5
    update userinfo set [enable] = 0 where ID <> 'Admin'
  3. Import bacpac files Azure DB to Norm... Import bacpac files Azure DB to Normal DB SQL
    1
    Import bacpac files Azure DB to Normal DB SQL 
    2
    Download bacpac file in Dev Box
    3
    Backup Dev Box AXDB DB.
    4
    Open CMD as Admin
    5
    
                  
  4. Job to enable all user in AX 2012 R3 Job to enable all user in AX 2012 R3
    1
    Job to enable all user in AX 2012 R3
    2
    
                  
    3
    UserInfo   Userinfo;
    4
    ttsbegin;
    5
    While select forupdate Userinfo where userinfo.enable == NoYes::No
  5. How to login SSMS as windows authent... How to login SSMS as windows authentication (Domain User) on Non-Domain Computer connected to VPN
    1
    How to login SSMS as windows authentication (Domain User) on Non-Domain Computer connected to VPN:
    2
    
                  
    3
    
                  
    4
    Below command is for launching SSMS for SQL Server 2017 (with a default install location):
    5
    
                  
  6. System Parameters Tables in AX System Parameters Tables in AX
    1
    Tables Names	            Comments
    2
    AIFWEBSITES	              AIF
    3
    BATCHSERVERCONFIG	        Batch
    4
    BATCHSERVERGROUP	        Batch
    5
    BIAnalysisServer	        SSAS