Skip to content

Commit d6e989d

Browse files
committed
Add new articles and useful links
1 parent c5ed636 commit d6e989d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Articles/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,10 @@ Articles types:
873873
| [Migrating from MSSQL to PostgreSQL - What You Should Know] | Severalnines | 2018-11-05 | [DEV] |
874874
| [Difference between Identity and Sequence in SQL Server 2012] | Muhammad Imran | 2012-05-01 | [DEV] |
875875
| [Sequence vs Identity – Performance Comparison] | Bill Anton | 2012-09-02 | [DEV] |
876+
| [Read Excel File in SQL Server with OPENROWSET or OPENDATASOURCE] | Diana Moldovan | 2019-10-10 | [DBA],[DEV] |
877+
| [Upgrading SQL Server using Availability Groups – Checklist] | Thomas Rushton | 2019-10-17 | [DBA] |
878+
| [Using indexed views? WITH (NOEXPAND) for Standard Edition] | Randolph West | 2019-10-09 | [DEV],[IDX] |
879+
| [Using indexed views? What is an imprecise or non-deterministic convert?] | Randolph West | 2019-10-16 | [DEV],[IDX] |
876880

877881
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
878882
[SQL Server 2012 Security Best Practices - Microsoft]:http://download.microsoft.com/download/8/f/a/8fabacd7-803e-40fc-adf8-355e7d218f4c/sql_server_2012_security_best_practice_whitepaper_apr2012.docx
@@ -1723,3 +1727,7 @@ Articles types:
17231727
[Migrating from MSSQL to PostgreSQL - What You Should Know]:https://severalnines.com/database-blog/migrating-mssql-postgresql-what-you-should-know
17241728
[Difference between Identity and Sequence in SQL Server 2012]:https://raresql.com/2012/05/01/difference-between-identity-and-sequence/
17251729
[Sequence vs Identity – Performance Comparison]:http://byobi.com/2012/09/sequence-vs-identity-performance-comparison/
1730+
[Read Excel File in SQL Server with OPENROWSET or OPENDATASOURCE]:https://www.mssqltips.com/sqlservertip/6178/read-excel-file-in-sql-server-with-openrowset-or-opendatasource/
1731+
[Upgrading SQL Server using Availability Groups – Checklist]:https://thelonedba.wordpress.com/2019/10/17/upgrading-sql-server-using-availability-groups-checklist/
1732+
[Using indexed views? WITH (NOEXPAND) for Standard Edition]:https://bornsql.ca/blog/using-indexed-views-dont-forget-this-important-tip/
1733+
[Using indexed views? What is an imprecise or non-deterministic convert?]:https://bornsql.ca/blog/using-indexed-views-what-is-an-imprecise-or-non-deterministic-convert/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ BIML Bloggers
486486

487487
## SQL Server Test Data Generation
488488
- https://www.simple-talk.com/sql/t-sql-programming/generating-test-data-in-tsql/
489+
- http://www.convertcsv.com/generate-test-data.htm
489490
- https://github.com/benkeen/generatedata
490491
- https://sourceforge.net/projects/dbmonster/
491492
- https://sourceforge.net/projects/spawner/

0 commit comments

Comments
 (0)