Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating Primary Keys in SQL Server
Message
General information
Forum:
Microsoft SQL Server
Category:
Database design
Miscellaneous
Thread ID:
00414202
Message ID:
00415824
Views:
18
>>>>> Can you recommend any magazines, or any online sources that you use? TIA.
>>>
>>>Some of my favorites:
>>>SQL Server magazine
>>>Inside SQL Server 7 - Kalen Delany
>>>Joe Celko's SQL For Smarties
>>>SQL Server 7.0 Performance Tuning Technical Reference - Deluca et. al
>>>
>>>-Mike
>>
>>Thanks.
>
>In addition, I also recommend the Database Professional's Library series from Osborne.
>
>SQL Server 7 - The Complete Reference
>SQL Server 7 - Developer's Guide
>SQL Server 7 - Administration
>
>Coming from VFP, you probably already know more SQL syntax than you think. It is all relavent in SQL. The difference being that SQL Server will be more strict about certain things.
>
>For example, in VFP the following runs:
>
>select max(field1), field2, field3 from mytable group by field2
>
>It throws an in SQL Server because all non-aggregate fields must be included in the GROUP BY clause. SQL Server is also a tyrant when it comes to using keywords. In VFP, you can sometimes get away with it; never in SQL Server.
>
>Cheers!

Thanks for all your help.
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform