|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> |
7 | | - <title>dbatools BuildReference</title> |
| 7 | + <title>SQL Server builds, powered by dbatools</title> |
8 | 8 | <link rel="icon" href="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png" sizes="32x32"> |
9 | 9 | <link rel="icon" href="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png" sizes="192x192"> |
10 | 10 | <link rel="apple-touch-icon-precomposed" href="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png"> |
11 | 11 | <meta name="msapplication-TileImage" content="https://dbatools.io/wp-content/uploads/2016/05/dbatools.png"> |
| 12 | + |
| 13 | + <meta property="og:locale" content="en"> |
| 14 | + <meta property="og:type" content="website"> |
| 15 | + <meta name=description content="Covers SQL Server 2000-2022"> |
| 16 | + <meta name=twitter:card content="summary"> |
| 17 | + <meta name=twitter:creator content="@psdbatools"> |
| 18 | + <meta name=twitter:title content="SQL Server builds, powered by dbatools"> |
| 19 | + <meta property="og:url" content="https://dbatools.io/builds"> |
| 20 | + <meta property="og:title" content="SQL Server builds, powered by dbatools"> |
| 21 | + <meta property="og:description" content="Covers SQL Server 2000-2022"> |
| 22 | + <meta property="og:image" content="https://blog.netnerds.net/images/thumbnail.png"> |
| 23 | + <meta name=keywords content="powershell,sql server,devops,json"> |
| 24 | + <link rel=apple-touch-icon sizes=180x180 href=https://dbatools.io/wp-content/uploads/2016/05/dbatools.png> |
| 25 | + <link rel=canonical href=https://dbatools.io/builds /> |
| 26 | + <link rel=alternate type=application/json |
| 27 | + href=https://raw.githubusercontent.com/dataplat/dbatools/development/bin/dbatools-buildref-index.json |
| 28 | + title="SQL Server builds"> |
| 29 | + |
| 30 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 31 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y0BPEL0VKL"></script> |
| 32 | + <script> |
| 33 | + window.dataLayer = window.dataLayer || []; |
| 34 | + function gtag() { dataLayer.push(arguments); } |
| 35 | + gtag('js', new Date()); |
| 36 | + |
| 37 | + gtag('config', 'G-Y0BPEL0VKL'); |
| 38 | + </script> |
| 39 | + |
12 | 40 | <link rel="stylesheet" type="text/css" |
13 | 41 | href="//cdn.datatables.net/w/bs4-4.1.1/jq-3.3.1/jszip-2.5.0/dt-1.10.18/b-1.5.6/b-html5-1.5.6/cr-1.5.0/fc-3.2.5/fh-3.1.4/r-2.2.2/datatables.min.css"> |
14 | 42 | <style> |
|
0 commit comments