Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: BCP in a table

    The SP fails when my table has a column name beginning with a numeric.

    I.e.

    CREATE TABLE [dbo].[txgeoTable]

    (

    [EDIPOKey] [int] NOT NULL ,

    [TranNo] [char] (10) NULL ,

    [940SentDate]...

  • RE: Management Studio with SQL Server 2000

    well, i tried to use the SMSS with my SQL SERVER 2000 engine and when i started using the Object Explorer by double click over my Database then Tables, then...

Viewing 2 posts - 1 through 2 (of 2 total)