Monday, March 12, 2018

How can I list all foreign keys referencing a given table in SQL Server?

EXEC sp_fkeys 'TableName'

No comments:

Change default Port on Next.js app

 If any other app or process is running on port 3000 , you will get this error in your terminal Port 3000 is already in use. error Command f...