You can use your favorite social network to register or link an existing account:
Or use your email address to register without a social network:
Sign in with these social networks:
Or enter your username and password
Forgot your password?
Yes, please link my existing account with for quick, secure access.
No, I would like to create a new account with my profile information.
Garry Robinson’s latest article for Database Journal is great look at some of the new 2007 features as well as being helpful is addressing a key user need, performance. He shows how you can use macros, TempVar’s and some VBA to profile your application.
Comments: (1) Collapse
You know, for an article about speeding up a database, there wasn't much on how to actually do it. There was no discussion on indexing, for one. Lack of intelligent indexing is probably the number one cause of slow database processing. Also, an accurate understanding of how queries function is essential. For example, never use an update query if you can get away with putting the information in a new table entirely. It's orders faster for big databases. Where's the article for clock-times on these subjects?
Comments: (loading) Collapse