当前位置:网站首页>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 ~
边栏推荐
猜你喜欢
Matlab opens M file garbled solution
3. Input and output functions (printf, scanf, getchar and putchar)
1. Preliminary exercises of C language (1)
FAQs and answers to the imitation Niuke technology blog project (II)
9. Pointer (upper)
【黑马早报】上海市监局回应钟薛高烧不化;麦趣尔承认两批次纯牛奶不合格;微信内测一个手机可注册俩号;度小满回应存款变理财产品...
[面试时]——我如何讲清楚TCP实现可靠传输的机制
fianl、finally、finalize三者的区别
C language Getting Started Guide
[dark horse morning post] Shanghai Municipal Bureau of supervision responded that Zhong Xue had a high fever and did not melt; Michael admitted that two batches of pure milk were unqualified; Wechat i
随机推荐
Brief introduction to XHR - basic use of XHR
Simply understand the promise of ES6
【数据库 三大范式】一看就懂
4. Branch statements and loop statements
附加简化版示例数据库到SqlServer数据库实例中
Matlab opens M file garbled solution
7-14 错误票据(PTA程序设计)
实验七 常用类的使用(修正帖)
【MySQL数据库的学习】
Leetcode.3 无重复字符的最长子串——超过100%的解法
. How to upload XMIND files to Jinshan document sharing online editing?
[au cours de l'entrevue] - Comment expliquer le mécanisme de transmission fiable de TCP
受检异常和非受检异常的区别和理解
Programme de jeu de cartes - confrontation homme - machine
【手撕代码】单例模式及生产者/消费者模式
Mode 1 two-way serial communication is adopted between machine a and machine B, and the specific requirements are as follows: (1) the K1 key of machine a can control the ledi of machine B to turn on a
Difference and understanding between detected and non detected anomalies
C language Getting Started Guide
Detailed explanation of redis' distributed lock principle
Thoroughly understand LRU algorithm - explain 146 questions in detail and eliminate LRU cache in redis