All public logs

Jump to navigation Jump to search

Combined display of all available logs of wiki karavi. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 05:29, 15 November 2025 Karavi talk contribs created page Git (Created page with "== Git Commands == === 1. Setting & Creating Projects === {| class="wikitable" |+ ! Command !! Description |- | <code>git init</code> || Initialize a local Git repository |- | <code>git clone ssh://git@github.com/[username]/[repository-name].git</code> || Create a local copy of a remote repository |} === 2. Basic Snapshotting === {| class="wikitable" |+ ! Command !! Description |- | <code>git status</code> || Check status |- | <code>git add [file-name.txt]</code> || Ad...")
  • 03:35, 1 September 2025 Karavi talk contribs created page SQL Server Shrink Database T-SQL Code (Created page with " The procedure joins sys.databases and sys.master_files system views in order to generate the CHECKPOINT and DBCC SHRINKFILE statement for all the user databases. It filters the system databases (DBID > 4) because these statements are not recommended for the system databases. -- ================================================================================= -- Author: Eli Leiba -- Create date: 2020-03 -- Procedure Name: dbo.usp_ShrinkAllLogsExcludeSy...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)