Viewing 14 posts - 16 through 29 (of 29 total)
Hi all,
What is the best way to see all the objects (indexes,PK,constraint,triggers) that related to my table "LARGETable" by a sql query?
October 3, 2017 at 2:10 am
I don'r have many experience with partitioning.
and also the instance Edition is Standard 🙁
September 28, 2017 at 6:00 am
Yes.
but i want to keep the data on table that will be call "LARGETable_OLD" (truncate is not an option).
September 28, 2017 at 5:42 am
Hi RVSC48,
Thank you very much for your quick answer!
It's help me very much!!!
I just added a filter:
and prin.type_desc != ''DATABASE_ROLE''
because i dont need...
August 10, 2017 at 8:41 am
Thanks for the quick response and this great article.
July 17, 2017 at 1:34 am
For a restore of multiple use the dynamic script below.
Please run the script on the Source server and than run the output on the Target server.
set nocount...
May 25, 2017 at 6:39 am
Hi all,
I found script that can dynamically made a backup for all DBs (run the script on the Source server and also execute the output):
/* Created By: AJAY DWIVEDI
May 23, 2017 at 6:13 am
Hello Debasis,
Thank you very much for your quick response!
i got this dynamic SQL query to retrieve a script that generate all the table that have a dependency to...
May 14, 2017 at 6:00 am
Hi Ed,
This is a great link!
This paragraph in the article helped me a lot:
"
Typically columns that appear only in the select clause of a query and not within the WHERE,...
February 13, 2017 at 11:33 am
February 2, 2017 at 12:53 pm
Hello all,
Thank you for your quite response.
I didn't know that TABLERESULTS is an option.
I will create a table with the proper column and use the TABLERESULTS option.
Again thanks a lot!!!
January 19, 2017 at 12:41 pm
Hello all
Thank you very much fir your quick response!
January 9, 2017 at 10:00 am
Viewing 14 posts - 16 through 29 (of 29 total)