https://sqlwithmanoj.com
http://www.techbrothersit.com/
http://www.gandhipritesh.com/ --
SQL Books Online - https://docs.microsoft.com/en-us/sql/t-sql/statements/create-table-transact-sql
Encrypting and Decrypting SQL Server Stored Procedures, Views and User-Defined Functions
Lock Escalation
Deadlock
https://technet.microsoft.com/en-us/library/ms177433(v=sql.105).aspx
SQL Server Index Design Guide
SQL Server Index Design Guide
Force Index
Running Total
SELECT ID, Value,SUM(Value) OVER(ORDER BY ID ROWS UNBOUNDED PRECEDING) AS RunningTotalFROM TestTable
Performance Tuning
Hints
Generating SQL Server Test Data with Visual Studio 2010
https://www.mssqltips.com/sqlservertip/2190/generating-sql-server-test-data-with-visual-studio-2010/
Nth Highest Salary TSQL
Interview Questions
Table Partitioning in SQL Server
Partition Switching
DB Unit Test
Keys
Connection Pooling
Maximum Capacity Specifications for SQL Server
LOG SHIPPING VS. MIRRORING VS. REPLICATION
Differences Among CTE, Derived Table, Temp Table, Sub Query And Temp Variable
SQL Server Versions
Page Split
Indexed Views
Stored Procedures
Estimated Vs Actual Execution Plans
Find Currently Running Query – T-SQL
Identify Blocking Query
Get size of all tables in database
Creating CSV Files Using BCP and Stored Procedures
XML Reading / Parsing
https://sqlsunday.com/2013/04/28/parsing-xml-data/
Change Data Capture (CDC)
https://www.red-gate.com/simple-talk/sql/learn-sql-server/introduction-to-change-data-capture-cdc-in-sql-server-2008/
https://www.mssqltips.com/sqlservertip/1474/using-change-data-capture-cdc-in-sql-server-2008/
Merge Statement
https://stackoverflow.com/questions/6592643/how-to-avoid-inserting-duplicate-records-when-using-a-t-sql-merge-statement
Optimizing MERGE Statement Performance
https://technet.microsoft.com/en-us/library/cc879317(v=sql.105).aspx
https://www.sqlservercentral.com/Forums/Topic1465931-391-1.aspx
CTE
Change Data Capture (CDC)
https://www.red-gate.com/simple-talk/sql/learn-sql-server/introduction-to-change-data-capture-cdc-in-sql-server-2008/
https://www.mssqltips.com/sqlservertip/1474/using-change-data-capture-cdc-in-sql-server-2008/
Merge Statement
https://stackoverflow.com/questions/6592643/how-to-avoid-inserting-duplicate-records-when-using-a-t-sql-merge-statement
Optimizing MERGE Statement Performance
https://technet.microsoft.com/en-us/library/cc879317(v=sql.105).aspx
https://www.sqlservercentral.com/Forums/Topic1465931-391-1.aspx
CTE
Recursive CTE error – The maximum recursion 100 has been exhausted before statement completion
https://sqlwithmanoj.com/tag/option-maxrecursion/
The OUTPUT Clause for UPDATE Statements
http://www.sqlservercentral.com/articles/T-SQL/156604/
Columnstore Indexes in SQL Server 2012|
https://www.red-gate.com/simple-talk/sql/database-administration/columnstore-indexes-in-sql-server-2012/
The OUTPUT Clause for UPDATE Statements
http://www.sqlservercentral.com/articles/T-SQL/156604/
Columnstore Indexes in SQL Server 2012|
https://www.red-gate.com/simple-talk/sql/database-administration/columnstore-indexes-in-sql-server-2012/
Logical Query Processing Phases – Order of Statement Execution
https://blog.sqlauthority.com/2009/04/06/sql-server-logical-query-processing-phases-order-of-statement-execution/
http://sqlmag.com/sql-server/logical-query-processing-what-it-and-what-it-means-you
Interesting Observation of ON Clause on LEFT JOIN – How ON Clause affects Resultset in LEFT JOIN
https://blog.sqlauthority.com/2009/03/15/sql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join/
SQL Server Professional Development Interview Questions DBA Tips
https://www.mssqltips.com/sql-server-tip-category/46/professional-development-interview-questions-dba/
Database Snapshots
https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-snapshots-sql-server
https://technet.microsoft.com/en-us/library/ms187054(v=sql.105).aspx
https://docs.microsoft.com/en-us/sql/relational-databases/databases/create-a-database-snapshot-transact-sql
Using Session Context Information
https://msdn.microsoft.com/en-us/library/ms189252(v=sql.90).aspx
Create Primary Key with Specific Name when Creating Table
https://blog.sqlauthority.com/2010/04/22/sql-server-create-primary-key-with-specific-name-when-creating-table/
Get a List of Fixed Hard Drive and Free Space on Server
https://blog.sqlauthority.com/2009/08/05/sql-server-get-a-list-of-fixed-hard-drive-and-free-space-on-server/
Get Directory Structure using Extended Stored Procedure xp_dirtree
https://blog.sqlauthority.com/2011/11/26/sql-server-get-directory-structure-using-extended-stored-procedure-xp_dirtree/
https://blog.sqlauthority.com/2009/04/06/sql-server-logical-query-processing-phases-order-of-statement-execution/
http://sqlmag.com/sql-server/logical-query-processing-what-it-and-what-it-means-you
Interesting Observation of ON Clause on LEFT JOIN – How ON Clause affects Resultset in LEFT JOIN
https://blog.sqlauthority.com/2009/03/15/sql-server-interesting-observation-of-on-clause-on-left-join-how-on-clause-effects-resultset-in-left-join/
SQL Server Professional Development Interview Questions DBA Tips
https://www.mssqltips.com/sql-server-tip-category/46/professional-development-interview-questions-dba/
Database Snapshots
https://docs.microsoft.com/en-us/sql/relational-databases/databases/database-snapshots-sql-server
https://technet.microsoft.com/en-us/library/ms187054(v=sql.105).aspx
https://docs.microsoft.com/en-us/sql/relational-databases/databases/create-a-database-snapshot-transact-sql
Using Session Context Information
https://msdn.microsoft.com/en-us/library/ms189252(v=sql.90).aspx
Create Primary Key with Specific Name when Creating Table
https://blog.sqlauthority.com/2010/04/22/sql-server-create-primary-key-with-specific-name-when-creating-table/
Get a List of Fixed Hard Drive and Free Space on Server
https://blog.sqlauthority.com/2009/08/05/sql-server-get-a-list-of-fixed-hard-drive-and-free-space-on-server/
Get Directory Structure using Extended Stored Procedure xp_dirtree
https://blog.sqlauthority.com/2011/11/26/sql-server-get-directory-structure-using-extended-stored-procedure-xp_dirtree/
No comments:
Post a Comment