SQL Tutorial - How to search text in a Stored Procedure

preview_player
Показать описание

Further reading can be found on Microsoft Docs:

Рекомендации по теме
Комментарии
Автор

I use this all the time such a great time saving tip

briandennehy
Автор

Really useful. I have used something similar in another DBMS but didn't know about this in SQL Server

johnbreslin
Автор

Wow this is amazing, I can't wait to share this with my team!

ameobiamicrobiological
Автор

I agree SSMS tools can be somewhat unreliable and rarely if ever use them, however have never had any issues with using The problem with trying to parse object definition text is you can't reliably be sure you're not finding a comment, alias etc, however joining to these system functions will filter your results to the objects that *do* reference the target table.

Sttuey
Автор

Hi

Thank you so much for such a wonderful informative video.

I have a doubt, in my db i have a table with 9+ million records. All the data types are predefined as nvarchar of max.


Is there any way to summarise the data, data profiling, and get the right data type so that we can correct this mesh as this impacts really adversely on performance

surajviswakarma
Автор

Hey there,
God bless your efforts.
I have only a general enquiry as a new sql learner.
Suppose i created one table on sql management studio for data entry purpose...
How can i compile this sql table into a windows application? In what compiler should i placed it?
The reason i am asking that i would like to discover how an sql application is finally presented as an application...
THanks for taking care of this.

hasanmougharbel
Автор

Hey! When are you going to post some new content?

CaribouDataScience
Автор

hi i really love your videos can you make a video on the new datebucket function in sql server 2022 it looks interesting but i want to see someone teach it

MrDarkplace
Автор

How to find column name in proc
Example goodsvalue+taxamount billamount
i find the billamount in proc give the output text=goodsvalue+taxamount
Any possible?

subramaniyanm
Автор

Would you be willing to answer a few questions I have about a prject I am working in with SSIS?

sarge
Автор

Hi, my sincere request is to please walk us through on using 'if-else' in sql

srisanthoshk
Автор

What is the difference between ; and GO ? Its the same, is it not?

superfreiheit