channel into a data structure

  • help me!

        how can I channel into a data structure through SQL Enquiry Analysor?

    or through other method ?

                                    thank you so much

  • Uhm, not quite sure what you want here. I assume you mean SQL Query Analyzer, right? What do you want to do? Look at how the data is stored? Then you should use the undocumented DBCC command DBCC PAGE. A search on Goole will turn up lots of good resources on that.

  • Another speculation.

    If you mean the table structure and related information, have a look at sp_help.

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • thanks for your reply

       I hava a data structure,  then I name another a data structure in Enterprises manager,  I want content of a data structure channel into

    another a data structure  through SQL Query Analyzer,  how should I

    do?

              thanks for your reply again

  • Although I'm still not sure what you mean by "channel" and "data structure", I suspect a look at SQL Server's Books Online for INSERT INTO SELECT will help.

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • thanks Frank Kalis for your reply

      I mean data structure is database  and  channel is copy.

                                 thanks for your reply!

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply