it seems i figured out the basics. here's what i did:
HOW to Restore to MSSQL
1)Start SSMS
2)FILE-> Connect Object Explorer
3)select 'local' with 'Windows authentication'
4)look at object explorer column on the left and right click on 'Databases'
5)select 'Restore'
6)in the dialog that pops up, type 'test' (or whatever) in the 'To database' field (in the 'Destination for Restore' Section)
7) select 'From device' radio button in the next section
8) click the button with the three dots in it (on the same line as the 'From device' button)
9)navigate to the lytec backup file
10) hit ok
Now when you expand the 'Databases' entry in the object explorer, you will see the name of your test database
.
NEXT STEP IS TO SET UP A DSN
If you are running windows 64 bit OS
Go to Windows->SYSWOW64 and find odbcad32.exe
this is the 32 bit version of the data source administrator
it is important to run the 32 bit version because crystal reports is not 64 bit and you will have this problem
Click on System DSN tab
Click on 'add'
in the dialog that appeas, name your dsn
in the dropdown list under 'Which SQL Server do you want to connect to' select 'local'
click next
select 'With Integrated Windows authentication'
make sure checkbox labeled 'Connect to SQL Server...' is checked
click next
click next again
click 'Test Data Source...'
you should get success
click ok
NOW START CRYSTAL REPORTS
click File->New->Standard Report
Click the '+' sign in front of the 'Create new connection' in the dialog that appeared
CLick the '+' sign in front of the 'ODBC'
a dialog appears, select the dsn you just created
click next
NOW I DONT KNOW WHAT TO DO!
it seems it doesnt matter what login what the login credentials are?
And then the dialog boxes become inscrutable.
Can someone tell me step by step what i would do if for example i wanted a list of all the entries which have a service date for the past 6 months?