Home Forums SQL Server 7,2000 General The object name ... contains more than the maximum number of prefixes. The maximum is 2. RE: The object name ... contains more than the maximum number of prefixes. The maximum is 2.

  • Having the same problem, but I need to use BULK INSERT. I will be inserting > 150K records and I don't think anything else is as good as Bulking.

    BULK INSERT MYLINKEDSRV.myDatabase.dbo.BCPTable

    FROM 'C:\list.csv'

    WITH (FORMATFILE = 'C:\format_file.xml')

    Milford