|
|
|
|
|
|
|
|
-
Conficker liked 8 Days ago through Scripts
We all know the way to create foreign key on column, and we are using UI to create it mostly instead of script. Did you used script to add foreign key?
...
|
|
|
|
|
-
Conficker refreshed 13 Days ago through Blogs
This is a question that I often hear from people around. Let us have a closer look into the various factors that help us to answer this question.
One of the feeling that I see, many people have is "Hey, there is VARCHAR(MAX), just use it, and you don't...
|
-
Conficker Liked 13 Days ago through Blogs
This is a question that I often hear from people around. Let us have a closer look into the various factors that help us to answer this question.
One of the feeling that I see, many people have is "Hey, there is VARCHAR(MAX), just use it, and you don't...
|
-
Conficker Learned 13 Days ago through Just Learned
Sometime on requirement based we need to call the stored procedures remotly to get output in local server and database.
This is the how can we execute it,
[CODE]
-- [RemoteServername] is the link server name
EXEC [RemoteServername].[RemoteData...
|
-
Conficker Liked 13 Days ago through Just Learned
Sometime on requirement based we need to call the stored procedures remotly to get output in local server and database.
This is the how can we execute it,
[CODE]
-- [RemoteServername] is the link server name
EXEC [RemoteServername].[RemoteData...
|