Revision history of "Importing photographs into a table, very simple"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 13:48, 13 March 2017George2 (Talk | contribs). . (373 bytes) (+373). . (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...")