当前位置:网站首页>Attach the simplified sample database to the SQLSERVER database instance
Attach the simplified sample database to the SQLSERVER database instance
2022-07-06 13:54:00 【No baldness】
Question presentation
When we execute Attach the simplified sample database to SqlServer In database instance Possible error in operation of :

Analyze the cause of the error ( At the same time, provide solutions to error reporting ):
1. Download the AdventureWorks Of zip Bao He SQL Server Management Studio Of Version inconsistency

SQL Server Management Studio2008

AdventureWorks2008
( The version must be consistent Talent , Otherwise, an error will occur when attaching the database )
2. Not running as administrator SQL Server Management Studio

( To attach a database, you need Run as Administrator SQL Server Management Studio)
3. Permission the permission of the folder where the attached database is placed
(1) decompression AdventureWorks Of zip package , Right click the extracted AdventureWorks Folder , open “ attribute ” ,
It opens at “ Security ” That column , Click on “ edit ” Options

(2) And then we can see AdventureWorks Authority The window of , Click on “ add to ”
(3) Came to Select the user / Group The window of , Click on “ senior ”, Select... In the new pop-up window “ Find now ” , Find and select “Everyone” , Finally, click “ determine ”



(4) stay Everyone Under the authority of ,“ allow ” Column select all , “ application ” after ——> Click on “ determine ”

(5) Finally open SQL Server Management Studio Connect to server , Additional database ......


Attach success !
Remember to come back and praise me for successfully solving the problem !!! Crab ~
边栏推荐
- About the parental delegation mechanism and the process of class loading
- The difference between abstract classes and interfaces
- 自定义RPC项目——常见问题及详解(注册中心)
- js判断对象是否是数组的几种方式
- Leetcode.3 无重复字符的最长子串——超过100%的解法
- 简述xhr -xhr的基本使用
- 力扣152题乘数最大子数组
- MySQL中count(*)的实现方式
- Differences among fianl, finally, and finalize
- Implementation of count (*) in MySQL
猜你喜欢
![[hand tearing code] single case mode and producer / consumer mode](/img/b3/243843baaf0d16edeab09142b4ac09.png)
[hand tearing code] single case mode and producer / consumer mode

PriorityQueue (large root heap / small root heap /topk problem)

Leetcode.3 无重复字符的最长子串——超过100%的解法

QT meta object qmetaobject indexofslot and other functions to obtain class methods attention

Caching mechanism of leveldb

A piece of music composed by buzzer (Chengdu)

Write a program to simulate the traffic lights in real life.

附加简化版示例数据库到SqlServer数据库实例中

强化学习基础记录

The latest tank battle 2022 - Notes on the whole development -2
随机推荐
【九阳神功】2016复旦大学应用统计真题+解析
The difference between abstract classes and interfaces
. Net6: develop modern 3D industrial software based on WPF (2)
自定义RPC项目——常见问题及详解(注册中心)
String abc = new String(“abc“),到底创建了几个对象
1. Preliminary exercises of C language (1)
Matlab opens M file garbled solution
为什么要使用Redis
Service ability of Hongmeng harmonyos learning notes to realize cross end communication
Simply understand the promise of ES6
The difference between cookies and sessions
Why use redis
MySQL中count(*)的实现方式
Nuxtjs快速上手(Nuxt2)
3. C language uses algebraic cofactor to calculate determinant
强化学习基础记录
[the Nine Yang Manual] 2021 Fudan University Applied Statistics real problem + analysis
【MySQL-表结构与完整性约束的修改(ALTER)】
C语言入门指南
String ABC = new string ("ABC"), how many objects are created