Skip to content

Commit dada456

Browse files
committed
2 parents 190510d + 1b1d500 commit dada456

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Sample Database 1 (Employee DB Dummy Data)
22

3-
This is a fundamental database that houses data based on a conventinal Sales environment. Sourced from progress.com with slight modifications.
3+
This is a fundamental database that houses data based on a conventional Sales environment. Sourced from progress.com with slight modifications.

samples/databases/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sample databases
22

3-
Contains samples databases for Microsoft's SQL databases include SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
3+
Contains sample databases for Microsoft's SQL databases include SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
44

55
__[wide-world-importers](wide-world-importers/)__
66

@@ -12,4 +12,4 @@ Sample data warehouse that illustrates loading data into Azure SQL Data Warehous
1212

1313
__[AdventureWorks](adventure-works/)__
1414

15-
Sample databases and Analysis Services models for use with SQL Server.
15+
Sample databases and Analysis Services models for use with SQL Server.

samples/features/reporting-services/ssrs-migration-rss/ssrs_migration.rss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
' -v tu="domain\username" -v tp="password" 'Credentials for target server. OPTIONAL, default credentials are used if missing.
2828
' -v tst="SITE" 'Specifies SharePoint site, in case target server is in SharePoint integrated mode
2929
' -v tf="TARGETFOLDER" 'Set to "/" for migrating into the root level, or to something like "/folder/subfolder" for copying into some folder, which must be already existing. Everything within "SOURCEFOLDER" will be copied into "TARGETFOLDER". OPTIONAL, default is "/".
30-
' -v security= "True/False" 'If set to False, destination catalog items will inherit security setting according to the settings of the target system. Default is false.
30+
' -v security= "True/False" 'If set to "False", destination catalog items will inherit security setting according to the settings of the target system. Default is false.
3131
'
3232
' Example: rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://server1/reportserver -v ts="http://server2/_vti_bin/reportserver"
3333
' Example: rs.exe -i ssrs_migration.rss -e Mgmt2010 -s http://server1/reportserver -u domain1\user1 -p password1 -v f="/SOURCEFOLDER" -v ts="http://server2/_vti_bin/reportserver" -v tu="domain1\user2" -v tp="password2" -v tf="/TARGETFOLDER"
@@ -1067,4 +1067,4 @@ Sub WriteSuccess()
10671067
Console.ForegroundColor = ConsoleColor.Green
10681068
Console.WriteLine(" ... SUCCESS")
10691069
Console.ResetColor()
1070-
End Sub
1070+
End Sub

0 commit comments

Comments
 (0)