Hopefully this is the correct forum for this question.
I've recently been designated to be the developer for a large project that will eventually involve some data analysis and reporting. We started out using Access as that is the only tool currently available to us and we quickly learned that there's no way Access is up to the task.
One month of data required 6 separate databases due to the 2 GB limit. And our intention is to have two years worth of data. Yeah, not going to happen with Access.
So after lots of politics we finally convinced some higher ups in the corporation that we need a new tool and have been allowed to use SQL Server. So now I'm just playing around with SQL Server 2008 Express until the gods that be finally give me a real version and then I can really jump into it.
So there's our backbone. We also need to be able to make reports on all this data, and we need to be able to make an easy-ish GUI so the users have a couple "that was easy" buttons.
After looking around a little bit I THINK we'll be going with SSRS rather than Crystal Reports. From what I can gather that will provide us with all the reporting needs we might have.
That just leaves creating some sort of interface. This is where I'm very fuzzy at the moment. I'm obviously used to Access forms and using a bunch of VBA to get the job done.
Does that mean that I should be looking at Visual Studio Visual Basic? Will that be the product that will allow me to tie SQL Server and SSRS reports into some sort of interface?
Thanks in advance!
I've recently been designated to be the developer for a large project that will eventually involve some data analysis and reporting. We started out using Access as that is the only tool currently available to us and we quickly learned that there's no way Access is up to the task.
One month of data required 6 separate databases due to the 2 GB limit. And our intention is to have two years worth of data. Yeah, not going to happen with Access.
So after lots of politics we finally convinced some higher ups in the corporation that we need a new tool and have been allowed to use SQL Server. So now I'm just playing around with SQL Server 2008 Express until the gods that be finally give me a real version and then I can really jump into it.
So there's our backbone. We also need to be able to make reports on all this data, and we need to be able to make an easy-ish GUI so the users have a couple "that was easy" buttons.
After looking around a little bit I THINK we'll be going with SSRS rather than Crystal Reports. From what I can gather that will provide us with all the reporting needs we might have.
That just leaves creating some sort of interface. This is where I'm very fuzzy at the moment. I'm obviously used to Access forms and using a bunch of VBA to get the job done.
Does that mean that I should be looking at Visual Studio Visual Basic? Will that be the product that will allow me to tie SQL Server and SSRS reports into some sort of interface?
Thanks in advance!