4 Possible Security Concerns in SQL Server Express Edition

In this article we look at key security vulnerabilities that one can possibly be exposed to while working with SQL Server Express edition. All editions of SQL Server although come with a lot of security features, the user might still have to face security issues in almost all of its editions. Quite in sync with the popular belief that cheap goods are low in quality and expensive ones are high, the SQL Server Express Edition, available for free, has much more security issues than the paid...

Read more »

How to Convert a Linked Table into a Local Table in Your Access

We’ve said it before, but it’s worth repeating - linked tables can be really useful in your databases for a number of reasons. But one big drawback of linked tables is performance – running queries against them, especially if they aren’t Microsoft Access tables (i.e. if they’re Excel, CSV, or DBF files). They can be painfully s l o w to work with. There are a few ways you can work around that – we’ll work with one way here, and that’s to convert a linked table into a local table. Sure – you...

Read more »

3 Methods to Copy the Attendees from One Outlook Meeting to Another

Have you ever hoped to copy the attendees from one Outlook meeting to another? If you want to copy all the attendees, it is quite easy. But if you simply wish to copy the attendees who have accepted or declined or not responded, it will be complex. This article will teach you 3 methods. At times, for some reasons, you may be required to send a new meeting invitation to the same attendees in another meeting. In this case, how can you quickly copy the attendees from one to another? Actually...

Read more »