June 26, 2013 at 9:56 pm
Hi Every One,
Can we implement/run an application with huge data without using any database like oracle,ms sql etc..is there any way to run an application like CDSS(CLinical Decision support system) what i heard they never used any database...any one has any idea????
Thanks..
June 26, 2013 at 10:06 pm
by database you mean RDBMS?
you can use flat files if supported by you app...
put you data within the application ( incase of small data)
xml files are some
Pramod
SQL Server DBA | MCSE SQL Server 2012/2014
in.linkedin.com/in/pramodsingla/
http://pramodsingla.wordpress.com/
June 26, 2013 at 10:23 pm
thank you for your reply
here it has huge data and it has to provide high security of data..
June 27, 2013 at 1:18 am
You have a huge data
why you don`t want to use Database SQL Server , Oracle etc 😀
you don`t want to update insert delete select on the tables or what ?
Neeraj Prasad Sharma
Sql Server Tutorials
June 27, 2013 at 2:09 am
I am not sure about your applcation requirement ,but you can use HADOOP to process huge data.
June 27, 2013 at 7:24 am
Most modern health care systems I know of use normal database formats like Oracle or SQL Server. In ages past, some used flat files or a proprietary storage mechanism, but I think these are all but gone by now. With the privacy and security requirements surrounding health care data and the size of the data sets we're talking about in a modern system, it is nearly a requirement to use a standard database format.
That said, nearly any DBMS can work, but some will be better than others. If you're looking at a third party application, I'm sure their specifications or requirements document contains the information.
June 28, 2013 at 4:35 am
can we use retrive data from microsoft word to any application..as same as database it has to bind to application
June 28, 2013 at 8:19 am
$w@t (6/28/2013)
can we use retrive data from microsoft word to any application..as same as database it has to bind to application
You said previously that you have huge data and require very high levels of security. Word is not capable of either of those things. Large amounts of secure data is best done with an RDBMS. All the major ones have the ability to handle large volumes of data and can encrypt that data at rest and during transit.
Perhaps if you can explain more clearly what you are trying to do we can offer some suggestions.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
June 28, 2013 at 1:09 pm
This is an interesting read about an in-house DSS application built by NASA for their Program Managers:
The NASA Program Management Tool:A New Vision in Business Intelligence.
-- Itzik Ben-Gan 2001
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply