Quick question: Exporting data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wing

    Quick question: Exporting data

    Hi,

    What data format can MS SQL Server 2000 export??

    Wing


  • Erland Sommarskog

    #2
    Re: Quick question: Exporting data

    Wing (wing328@yahoo. com) writes:[color=blue]
    > What data format can MS SQL Server 2000 export??[/color]

    With BCP you can get many formats, either by use of simple command-
    line options or a format file. By using DTS you can probably get a
    few more. You can also get data in XML if you like.


    --
    Erland Sommarskog, SQL Server MVP, sommar@algonet. se

    Books Online for SQL Server SP3 at
    SQL Server 2025 redefines what's possible for enterprise data. With developer-first features and integration with analytics and AI models, SQL Server 2025 accelerates AI innovation using the data you already have.

    Comment

    Working...