1+
12<!doctype html>
23< html lang ="en ">
34< head >
78 < meta name ="author " content ="Chad Miller ">
89 < title > Export-SPListToSQL - PoshCode</ title >
910
10- < link rel ="stylesheet " href ="css/bootstrap.min.css ">
11- < link rel ="stylesheet " href ="css/main.css ">
11+ < link rel ="stylesheet " href ="/ css/bootstrap.min.css ">
12+ < link rel ="stylesheet " href ="/ css/main.css ">
1213 < style >
1314 body {
1415 padding-top : 50px ;
1516 padding-bottom : 20px ;
1617 }
1718 </ style >
18-
19- < link rel ="openid2.provider " href ="https://openid.stackexchange.com/openid/provider ">
20- < link rel ="openid2.local_id " href ="https://openid.stackexchange.com/user/b167be35-3674-4571-8142-df1f7dcfc268 ">
21- <!--
22- <link rel="openid2.provider" href="https://www.google.com/accounts/o8/ud" />
23- <link rel="openid2.local_id" href="https://profiles.google.com/+JoelBennett" />
24- -->
2519</ head >
2620< body >
2721 < header >
3529 </ div >
3630 < div id ="navbarResponsive " class ="collapse navbar-collapse navbar-responsive-collapse navbar-right ">
3731 < ul class ="nav navbar-nav nav-tabs ml-auto " data-tabs ="tabs " id ="tabs ">
38- < li class ="nav-item "> < a class ="nav-link active show " href ="/Scripts " data-toggle ="tab "> Scripts</ a > </ li >
32+ < li class ="nav-item "> < a class ="nav-link active show " href ="/scripts " data-toggle ="tab "> Scripts</ a > </ li >
3933 < li class ="nav-item "> < a class ="nav-link " href ="/video " data-toggle ="tab "> Video Feed</ a > </ li >
4034 </ ul >
4135 </ div > <!--/.navbar-collapse -->
4539
4640
4741
48- < h1 > Export-SPListToSQL</ h1 >
42+ < div class ="blog-post ">
43+ < h2 class ="blog-post-title "> Export-SPListToSQL</ h2 >
44+ < p class ="blog-post-meta ">
45+ < span class ="blog-post-time "> 2009-04-07</ span > by < a class ="blog-post-author "> Chad Miller</ a >
46+ </ p >
47+
48+ < h1 > Export-SPListToSQL</ h1 >
4949< h3 > < a href ="//scripts/1002.ps1 "> download</ a > </ h3 >
5050< p > Exports a SharePoint list to a SQL Server table using OLEDB</ p >
5151< pre > < code class ="language-posh "> #Change these settings as needed
@@ -94,8 +94,10 @@ <h3><a href="//scripts/1002.ps1">download</a></h3>
9494Get-SPList $connString $qry | Write-DataTableToDatabase $sqlserver $dbname $tblname
9595</ code > </ pre >
9696
97+ </ div >
98+
9799 < footer class ="blog-footer ">
98- < p > © Joel " Jaykul" Bennett 2018. </ p >
100+ < p > © Joel " Jaykul" Bennett 2018</ p >
99101 </ footer >
100102
101103 < script src ="https://code.jquery.com/jquery-3.2.1.slim.min.js " integrity ="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN "
@@ -104,7 +106,7 @@ <h3><a href="//scripts/1002.ps1">download</a></h3>
104106 crossorigin ="anonymous "> </ script >
105107 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js " integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl "
106108 crossorigin ="anonymous "> </ script >
107- < script src ="js/main.js "> </ script >
109+ < script src ="/ js/main.js "> </ script >
108110
109111 < script >
110112 ( function ( i , s , o , g , r , a , m ) { i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
0 commit comments