![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
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 |
#12
| |||
| |||
|
|
I have an in-house app written in VFP. It uses VFP's internal tables. We now need to make it more accessible. My boss has decided to go the Microsoft route. I now have to get going with SQL Server from about zero. |
#13
| |||
| |||
|
|
Hello: Well, I downloaded it. I think I installed it right, but I do not know enough to be sure. Now, what? Can someone please point me to what I need to study to get going? I do not want a huge list as much as I want a map. What should I study first? Sincerely, Gene Wirchenko |
#14
| ||||||
| ||||||
|
|
I suppose so, but it is difficult to know what is needed. Here goes: I have an in-house app written in VFP. It uses VFP's internal tables. We now need to make it more accessible. My boss has decided to go the Microsoft route. I now have to get going with SQL Server from about zero. |
|
A rewrite of the app is likely, but first, I have to learn enough SQL Server. |
|
Part of my problem is that I know how VFP's dialect of SQL works, but I do not know how SQL Server differs. For example, here is a VFP create table: create table contrived (somedata c(20), moredata n(5)) SQL Server chokes on the types. I could use a list of all of the types and what they are. |
|
What exactly does "connect" mean? If I am using SSMS on a database, I assume that counts. I am not totally sure though. |
|
I would like to know how to connect from VFP. I will have to look up VFP particulars, but I also need to know how to connect to SQL Server / Express. What are the particulars for the latter, please? I do not know what I have to know to create a connection from something not part of SQL Server. |
|
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. I thought the name was "TSQL", or is that something else? |
![]() |
| Thread Tools | |
| Display Modes | |
| |