You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Articles/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -871,6 +871,8 @@ Articles types:
871
871
|[SSIS – Fastest data flow task item for transferring data over the network]| Gilbert Quevauvilliers | 2013-01-19 |[SSIS]|
872
872
|[The Case of the Vanishing Index Compression]| Louis Davidson | 2019-09-30 |[DBA],[IDX]|
873
873
|[Migrating from MSSQL to PostgreSQL - What You Should Know]| Severalnines | 2018-11-05 |[DEV]|
874
+
|[Difference between Identity and Sequence in SQL Server 2012]| Muhammad Imran | 2012-05-01 |[DEV]|
875
+
|[Sequence vs Identity – Performance Comparison]| Bill Anton | 2012-09-02 |[DEV]|
874
876
875
877
[SQL Server Index Design Guide]:https://technet.microsoft.com/en-us/library/jj835095.aspx
876
878
[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
@@ -1719,3 +1721,5 @@ Articles types:
1719
1721
[SSIS – Fastest data flow task item for transferring data over the network]:https://gqbi.wordpress.com/2013/06/19/ssis-fastest-data-flow-task-item-for-transferring-data-over-the-network/
1720
1722
[The Case of the Vanishing Index Compression]:red-gate.com/simple-talk/blogs/the-case-of-the-vanishing-index-compression/
1721
1723
[Migrating from MSSQL to PostgreSQL - What You Should Know]:https://severalnines.com/database-blog/migrating-mssql-postgresql-what-you-should-know
1724
+
[Difference between Identity and Sequence in SQL Server 2012]:https://raresql.com/2012/05/01/difference-between-identity-and-sequence/
1725
+
[Sequence vs Identity – Performance Comparison]:http://byobi.com/2012/09/sequence-vs-identity-performance-comparison/
0 commit comments