Author: Sachin Diwakar

  • Sql server performance tuning

    Microsoft SQL Server Performance Tuning: Live You want your SQL Server to go as fast as possible, but you don’t have a lot of time or budget money, and you’re not allowed to change the application. SQL Server Performance Tuning and Query Optimization Improve SQL Server performance using profiler and tuning advisor See our other…

  • sql server agent

    SQL Server Agent tutorial ( Beginner Training video) See our other Step by Step video series below. Learn MVC 5 Step by Step in 16 hours:- https://goo.gl/dmdakg Learn MVC Core (MVC 6) Step by Step … SQL Server DBA Tutorial 117-How to Create Job using SQL Server Agent In this video you will learn how…

  • sql server cluster failover

    Installing a SQL Server Failover Clustered Instance In this video, we will build a traditional 2-node SQL Server failover clustered instance on Windows Server 2012 from start to finish and install SQL Server 2012 … SQL Server 2012 Failover clustering Ethical Hacking Video tutorial follow me on : https://www.zurker.com/EthicalHacking https://twitter.com/EthicalHacking_ … SQL 2014 – Creating…

  • Sql Server Indexof

    Microsoft SQL Server Index Architecture Microsoft SQL Server Index Architecture. Simple yet powerful! Indexes in sql server Part 35 C#, SQL Server, WCF, MVC and ASP .NET video tutorials for beginners http://www.youtube.com/user/kudvenkat/playlists In this video we will learn about What … Full-Text Search in SQL Server 2012 – practical introduction It is an introduction to…

  • Sql Server Index Fragmentation

    SQL Server DBA Interview Questions & Answers | What is index fragmentation In this video you will learn the answer of SQL Server DBA Interview Question “What is Index Fragmentation in SQL Server” Complete list of SQL Server DBA … Index Fragmentation Internals, Analysis, and Solutions As soon as you have more than one index…

  • Sql Server Index Hint

    Introduction to Basics of a Query Hint – SQL in Sixty Seconds #013 This video explains the fundamentals of the SQL Server Query Hints. Visit http://bit.ly/KH9u8I for Script, Quiz and further learning. SQL Server Performance Tuning and Query Optimization Estimated & actual execution plans with SQL Query Tuning | Pluralsight SQL Server Performance: Introduction to…

  • Sql Server Indexed View

    Indexed views in sql server Part 41 C#, SQL Server, WCF, MVC and ASP .NET video tutorials for beginners http://www.youtube.com/user/kudvenkat/playlists In this video we will learn about, … SQL Server tutorial 56: How to create an indexed view How to create an indexed view with T-SQL. For more info, or a copy of any of…

  • Sql Server Index

    Indexes in sql server Part 35 C#, SQL Server, WCF, MVC and ASP .NET video tutorials for beginners http://www.youtube.com/user/kudvenkat/playlists In this video we will learn about What … Clustered vs. Nonclustered Index Structures in SQL Server Clustered and nonclustered indexes share many of the same internal structures, but they’re fundamentally different in nature. Watch Microsoft…

  • Sql server interview questions for dba

    Ms SQL Server DBA experienced interview questions and answers This is the actual call recording of an interview for an experienced Ms SQL Server DBA sql server interview questions interview questions on sql server sql … Ms SQL Server DBA Experienced Interview Questions And Answers – 06 Ms SQL Server DBA Experienced Interview Questions And…

  • Sql server interview queries

    TOP 20 SQL QUERY INTERVIEW QUESTIONS TOP 20 SQL QUERY INTERVIEW QUESTIONS A Job Portal http://www.InterviewDot.com http://www.InterviewDot.com http://www.InterviewDot.com One Click … Ms SQL Server DBA Experienced Interview Questions And Answers – 06 Ms SQL Server DBA Experienced Interview Questions And Answers – 06 This is the actual call recording of an interview for an experienced…

  • Sql server interview questions advanced

    TOP 20 SQL QUERY INTERVIEW QUESTIONS TOP 20 SQL QUERY INTERVIEW QUESTIONS A Job Portal http://www.InterviewDot.com http://www.InterviewDot.com http://www.InterviewDot.com One Click … SQL Complex Queries Interview question SQL Complex Queries, Sql Interview Question, SQL Server Queries,Queries In this lecture i have tried to cover all important topics which are required to … SQL Complex Queries ,…

  • Sql server interview questions for developers

    SQL Server – Common Interview Questions and Answers Part 1 Comprehensive, community-driven list of essential SQL interview questions. Whether you’re a candidate or interviewer. For More Content Like This And … Ms SQL Server DBA Experienced Interview Questions And Answers – 06 Ms SQL Server DBA Experienced Interview Questions And Answers – 06 This is…

  • Sql server interview questions

    SQL Server – Common Interview Questions and Answers Part 1 Comprehensive, community-driven list of essential SQL interview questions. Whether you’re a candidate or interviewer. For More Content Like This And … SQL Server interview question :- Explain RowNumber,Partition,Rank and DenseRank ? See our other Step by Step video series below. Learn MVC 5 Step by…

  • Script : Disable all non sysadmin logins

    Script : Disable all non sysadmin logins

    Hello Reader, I am sharing a quick script to disable all non sysadmin logins for SQL Server. You can not disable windows groups so I tweaked this script to add Deny Connect for Windows Groups. This script is handy if you are also seeing the error below : Msg 15151, Level 16, State 1, Line…

  • Troubleshoot Microsoft SQL Server Error Code 3241

    The users of MS SQL Server Database may encounter one of the common errors while trying to restore or attach the database from the backup file in the SQL Server Management Studio. The Error is commonly known as Error code 3241, which displays the following error message: The media family on device ‘backupfile.bak’ is incorrectly…