Perry Skountrianos
632db6fbe6
Merge pull request #199 from cbattlegear/master
...
Change authentication and documentation for SQL DB Automated Export script
2017-03-20 14:07:03 -07:00
Cameron Battagler
5935502b36
Added instructions for adding the Blob Storage container, added better information messages, added edits suggested in pull request #199
2017-03-17 15:35:16 -05:00
Cameron Battagler
83fe1ad49c
Bold variable names
2017-03-16 16:40:07 -05:00
Cameron Battagler
f6a3ce3309
Finished out documentation with how to add the script to Azure Automation
2017-03-16 16:37:29 -05:00
Cameron Battagler
47205a456f
aligning AutoExportBlobRetention documentation and script to AutoExport script
2017-03-16 15:43:53 -05:00
Cameron Battagler
b687860366
Moving to new authentication method, more in depth documentation
2017-03-16 15:39:15 -05:00
Cameron Battagler
4fb964bec6
Edits for proper authentication to azure automation
2017-03-16 14:22:01 -05:00
Cameron Battagler
a16cf0f3f8
Edits for proper authentication to azure automation
2017-03-16 14:21:06 -05:00
Cameron Battagler
dafe8b85b5
Test inline
2017-03-16 14:18:49 -05:00
Cameron Battagler
6b86abe191
Test code blocks
2017-03-16 14:15:22 -05:00
Carl Rabeler
11040fd4bf
remove zip and excess
2017-03-14 18:02:34 -07:00
Perry Skountrianos - MSFT
61c40124aa
Updating links for Windows Containers
2017-01-31 09:24:18 -08:00
Cameron Battagler
df1a424c17
Add tabs to fix list issue with code blocks
2017-01-12 11:40:06 -06:00
Cameron Battagler
b1499c5804
Convert to code blocks for syntax highlight
2017-01-12 11:31:33 -06:00
Cameron Battagler
e37685dc06
Convert to code blocks for syntax highlight
2017-01-12 11:17:36 -06:00
Cameron Battagler
0a2cdd6040
Convert to code blocks for syntax highlight
2017-01-12 11:15:56 -06:00
Cameron Battagler
bec643a573
Test inline code blocks
2017-01-12 11:13:47 -06:00
Cameron Battagler
6b68afd515
Test inline code
2017-01-12 11:11:52 -06:00
Cameron Battagler
81b237db48
Updating Azure Automation SQL DB Export instructions to work correctly, testing view in github
2017-01-12 11:08:34 -06:00
Josh Elster
cc2402f91e
prevent attach failure when db name contains '.'
...
When a database name along the lines of "WidgetCatalog_v8.3.433" is passed into the script, attach fails at the "v8.3". Rather than deal with trying to properly escape/encode a `[` and `]` around the names, I found that escaping them with quotes behaves as expected.
2016-12-19 18:54:09 -06:00
Perry Skountrianos - MSFT
1525741c62
Update readme.md
2016-12-12 14:28:37 -08:00
Perry Skountrianos - MSFT
6af9e39a6e
Update readme.md
2016-12-02 17:21:57 -08:00
Perry Skountrianos - MSFT
a646221ded
SQL Server vNext Initial Commit
2016-12-02 17:21:10 -08:00
Perry Skountrianos - MSFT
0c61a8f688
Update readme.md
2016-12-02 17:03:36 -08:00
Perry Skountrianos - MSFT
cb0792a355
SQL Server 2016 Express SP1 Initial Commit
2016-12-02 17:01:51 -08:00
DaveBlooman
19a028658a
Update 2014 to 2016
2016-10-25 15:46:28 +01:00
Perry Skountrianos - MSFT
4280ae95f4
removed sql 2016 dev edition
2016-10-06 12:05:15 -07:00
Perry Skountrianos - MSFT
f6307ecfbd
Merge pull request #136 from trgrie/trgrie-patch-1
...
Trgrie patch 1
2016-10-04 15:44:31 -07:00
tgrieger
d88531ecb7
Iteration on AutoExport Commit
...
This is an interated version that contains changes to AutoExport.ps1 and
changes to README.md responding to psongms's comments.
2016-10-03 11:33:35 -07:00
Pau
151a550d8f
Update start.ps1
...
Enclose db names with [ ] enabling names for example with "." : MyDatabase.Develop
2016-10-02 22:40:36 +02:00
Perry Skountrianos - MSFT
51bf454ff0
Update start.ps1
2016-10-01 21:46:04 -07:00
Perry Skountrianos - MSFT
e4a5da96ab
Update dockerfile
2016-10-01 21:44:56 -07:00
Perry Skountrianos - MSFT
f818c2b630
Update readme.md
2016-10-01 21:42:25 -07:00
Perry Skountrianos - MSFT
5bee9ab596
Update readme.md
2016-10-01 21:41:37 -07:00
Perry Skountrianos - MSFT
e5ef07e31a
Update readme.md
2016-10-01 21:41:05 -07:00
Perry Skountrianos - MSFT
d9254d0d6c
SQL Server 2016 in Win Containers
2016-09-29 12:18:56 -07:00
tgrieger
630619a7ab
Initial Azure Automation Automated Export Sample
...
This contains the powershell files for the auotmated export, a README.md
file explaining how to set up the automated export in azure automation,
and an update to the README.md file in the directory above describing
the automated export sample.
2016-09-12 10:50:56 -07:00
Perry Skountrianos - MSFT
84331a7d79
Update readme.md
2016-08-30 11:35:56 -07:00
knom
f26d1934eb
Fixed bugs
2016-06-22 11:00:43 +02:00
knom
301a5aa14a
Updated
2016-06-22 10:37:13 +02:00
Perry Skountrianos - MSFT
cd6f701005
merge
2016-06-21 18:26:27 -07:00
Max Knor
d987685746
Merge branch 'master' of https://github.com/knom/sql-server-samples
2016-06-21 16:49:47 +02:00
Max Knor
390b476f40
Update start.ps1
2016-06-21 16:48:52 +02:00
Max K
7acd16b67c
Updated readme.md
2016-06-21 15:32:17 +02:00
Max Knor
919362cf60
Added additional comments to readme.md
2016-06-21 15:30:12 +02:00
Max Knor
2188003b5f
Added custom DB ATTACH support to the start.ps1 as well as dockerfile.
...
Changes to be committed:
modified: dockerfile
modified: start.ps1
2016-06-21 15:12:52 +02:00
Perry Skountrianos - MSFT
f9ec970823
Update dockerfile
2016-06-16 17:23:47 -07:00
Perry Skountrianos - MSFT
e742ec8a06
Update readme.md
2016-06-10 18:11:02 -07:00
Perry Skountrianos - MSFT
a28bba5024
Update readme.md
2016-06-10 18:09:02 -07:00
Perry Skountrianos - MSFT
65adc771ff
Update readme.md
2016-06-10 18:08:37 -07:00