![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
*Can someone please point me to what I need to study to get going? |
#3
| |||
| |||
|
|
*Can someone please point me to what I need to study to get going? Microsoft has a extensive documentation for this called "Books online" which can be downloaded as well or be browsed on the MS websites. This is the main source for questions and answers quite a lot of them. |
#4
| |||
| |||
|
|
Let me try this again.*WHERE DO I START? |
#5
| |||
| |||
|
|
Let me try this again. WHERE DO I START? |
#6
| ||||
| ||||
|
|
Let me try this again.*WHERE DO I START? I would suggest first reading the introduction about what the product provides before looking at the details - begin at the beginning: http://msdn.microsoft.com/en-us/library/ms130214.aspx |
|
Notice that not everything what is in the paid product (Standard, Enterprise, etc) is available in the Express version. Possibly you wish to upgrade lateron. |
|
Then the most important question is asking yourself what you want to do with it. Todays software packages are far too big to know it all, so it makes more sense picking the features for your job and looking at them first. - At least how I do see it. |
|
When you are stuck, a more active group is here: http://groups.google.com/group/micro...ramming/topics |
#7
| |||
| |||
|
|
For a software product this complex, there really should be a serious getting started guide, and it should be prominent so any newbie can see it. |
#8
| ||||||
| ||||||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: For a software product this complex, there really should be a serious getting started guide, and it should be prominent so any newbie can see it. I'm afraid to make you disappointed, but that it's an impossible idea. |
|
SQL Server is a very vast product, and there are quite a few different ways you can approach it. Will you develop for it? Will write applications for it? What kind of applications? Will you work with BI solutions, ETL? Reports? Or just plain-old-simple registration applications? Or are you to become an DBA and only work with administration? There is simply not one getting-started track. |
|
And that is also why the answers you have gotten here have not been very useful. Your question is just too open-ended. In another newsgroup |
|
I understand that you have a background in FoxPro. This means, I guess, that you have some knowledge about tables and SQL. That's certainly a head start compared with someone who just walked in from the street. |
|
I suggest that you browse Amazon or your local books store for SQL books and see what might fit your current level of knowledge. The one book I can recommend on the top of my head is Itzik Ben-Gan's "Transact-SQL Fundamentals". |
|
Or just take your CREATE TABLE scripts for FoxPro and your queries and start playing. I don't know much about FoxPro, but there are probably differences in the SQL dialects, so not everything will work, but this is where Itzik book may help you. |
#9
| ||||
| ||||
|
|
I did not say that there was. Maybe, that could be the first answer. Start with your paragraph and then add 'If you are planning to develop with Microsoft SQL Server, then see the section/manual "Microsoft SQL Server - Getting Started - for Developers"' and so on. |
|
I do not know much about SQL Server yet. That includes which questions I need to ask. Why do you insist on making it difficult? |
|
But I have no idea how to make SQL Server work. Yet. |
|
I have no idea whether that book would work for me. What is "Transact-SQL"? |
#10
| |||||
| |||||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: I did not say that there was. Maybe, that could be the first answer. Start with your paragraph and then add 'If you are planning to develop with Microsoft SQL Server, then see the section/manual "Microsoft SQL Server - Getting Started - for Developers"' and so on. And then you would only tell me that is none that fits you. And you |
|
would probably be right. Judging from some other posts I have seen from you, you are probably better equipped to start working with SQL Server than many other newbies I've seen in newsgroups and forums. |
|
I do not know much about SQL Server yet. That includes which questions I need to ask. Why do you insist on making it difficult? Because parapsychology *is* difficult. I've tried for ten years to reads people's minds in SQL Server forums, but I often fail. It could certainly have helped from the start, if you had said what background you have. |
|
But I have no idea how to make SQL Server work. Yet. Download SQL Server Management Studio Express, if you have not done so already. Start it, log into SQL Server, specify (local)/SQLEXPRESS for the server name. Open a query window. Run queries. If you fail to connect, open SQL Server Configuraiton Manager, and make sure SQL Server is running. (And that the instance name is SQLEXPRESS.) If you need to connect from a different machine, it's gets a little more complicated, but we take that in another lesson. |
|
I have no idea whether that book would work for me. What is "Transact-SQL"? Transact-SQL is the SQL dialect that SQL Server uses. Nor do I have any idea whether that book is good for you. As I said, my psychic capabilities are limited. |
![]() |
| Thread Tools | |
| Display Modes | |
| |