Try first selecting database by executing
USE [your-database-name];
Then query INFORMATION_SCHEMA.COLUMNS after that