User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:49, 27 March 2017 (diff | hist) . . (+647) . . Iptables - general
- 08:47, 27 March 2017 (diff | hist) . . (+49) . . Changing the default route in Windows (current)
- 08:46, 27 March 2017 (diff | hist) . . (+4) . . Changing the default route in Windows
- 08:46, 27 March 2017 (diff | hist) . . (+82) . . N Changing the default route in Windows (Created page with "route delete 0.0.0.0 mask 0.0.0.0 10.0.0.1 route add 0.0.0.0 mask 0.0.0.0 10.0.0.1")
- 08:44, 27 March 2017 (diff | hist) . . (+48) . . Windows Command Line (current)
- 13:15, 15 March 2017 (diff | hist) . . (-1) . . Example of executing sql script by sqlcmd (current)
- 13:15, 15 March 2017 (diff | hist) . . (+162) . . Example of executing sql script by sqlcmd
- 13:14, 15 March 2017 (diff | hist) . . (-1) . . Example of executing sql script by sqlcmd
- 13:13, 15 March 2017 (diff | hist) . . (+497) . . N Example of executing sql script by sqlcmd (Created page with "< source lang="sql"> USE AdventureWorks2012; GO SELECT p.FirstName + ' ' + p.LastName AS 'Employee Name', a.AddressLine1, a.AddressLine2 , a.City, a.PostalCode FROM P...")
- 13:13, 15 March 2017 (diff | hist) . . (+52) . . SQL Server 2008 (current)
- 14:30, 13 March 2017 (diff | hist) . . (+1,483) . . N The code from above to import multiple images (Created page with "<source lang="sql"> -- I'm going to assume you already have a destination table like this one set up. create table Images (fname nvarchar(max), data varbinary(max)); go -- Se...") (current)
- 14:26, 13 March 2017 (diff | hist) . . (0) . . SQL Server 2008
- 14:25, 13 March 2017 (diff | hist) . . (+57) . . SQL Server 2008
- 14:23, 13 March 2017 (diff | hist) . . (+345) . . N To enable xp cmdshell (Created page with "<source lang="sql"> -- To allow advanced options to be changed. EXEC sp_configure 'show advanced options', 1 GO -- To update the currently configured value for advanced optio...") (current)
- 14:23, 13 March 2017 (diff | hist) . . (+33) . . SQL Server 2008
- 14:00, 13 March 2017 (diff | hist) . . (+103) . . SQL Server 2008
- 13:48, 13 March 2017 (diff | hist) . . (+373) . . N Importing photographs into a table, very simple (Created page with "<source lang="sql"> CREATE TABLE ImageTable ( Id int, Name varchar(50) , Photo varbinary(max) ) INSERT INTO ImageTable (Id, Name, Photo) SELECT 1, 'test', BulkColumn F...") (current)
- 13:47, 13 March 2017 (diff | hist) . . (+59) . . SQL Server 2008
- 10:04, 9 March 2017 (diff | hist) . . (+1,349) . . N Importing photographs (Created page with "<source lang="sql"> USE [test] GO →***** Object: StoredProcedure [dbo].[sptest2] Script Date: 09/03/2017 09:31:48 *****: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON G...") (current)
- 10:04, 9 March 2017 (diff | hist) . . (+33) . . SQL Server 2008
- 21:41, 25 February 2017 (diff | hist) . . (+28) . . N Examples from Oracles tutorial site (Created page with " Simple Hello World <br>")
- 21:41, 25 February 2017 (diff | hist) . . (+46) . . JavaFX 8 (current)
- 21:40, 25 February 2017 (diff | hist) . . (-29) . . Source code and projects from JavaFX 8 book (current)
- 19:33, 25 February 2017 (diff | hist) . . (+1,012) . . N Simple Hello World (Created page with "<source lang="java"> package helloworld; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene...") (current)
- 19:32, 25 February 2017 (diff | hist) . . (+29) . . Source code and projects from JavaFX 8 book
- 17:07, 24 February 2017 (diff | hist) . . (+103) . . Java Code
- 16:49, 23 February 2017 (diff | hist) . . (+1) . . Interesting example of Runnable from wideskills.com (current)
- 16:48, 23 February 2017 (diff | hist) . . (+965) . . N Interesting example of Runnable from wideskills.com (Created page with "<source lang="java"> class RunnableThread implements Runnable { Thread runner; public RunnableThread() { } public RunnableThread(String threadName) { runner = new Threa...")
- 16:48, 23 February 2017 (diff | hist) . . (+62) . . Thread stuff (current)
- 00:26, 27 January 2017 (diff | hist) . . (+30) . . Basic houmous recipe (current)
- 00:24, 27 January 2017 (diff | hist) . . (+795) . . N Basic houmous recipe (Created page with "2 x 400g cans of chickpeas (reserve the liquid and a few chickpeas for decoration) 4 tsp tahini 2 garlic cloves, crushed 1 tsp crushed sea salt 6 tbsp quality extra virgin oli...")
- 00:23, 27 January 2017 (diff | hist) . . (+31) . . Recipes
- 12:26, 1 December 2016 (diff | hist) . . (+92) . . Scratch Pad
- 21:28, 25 November 2016 (diff | hist) . . (+6,443) . . Scratch Pad
- 21:26, 25 November 2016 (diff | hist) . . (-21,513) . . Scratch Pad (Blanked the page)
- 21:25, 25 November 2016 (diff | hist) . . (+21,128) . . Scratch Pad
- 12:12, 7 November 2016 (diff | hist) . . (+57) . . Shibboleth
- 12:42, 1 November 2016 (diff | hist) . . (+66) . . Oracle test script for 12c vm on hyper-v (current)
- 11:59, 1 November 2016 (diff | hist) . . (-42) . . Scratch Pad
- 11:55, 1 November 2016 (diff | hist) . . (+46) . . Scratch Pad
- 11:35, 1 November 2016 (diff | hist) . . (+2) . . Leo script for RMAN (current)
- 11:34, 1 November 2016 (diff | hist) . . (+1) . . Leo script for RMAN
- 11:33, 1 November 2016 (diff | hist) . . (+378) . . N Leo script for RMAN (Created page with "<source lang="text"> run { allocate channel dsk1 type disk MAXPIECESIZE=5G; backup as compressed backupset incremental level 0 filesperset=4 database format '${BACKUP_LOC}/Fu...")
- 11:32, 1 November 2016 (diff | hist) . . (+30) . . Oracle Database Administration (current)
- 21:47, 31 October 2016 (diff | hist) . . (-73) . . Oracle test script for 12c vm on hyper-v
- 21:45, 31 October 2016 (diff | hist) . . (+8) . . Oracle test script for 12c vm on hyper-v
- 21:43, 31 October 2016 (diff | hist) . . (-213) . . Oracle test script for 12c vm on hyper-v
- 21:42, 31 October 2016 (diff | hist) . . (-843) . . Oracle test script for 12c vm on hyper-v
- 21:26, 31 October 2016 (diff | hist) . . (+2,892) . . N Oracle test script for 12c vm on hyper-v (Created page with "<source lang="bash"> #!/bin/bash # # First attempt at ONLINE RMAN backup scripts - by xxxxxxxxx modified by xxxxxxxxx July 2010 # # remark xxxxxxxxx, restore without catalo...")
- 21:26, 31 October 2016 (diff | hist) . . (+50) . . Oracle Database Administration
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)