- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 94字
- 2021-07-02 20:41:30
Create a database
This recipe, like many others in this book, requires a database to be created. It can be done by using SQL Server Management Studio. Start SSMS, connect to your local instance and right-click on the database folder. From the contextual menu, choose New Database.... The following window appears:

Fill in the Database name and click OK as we don't need to change the Owner and Database files information. You should now see the database under the Databases folder in SSMS. We're now ready to create an SSIS package that'll use it.
推薦閱讀
- 零基礎PHP學習筆記
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 算法精粹:經典計算機科學問題的Java實現
- Software Testing using Visual Studio 2012
- OpenCV for Secret Agents
- GitLab Repository Management
- JavaScript動態網頁開發詳解
- Learning Selenium Testing Tools(Third Edition)
- 精通Linux(第2版)
- jQuery Mobile移動應用開發實戰(第3版)
- Procedural Content Generation for C++ Game Development
- Python:Deeper Insights into Machine Learning
- SQL Server 入門很輕松(微課超值版)
- C++17 By Example
- Spring Web Services 2 Cookbook