Receipt and Backflush and use of Repetitive in MAX

Here are some useful data regarding MAX’ use of this technology: Repetitive/Lean Mfg in MAX = No Order Not all manufacturing requires the overhead associated with shop orders. When the same parts are built on the same line over and over (i.e., repetitive) the Repetitive Manufacturing option can be used for processing transactions. Repetitive transactions…

Read More

Script to List the Compatibility Levels of Databases

    select name, compatibility_level , version_name = CASE compatibility_level    WHEN 65  THEN ‘SQL Server 6.5’    WHEN 70  THEN ‘SQL Server 7.0’    WHEN 80  THEN ‘SQL Server 2000’    WHEN 90  THEN ‘SQL Server 2005’    WHEN 100 THEN ‘SQL Server 2008/R2’    WHEN 110 THEN ‘SQL Server 2012’    WHEN 120 THEN ‘SQL Server 2014’ENDfrom sys.databases

Read More

Rough-cut capacity

Rough-cut capacity, also known as rough-cut capacity planning or rough-cut capacity analysis, is a high-level capacity planning technique used by businesses to assess their ability to meet demand based on available resources. It provides an approximate estimate of whether the existing capacity is sufficient to meet the projected demand or if adjustments need to be…

Read More