
September 17th, 2003, 09:34 AM
|
 |
Contributing User
|
|
Join Date: Jan 2003
Location: USA
Posts: 633
 
Time spent in forums: 9 h 18 m 20 sec
Reputation Power: 6
|
|
"But I have no idea where to start from."
Get a book or install it and read the "books online."
"Could someone plz. let me know if I can make reports and create forms in MS SQL Server."
Not like Access. Access is an all-in-one-package. You can build an entire application with it. But SQL Server is much more powerful than Access and focuses on the back-end, rather than a front-end like, say, Access forms. This is a good thing because you can separate your program into tiers (e.g. the GUI, your components, the SQL database) that are completely independent from one another. Each tier could reside on a different server, etc. (I think I am just rambling on now...)
Last edited by dcarva : September 17th, 2003 at 09:39 AM.
|