|
|
-
Ritesh Shah Commented 11 Months ago through Just Learned | 1 Point
I have written one article on this utility on my blog which will display what are the differences at data level and even create .SQL file which you can run in your database to resolve the differences.
[http://www.sqlhub.com/2012/07/tablediff-utility-...
|
-
Ritesh Shah Commented 11 Months ago through Just Learned | 1 Point
I have written one article on this utility on my blog which will display what are the differences at data level and even create .SQL file which you can run in your database to resolve the differences.
[http://www.sqlhub.com/2012/07/tablediff-utility-...
|
-
Ritesh Shah Liked 1 Years ago through Just Learned | 1 Point
From a disconnected query window, we can connect back to the SQL Server instance from the **Query > Connection > Connect** menu option. This may sound simple, but I found this interesting.
I usually press F5 (or execute button) twice to get connecte...
|
-
Ritesh Shah knew 1 Years ago through Just Learned | 1 Point
From a disconnected query window, we can connect back to the SQL Server instance from the **Query > Connection > Connect** menu option. This may sound simple, but I found this interesting.
I usually press F5 (or execute button) twice to get connecte...
|
-
Ritesh Shah Liked 1 Years ago through Just Learned | 1 Point
From a disconnected query window, we can connect back to the SQL Server instance from the **Query > Connection > Connect** menu option. This may sound simple, but I found this interesting.
I usually press F5 (or execute button) twice to get connecte...
|
-
Ritesh Shah knew 1 Years ago through Just Learned | 1 Point
From a disconnected query window, we can connect back to the SQL Server instance from the **Query > Connection > Connect** menu option. This may sound simple, but I found this interesting.
I usually press F5 (or execute button) twice to get connecte...
|
-
Ritesh Shah Liked 2 Years ago through Just Learned | 1 Point
In this very short tip I'd like to share my solution to a yesterday quesiton in MSDN forum - how to find the database the table belongs to. I use my favorite idea of dynamically constructing a query using INFORMATION_SCHEMA.TABLES view.
[code]
DECLA...
|
-
Ritesh Shah knew 2 Years ago through Just Learned | 1 Point
In this very short tip I'd like to share my solution to a yesterday quesiton in MSDN forum - how to find the database the table belongs to. I use my favorite idea of dynamically constructing a query using INFORMATION_SCHEMA.TABLES view.
[code]
DECLA...
|
-
Ritesh Shah knew 2 Years ago through Just Learned | 1 Point
In this very short tip I'd like to share my solution to a yesterday quesiton in MSDN forum - how to find the database the table belongs to. I use my favorite idea of dynamically constructing a query using INFORMATION_SCHEMA.TABLES view.
[code]
DECLA...
|
-
Ritesh Shah Liked 2 Years ago through Just Learned | 1 Point
In this very short tip I'd like to share my solution to a yesterday quesiton in MSDN forum - how to find the database the table belongs to. I use my favorite idea of dynamically constructing a query using INFORMATION_SCHEMA.TABLES view.
[code]
DECLA...
|