Home Forums SQL Server 2005 Business Intelligence There is a data source column with no name.Each data source column must have a name. RE: There is a data source column with no name.Each data source column must have a name.

  • Hi

    Have you tried setting the NOCOUNT to ON in the beginning of your SP?

    This could prevent extra result sets from interfering with SELECT statements

    SET NOCOUNT ON