Find dependencies of a table in SQL Server
Many a times need arises to find all objects table depends on or is being referred. This blog will help you to find dependencies of a table in SQL Server. This …
Read MoreSQL Server Education (by the geeks, for the geeks)
Many a times need arises to find all objects table depends on or is being referred. This blog will help you to find dependencies of a table in SQL Server. This …
Read MoreHi Guys – here’s a quickie Recently, I came across a scenario where in I was informed that a table doesn’t has a name; yes, the sys.objects table returned every other …
Read MoreFor comparing data in tables you don’t need any 3rd party tool, SQL Server ships with the tablediff utility which can be used to compare the data in two tables. You …
Read More