3
votes
3answers
443 views
What is a Covered Index?
I've just heard the term covered index in some database discussion - what does it mean?
…
0
votes
subselect vs outer join
The first query will be faster in SQL Server which I think is slighty counter intuitive - Sub queries seem like they should be slower. In some cases (as data volumes increase) an exi …
1
vote
Disadvantage of stored procedures
Disadvantages
Source control can be a pain.
Debugging is hard.
If you have a lot of functionality in procs it will making swapping between different database systems …
4
votes
Stored procedure parses correctly but will not execute. Invalid object name. Msg 208
Looks like it might not exist yet, swap the Alter to a Create.
…
