Renaming Databases I was thinking of using a few other titles, “There and Lock again, A DBA’s holiday”

Slides:



Advertisements
Similar presentations
Chapter 12 Managing Multi-user Databases David M. Kroenke Database Processing © 2000 Prentice Hall.
Advertisements

Murach’s SQL Server 2008, C6© 2008, Mike Murach & Associates, Inc.Slide 1.
SQL for SQL Server, C6© 2002, Mike Murach & Associates, Inc.Slide 1.
Murach’s SQL Server 2008, C1© 2008, Mike Murach & Associates, Inc.Slide 1.
Murach’s SQL Server 2008, C4© 2008, Mike Murach & Associates, Inc.Slide 1.
11 CONFIGURING AND MANAGING SHARED FOLDER SECURITY Chapter 8.
SQL Server Management Studio Introduction
Introduction To Windows Azure SQL Database Name Title Microsoft Corporation.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
Module 8: Server Management. Overview Server-level and instance-level resources such as memory and processes Database-level resources such as logical.
Maintaining a Mirrored Database Tips and Tricks by Paul G. Hiles.
JourneyTEAM - –
Security Testing Case Study 360logica Software Testing Services.
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Learningcomputer.com SQL Server Working with Databases.
Database Management Systems Introduction. In the Beginning… Customer Program 1.
SQL Azure Intro and What’s New Level: Introductory to Intermediate Andy Thiru SQL/BI Developer.
Advanced Databases DBA: Security and Backups Guide to Oracle 10g 1.
Minimizing your vulnerabilities. Lets start with properly setting up your servers which includes… Hardening your servers Setting your file and folder.
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
CSC Proprietary 12/16/2015 1:14 PM Training Material 1 Manage the Student information Project 3 group: Tuong Nguyen – Trung Dang Mentor: Tam Ly.
Managing Multi-User Databases. Mutli-User Issues n Concurrency Control n Database Reliability n Database Security n Database Administration.
Advanced Databases DBA: Security 1. Advanced Databases Agenda Understand the need for security. Learn about System Permissions and Object permissions.
SQL for SQL Server, C13© 2002, Mike Murach & Associates, Inc.Slide 1.
SQL for SQL Server, C4© 2002, Mike Murach & Associates, Inc.Slide 1.
Introduction to Teradata Client Tools. 2 Introduction to Teradata SQL  OBJECTIVES :  Teradata Product Components.  Accessing Teradata – Database /
1 Chapter Overview Monitoring Access to Shared Folders Creating and Sharing Local and Remote Folders Monitoring Network Users Using Offline Folders and.
SQL for SQL Server, C7© 2002, Mike Murach & Associates, Inc.Slide 1.
Central Management Server Managing Your SQL Server Environment 1.
Murach’s SQL Server 2008, C10© 2008, Mike Murach & Associates, Inc.Slide 1.
Introduction to SQL Server  Working with MS SQL Server and SQL Server Management Studio.
Product Training 1 JetFlash Software Application.
SQL Advanced Monitoring Using DMV, Extended Events and Service Broker Javier Villegas – DBA | MCP | MCTS.
1 Copyright © 2005, Oracle. All rights reserved. Oracle Database Administration: Overview.
SQL for SQL Server, C16© 2002, Mike Murach & Associates, Inc.Slide 1.
Database Forensics Paresh Motiwala - SQL Solutions Architect at
How to convert a Demo to Multi-user
© 2008, Mike Murach & Associates, Inc.
A digital reference guide for database administrators
SQL Server 2000 and Access 2000 limits
INSTALLING SQL SERVER 2016 vNext CTP 1.2 ON LINUX UBUNTU 16.04LTS
A digital reference guide for database administrators
© 2002, Mike Murach & Associates, Inc.
© 2002, Mike Murach & Associates, Inc.
Lock, Block, and Two Smoking CPUs
Setting the Permissions
Principles of report writing
© 2002, Mike Murach & Associates, Inc.
קורס פיננסי – מושגים פיננסיים / כלכליים
© 2002, Mike Murach & Associates, Inc.
My life at the Cooperators
© 2002, Mike Murach & Associates, Inc.
© 2002, Mike Murach & Associates, Inc.
© 2002, Mike Murach & Associates, Inc.
مناهــــج البحث العلمي
Introduction to NetDB2 IST210.
The Great Remote Control.
How to Perform A Health Check By Edward Roepe Perimeter DBA, LLC
User Profiles.
© 2002, Mike Murach & Associates, Inc.
© 2002, Mike Murach & Associates, Inc.
Introduction to VSTS Database Professional
Mario…Take My Data To The Cloud!
© 2002, Mike Murach & Associates, Inc.
Jean Joseph DBA\DEVELOPER
Using Windows XP Explorer
© 2007, Mike Murach & Associates, Inc.
© 2008, Mike Murach & Associates, Inc.
Security - Forms Authentication
06 | SQL Server and the Cloud
Presentation transcript:

Renaming Databases I was thinking of using a few other titles, “There and Lock again, A DBA’s holiday”

Mike Rachocki IT Specialist with SGL Carbon Technic, LLC Email: mike.rachocki@sglgroup.com SQL Server DBA Started with SQL Server 6.5 System Administrator Software/Hardware SAP Security Administrator 2nd Level User Support 2 | Introduction

Database Name The name that we can see in the Object explorer window 3 | Terminology

Logical File Name The file name used to reference the physical file in Transact-SQL statements 4 | Terminology

Physical File Name The file name which we can see in the folder structure of windows explorer 5 | Terminology

Logical vs. Physical File Names My favorite beverage in a “Physical” container… …now that’s “Logical” 6 | Terminology

Rename Database 7 | Rename Databsae

Rename Logical File Name 8 | Rename Database

Rename Physical File Name 9 | Rename Database

Demo 10 | Rename Database

Summary Rename database Rename logical file Rename physical file

Questions? Mehta, Ashish Kumar "Best Practice for renaming a SQL Server Database" MSSQL Tips, www.mssqltips.com/sqlservertip/1891/best-practice-for-renaming-a-sql-server-database/ “Different ways to Renaming a SQL Server Database" MyTechMantra, 25 Dec 2012 www.mytechmantra.com/LearnSQLServer/Different-ways-to-Rename-SQL-Server-Database.html “Logical and physical file names of SQL Server data and log files" DBDigger, 10 Dec 2011 www.dbdigger.com/2011/12/logical-and-physical-file-names-of-sql.html 12 | Q/A