Quantcast
Channel: Basavaraj Biradar – SqlHints.com
Browsing all 5 articles
Browse latest View live

How to Insert Stored Procedure result into a table in Sql Server?

Today, I was needed to dump the Stored Procedure result into a temp table.  Below example illustrates how this can be achieved: First let us create a stored stored procedure which returns result set:...

View Article



Image may be NSFW.
Clik here to view.

sp_depends results are not reliable

sp_depends System Stored procedure will give the list of referencing entities for a table/view and list of referenced entities by the stored procedure/view/function. As per MSDN this system stored...

View Article

Image may be NSFW.
Clik here to view.

How to find referenced/dependent objects (like Table, Function etc) of a...

First of all we shouldn’t use the system stored procedure sp_depends for this as it is not reliable. For more details on sp_depends you can refer to the article sp_depends results are not reliable. For...

View Article

Image may be NSFW.
Clik here to view.

How to find all dependencies of a table in Sql Server?

First of all we shouldn’t use the system stored procedure sp_depends for this as it is not reliable. For more details on sp_depends you can refer to the article sp_depends results are not reliable. For...

View Article

SEQUENCE IN SQL SERVER 2012

This article basically focuses towards the introduction of Sequences with extensive list of examples. To know about Sequence Limitations and Sequence Cache Management and internals you may like to...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images