Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已经有一个CRM软件,但它没有库存控制能力。
我正在考虑从中央 SQL Server 创建另一个数据库,其中包含产品、价格、数量和其他信息列表。
此外,我们希望生成我们股票的月度、季度和年度报告。
所以我想每月创建一个名为例如 201308、201309.. 201312.. 201405....
基本上,这是我的想法。我不知道最佳实践是在这种情况下。
谁能给我一些建议?
您可能想要查看数据结构的物化视图。每月以您选择的格式保存快照以用于报告目的。这将在保持所需数据结构的同时提高性能。