Hi, Guys I am very new to SQL server. This is very basic question, Can anyone pleae tell me what are the differnt sources of data that is to be stored in our databases. Thakns in Advance.
Welcome to the forum !! Would you re-phrase your question...... Do you mean how many ways one can insert data into SQL Server table? If so, you may use insert statement, you can insert data from flat file(excel,text) or you may transfer data from existing database (access,mysql,oracle etc.)
If you spell the data source then this is best on to see http://msdn.microsoft.com/library/en-us/adosql/adoprg01_0ahx.asp varities of data sources that cna be used to connect to SQL database.
True, it would help if you can rephrase your question clearly. Are you looking for data types that can be used to store data?
Good Morning Guys, Thanks for all your messages. I was just curious whether in real time where the data come from in our databaeses. Like some live examples. Thanks in advance.
I think the question is about "real time data" - data that is continuously fed into the database by an external program (e.g. measurements) as opposed to data that is entered by hand.