Script used in the video to
USE [SalesOrders]
GO
CREATE SCHEMA [BKS] AUTHORIZATION [TECHBROTHERS\kscott]
GO
Create User Define Schema in a Database in SQL Server
TechBrothersIT is the blog spot and a video (Youtube) Channel to learn and share Information, scenarios, real time examples about SQL Server, Transact-SQL (TSQL), SQL Server Database Administration (SQL DBA), Business Intelligence (BI), SQL Server Integration Services (SSIS), SQL Server Reporting Services (SSRS), Data Warehouse (DWH) Concepts, Microsoft Dynamics AX, Microsoft Dynamics Lifecycle Services and all other different Microsoft Technologies.
USE [SalesOrders]
GO
CREATE SCHEMA [BKS] AUTHORIZATION [TECHBROTHERS\kscott]
GO
No comments:
Post a Comment