I am writing a C# form based application that stores its data in SQL Server 2005.
My client wants to use this data in SPSS.
My original plan had been to create a database view which matches the SPSS structure. This could then be exported as a CSV file and copied into SPSS.
However, I just heard there may be a way to import data from a relational database directly within SPSS? I haven't been able to work out how to do this (I can see an export to db option, but not an import)
Does anybody know if data import from SQL Server is possible in SPSS? Or if there is an easier way to achieve this than by using the approach I outlined above?
Many thanks!
--- L