| הבלוג של Shay Attiya |
תאריך: 8 מרץ, 2012
Foreign keys have a significant impact on inserts. Why is that, and how can we go around it ?
תאריך: 17 פברואר, 2012
Foreign keys just make perfect sense
תאריך: 2 פברואר, 2012
Log Shipping is an easy way to implement a high availability solution. As easy as 1, 2, 3
תאריך: 16 ינואר, 2012
Virtual Log Files or VLFs in short are the physical files that implement the log file. Here’s how they are created, truncated and deleted, and how we as DBAs can control it.
תאריך: 8 ינואר, 2012
There is a catch when using a table variable as a part of a transaction.
It behaves differently than a regular or a temporary table.
In what way and why ?
תאריך: 2 ינואר, 2012
In most cases I choose to use a temporary table in order to perform all kinds of calculations, but I must admit that I’ve never given it much thought in terms of performance. It always seemed like the natural thing to do, but is it the best thing to do?