19.09.2015 Views

Confessions of an IT Manager_Phil Factor

  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

168 The Computer that Swore<br />

SQL_Latin1_General_CP1_CI_AS NULL<br />

) ON [PRIMARY]<br />

GO<br />

Then, a simple stored procedure c<strong>an</strong> be written that stocks it:<br />

CREATE PROCEDURE CreateSyllableTable<br />

AS<br />

DECLARE @Possibilities VARCHAR(255)<br />

SELECT @Possibilities='B C D F G H J K L M N P R S T V W Z<br />

SCSKKNSNSPSTBLCLFLGLPLSLBRCRDRFRGRPRTRVRSHSMGHCHPHRHWHBWCWSWT<br />

W'<br />

DECLARE @ii INT<br />

DECLARE @jj INT<br />

DECLARE @iiMax INT<br />

DECLARE @Conson<strong>an</strong>ts VARCHAR(2)<br />

DECLARE @Vowel VARCHAR(2)<br />

SELECT @ii=1, @iiMax=DATALENGTH(@possibilities)<br />

WHILE @ii

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!