• Probably this could help. The problem is that you have a char(10) and you're looking for 8-character strings.

    SELECT *

    FROM dbo.Postcode

    WHERE p_code LIKE N'___ ___ ';

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2