Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
wsilage
Yak Posting Veteran
82 Posts |
Posted - 2014-11-06 : 09:40:26
|
I wasn't sure what forum to go to, but I have a question. I am trying to export the fields that have the display name in them and also the actual field name so we can know what fields go to what. Is that possible to do in SQL? If so, where can I find those fields. I am working with the Opportunities section.Thanks |
|
AASC
Starting Member
24 Posts |
Posted - 2014-11-06 : 12:41:03
|
What is the purpose of export?and in what form your exported data should be?Link contain few methods to export data from Sql Server http://sqlcache.blogspot.com/2013/12/data-import-and-export-to-sql-server.html[url][/url] |
|
|
wsilage
Yak Posting Veteran
82 Posts |
Posted - 2014-11-07 : 09:26:00
|
Our one user want to see what names link up to the actual field names. Example would be....The display name is Provider Name that the user sees, but for reporting purposes in SQL we might want to see the field dhc_providerfaxcontactidThis is for the Opportunity Form. |
|
|
|
|
|