- 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".
推薦閱讀
- Clojure Programming Cookbook
- Learn ECMAScript(Second Edition)
- Learning ROS for Robotics Programming(Second Edition)
- CMDB分步構建指南
- 鋒利的SQL(第2版)
- 信息技術應用基礎
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- 新一代SDN:VMware NSX 網絡原理與實踐
- 詳解MATLAB圖形繪制技術
- Fast Data Processing with Spark(Second Edition)
- Visual FoxPro 6.0程序設計
- Mastering Elixir
- Python Digital Forensics Cookbook
- 進入IT企業必讀的324個Java面試題