top of page


Compression – Much more than saving space
I remember when SQL server 2008 was first released and I have examined some of its features, when I came across Compression, I was very...

Madeira Team
Nov 6, 20126 min read
0


SSIS Tips & Tricks
For your convenience, below is a download link to get the presentation and relevant materials for the SSIS Tips & Tricks presentation by...

Madeira Team
Oct 23, 20121 min read
0


Where is My Database
Once upon a time there was a database. The database was perfectly designed with beautiful tables and views accompanied by good-looking...

Madeira Team
Oct 21, 20124 min read
0
Small Changes Can Make A World Of Difference
SQL Server 2012 is best known for its bombastic new features: AlwaysOn, Columnstore indexes, Window functions enhancements, Extended...

Madeira Team
Sep 30, 20122 min read
0


What I Expect From 24 Hours Of Pass
24 Hours of Pass is tomorrow. If you haven’t registered yet, now is a good time. I expect to: Have little to no sleep time See some cool...

Madeira Team
Sep 19, 20121 min read
0


5 Performance Killers When Working With Linked Servers
It’s important to write the right code on the right server, since each mistake can be very expensive in this area. Below are a few common...

Madeira Team
Sep 8, 20122 min read
1


Finding The Needle In The Haystack
Imagine the following scenario: After a very nice weekend, you get up in the morning with a smile on your face, get to work and drink...

Madeira Team
Aug 27, 20122 min read
0


In Case You Really Have To Use Cursors
Cursors (and partially while loops) have a really bad reputation in the SQL Server world. Basically, there are three good reasons that...

Madeira Team
Aug 19, 20123 min read
0
Protect Against SQL Injection Using Triggers
Before I became a SQL Server DBA, I used to be a web developer in ASP3. Since then, I sometimes maintain the websites I still have. Fix...

Madeira Team
Aug 4, 20124 min read
0


Dynamic Search Queries versus SQL Injection
Dynamic Search Queries SQL Injection is a widely known issue with databases that work as back-ends for websites and applications. In the...

Madeira Team
Aug 1, 20127 min read
0
bottom of page