Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
547 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
A list of one owl's 5 favourite system stored procedures in SQL! Part four of a six-part series of blogs |
---|
Everyone has a favourite system stored procedure (you do, don't you?). But five? That's the subject of this blog, anyway.
|
In this blog
This is so useful that I wish I'd known it before. You can use it in one of two main ways.
Suppose you have a table called Film, and you want to see what views, procedures, etc refer to it. Here's how to do this:
-- what uses the films table
sp_depends 'Film'
It turns out there are two procedures and a view referencing this table:
The list of objects which depend on the specified table.
Turning the question round, here's how to show which tables and columns a particular stored procedure references:
-- what does the spExample procedure use
sp_depends 'spExample'
Here's the answer for this procedure:
The three columns referenced by this procedure.
It even tells you if the procedure makes changes to a column!
Parts of this blog |
---|
|
Some other pages relevant to the above blogs include:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.