Viewing 15 posts - 1,576 through 1,590 (of 2,649 total)
Phil - it was combination of 3 db's for a migration project (insurance company).
April 7, 2020 at 11:42 pm
is it just me or does the OP here just think that we "should" answer all his/her questions without he/she showing that he made an effort of googling for whats...
April 7, 2020 at 7:39 pm
you can try the following.
create a folder where you put the create scripts for those tables
on the projects where you need those tables ensure you have the folders...
April 7, 2020 at 4:35 pm
you can try the following.
create a folder where you put the create scripts for those tables
on the projects where you need those tables ensure you have the folders setup correctly...
April 7, 2020 at 3:27 pm
new queries only - so if you are seeing high cpu you will need to use a few dmv's to figure out which queries are taking that cpu
April 7, 2020 at 9:24 am
and please please do not create those fields as TEXT - define them as varchar if they are character based - and if the data is numeric or date and...
April 6, 2020 at 9:29 pm
That link contains enough information to guide you on which one to chose - other than that it is TEST TEST TEST and pick the one that performs better for...
April 6, 2020 at 4:07 pm
the tables you have contain a query hash - with that you can get to the other DMV's that may or not contain a session ID - there may not...
April 5, 2020 at 9:55 pm
Thank you for your feedback, appreciate your valuable time, skills and know ledges. Do you agree if we have more than 5 millions rows in source table, we should...
April 5, 2020 at 2:37 pm
for example when you have varchar max columns that compress very well (like email body (without attachments) and those columns will never be subject to a search.
in one of my...
April 4, 2020 at 3:10 pm
first - CDC is available since 2008 at lest - Maybe you are talking about temporal tables?
For recording the changes you can implement a delete trigger - and for each...
April 4, 2020 at 1:28 pm
that being a VM - if Vmware ensure that
April 3, 2020 at 8:10 pm
I think this is what the OP desires
select ID
, DocNumber
, InternalNumber
, DocumentDate
...
April 3, 2020 at 7:07 am
one option is do the deployment through t-sql
requires that bulk admin is granted to the devs (but not a big issue normally)
use SSISDB
declare @projectbinary as varbinary(max) =...
April 1, 2020 at 12:55 pm
lots of info can be achieved as mentioned.
On my shop for some of the critical servers we don't even use sp_whoisactive but we use the DMV's to get similar information...
March 31, 2020 at 10:33 pm
Viewing 15 posts - 1,576 through 1,590 (of 2,649 total)