Note To Myself: MS SQL Server Wildcards And Importing From A Textfile

Posted by Tobias Mueller

Wildcards on MS SQL % (percent) sign for multiple characters and _ (underscore) for a single character.

If you want to import from a textfile you can use the BULK INSERT command, but the textfile has to be on the local disk.

TrackBack

TrackBack URL for this entry:
http://www.infobean.de/cgi-bin/mt/mt-tb.cgi/99

Post a comment