Wednesday, March 28, 2012
I18N and L10N Support in SSRS
can some one point me to any white papers or articles on multi-language
support in SSRS?
what are the best practices and tools we need to consider while
designing and deploying the reports that serve users in different
locales?
thanks
- jasthihere are some articles i could find on I18N and L10N.
http://msdn2.microsoft.com/en-us/library/ms156493.aspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsadmin/htm/drp_deploying_v1_0vaa.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql2k/html/intlfeaturesinsqlserver2000.asp
Monday, March 12, 2012
I really need some advice.
Dont laugh but...
I am not entirely ignorant to web technologies, and best practices but i am having a bit of a planning dylema.
My company has a well established SQL 2000 database with windows application which has been created by myself, what i am planning on doing is creating a web site, using asp.net and publishing some of the information, so that our clients may use it, and stop pestering us on the phone. what i would like to know is what would be the best way forward, obviously i don't want to show them all our information, and don't want to put 5Gb worth of data onto a ISP website. What would you suggest i do?
Thanks in advance
BradHow important is it that the data be real-time?
You might consider implementing some DTS packages that extract key pieces of data that you want to share with your clients. The DTS package would write to a database on a separate server.
Terri