June 2, 2005 at 10:42 pm
help me!
how can I channel into a data structure through SQL Enquiry Analysor?
or through other method ?
thank you so much
June 3, 2005 at 1:47 am
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.
June 3, 2005 at 2:16 am
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]
June 3, 2005 at 4:16 am
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
June 3, 2005 at 5:46 am
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]
June 3, 2005 at 6:24 am
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