|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, January 07, 2013 2:22 AM
Points: 43,
Visits: 56
|
|
What are the different ways of sending data from database to application and their advantages.
Rgds,
Sitish
Rex Smith
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, January 07, 2013 2:22 AM
Points: 43,
Visits: 56
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, January 07, 2013 2:22 AM
Points: 43,
Visits: 56
|
|
Can I send XML files?
If yes How?
Rex Smith
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 9:57 PM
Points: 32,906,
Visits: 26,790
|
|
A lot of my peers will tell you to use XML for such a thing. I'm not such a big fan of XML because of the overhead involved with all the tags. I am, however, a fan of true CSV and, depending on the data, fixed field binary formats for transferring data. Since I'm not a Web or Application developer, though, I'll say that I may not have picked the two best formats for such a thing but I have picked two of the fastest.
--Jeff Moden "RBAR is pronounced "ree-bar" and is a "Modenism" for "Row-By-Agonizing-Row".
First step towards the paradigm shift of writing Set Based code: Stop thinking about what you want to do to a row... think, instead, of what you want to do to a column."
For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
|
|
|
|