You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Bochkov edited this page Dec 24, 2025
·
3 revisions
Enables quick scripting of existing query results as a temporary table definition with data.
Two primary reasons this feature is useful:
It produces an easily transferable script that can be executed on another server to recreate the exact same data. This avoids the need for BCP or other data-copy tools. This approach is suitable only for reasonably small data sets. For high-performance or large-volume transfers, use the Data Transfer feature.
The scripted output preserves the exact data type definitions for each column. For example, there is no need to guess string lengths or whether a column is INT or BIT. This is particularly helpful during development.