Skip to content

Instantly share code, notes, and snippets.

View JavierCanon's full-sized avatar
🎯
Focusing in Automation and AI / ML

Javier Cañon JavierCanon

🎯
Focusing in Automation and AI / ML
View GitHub Profile
@JavierCanon
JavierCanon / Fix Error Recovery Pending State in SQL Server Database or Express or Localdb.md
Created July 21, 2020 01:30
How to Fix Error "Recovery Pending State" in SQL Server Database or Express or Localdb ?

How to Fix Error "Recovery Pending State" in SQL Server Database or Express or Localdb ?

Reasons behind Recovery Pending State in SQL Server

Some of the reasons causing such an issue are:

  • The database didn’t shut down properly and there is at least one uncommitted transaction active during the shutdown, resulting in deletion of the active transaction log file.
  • User tried moving the log files to a new drive to overcome server performance issues, but ended up corrupting the log files in the process.
  • Database Recovery cannot be initiated due to insufficient memory space or disk storage.

Methods to Fix Recovery Pending in SQL Server Database Error

@JavierCanon
JavierCanon / design-resources-for-software-developers.md
Created June 11, 2020 21:59
Design resources for software developers
@JavierCanon
JavierCanon / Oracle General User Related TSQL Scripts Commands.sql
Created June 6, 2020 19:13
Oracle General User Related TSQL Scripts Commands
@JavierCanon
JavierCanon / How to Become a Full Stack Web Developer.md
Created April 30, 2020 01:37
How to Become a Full Stack Web Developer

100+ Free resources for learning Full Stack Web Development.

Hello! I created this list and am constantly updating it with new resources, information, and news. If you want to stay updated on the newest trends, tutorials, and articles in the Web Development world, please subscribe to the once-weekly newsletter!

Never more than one email per week. Easy to unsubscribe. Your information will never be shared.


@JavierCanon
JavierCanon / C# Scanner Class.md
Last active April 23, 2020 00:15
Simplified Console Input Class for C#, Similar to “cin >> a >> b” in C++ and java.util.Scanner

With comments

namespace Utils.Scanner
{
    using System;
    using System.Text;
    using System.Globalization;
 
    /// <summary>
@JavierCanon
JavierCanon / Awesome .NET Core Projects and Libraries.md
Created April 16, 2020 18:40
Awesome .NET Core Projects and Libraries
@JavierCanon
JavierCanon / CSS HTML Text Neon Lights Test.html
Last active September 18, 2022 19:04
CSS HTML Text Neon Lights Test
<html>
<head>
<style>
@import url("https://fonts.googleapis.com/css?family=Poppins:900&display=swap");
body {
background-color: black;
margin: 5rem 6rem;
text-align: center;
font-family: 'Poppins', 'sans-serif';
@JavierCanon
JavierCanon / Awesome List of Landing Pages and Other Marketing Resources.md
Created April 4, 2020 02:09
Awesome List of Landing Pages and Other Marketing Resources
@JavierCanon
JavierCanon / A curated list of resources related to internet marketing.md
Created April 4, 2020 02:08
A curated list of resources related to internet marketing.