Skip to content

blog.anichin.com

  • About

SQL Server

SSIS and incremental load with CDC

November 22, 2023 by angel

These YouTube videos are useful if you want to learn how to use SSIS with SQL Server CDC:

Categories Howto, Software Development, SQL Server Tags CDC, Incremental Load, SQL Server, SSIS Leave a comment

SQL Server Integration Services SSIS 2016 Tutorial

July 25, 2022 by angel

https://www.mssqltips.com/sqlservertutorial/9053/sql-server-integration-services-ssis-2016-tutorial/

Categories Learning, Software Development, SQL Server Tags ETL, SQL Server, SSIS Leave a comment

Reset the password for sa user in SQL Server

July 31, 2020 by angel

osql -S “SERVER_NAME\INSTANCE_NAME” -E -Q “exec sp_password NULL, ‘NewPassword’,’sa’”

Categories SQL Server Tags reset password, SQL Server Leave a comment

Speeding up database access

October 27, 2014 by angel

This is a very thorough article on ways to speed up a SQL database by Matt Perdeck Speeding up database access – Part 1: Missing indexes

Categories SQL Server Tags SQL Server, SQL Server optimization Leave a comment

Script to restore SQL Server database

December 14, 2011 by angel

A lot of people know how to restore an SQL Server database using the SQL Server Management Studio. Sometime it will not work if the database is in use. You have to close all active connections or even to take database offline and then online again. It is much easier to restore the database via … Read more

Categories CodeProject, Howto, Software Development, SQL Server Tags Database restore, SQL Server Leave a comment

TRUNCATE Log File in SQL Server 2008

September 30, 2010 by angel

USE [TestDb] GO ALTER DATABASE [TestDb] SET RECOVERY SIMPLE WITH NO_WAIT DBCC SHRINKFILE(TestDbLog, 1) ALTER DATABASE [TestDb] SET RECOVERY FULL WITH NO_WAIT GO

Categories Howto, SQL Server Tags SQL Server, Truncate Log File Leave a comment

Archives

Categories

Tags

.Net AI asp.net core Azure Azure DevOps Backup CenturyLink claude code Cooking dd-wrt docker Entware Fire TV freenas Git Greece Hyper-V IoT job search Kubernetes linux networking Nextcloud OpenVPN Oracle Cloud pfSense Plex Portainer Prometheus Proxmox Raspberry Pi RDP site-to-site VPN sitecore SQL Server SSH Synology Travel Ubuntu upgrade vpn Windows 11 wireguard WordPress Youtube
© 2026 blog.anichin.com • Built with GeneratePress