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.
tempdb システム データベースは、SQL Server のインスタンスごとまたはデータベースごとにシステムによって作成されますか?
インスタンスごとに作成されると思いますが、本当ですか?
ご指導よろしくお願いします!
よろしく、
インスタンスごとです。すべてのインスタンスには1つのtempdbがあり、SQLServerが再起動するたびに再作成されます。