- Getting Started with SQL Server 2014 Administration
- Gethyn Ellis
- 177字
- 2021-07-16 12:00:20
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Give the virtual machine a name. In my case, I have named my virtual machine GRESQL2014
."
A block of code is set as follows:
CREATE DATABASE TestDB1 ON (NAME = TestDB1_data, FILENAME = 'https://gresqlstorage.blob.core.windows.net/sqldata/TestDB1Data.mdf') LOG ON (NAME = TestDB1_log, FILENAME = 'https://gresqlstorage.blob.core.windows.net/sqldata/TestDB1Log.ldf') GO
Any command-line input or output is written as follows:
CREATE CREDENTIAL [https://gresqlstorage.blob.core.windows.net/sqldata] WITH IDENTITY='SHARED ACCESS SIGNATURE', SECRET = 'sr=c&si=SQLDATA&sig=PtQi1NXUuJz%2BGCUkpdgEBS4o4Lo60FjTbfJ2dNx3XX8%3D'
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the SQL DATABASES option in the left-hand side menu".
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Learning Cython Programming(Second Edition)
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Pandas Cookbook
- 看透JavaScript:原理、方法與實踐
- Scratch 3游戲與人工智能編程完全自學教程
- SEO實戰密碼
- 單片機應用與調試項目教程(C語言版)
- Mastering Web Application Development with AngularJS
- Scratch·愛編程的藝術家
- 代碼閱讀
- Web App Testing Using Knockout.JS
- SpringBoot從零開始學(視頻教學版)
- Ext JS 4 Plugin and Extension Development
- Learning Kotlin by building Android Applications