Viewing 15 posts - 1,576 through 1,590 (of 2,654 total)
that is, as far as I can see, an older paper.
Visual Studio Subscriptions (formerly MSDN subscriptions) - latest licensing whitepaper here.
from it
Different Licensed Users Can Run the Same Software
Each...
April 8, 2020 at 6:15 pm
using the MSDN edition has a few constraints and I do not recommend it.
Main one is that if you use it then EVERYONE accessing that server, directly or indirectly, including...
April 8, 2020 at 3:17 pm
so you are telling us that you went through the documentation on over 160 dmv views and you didn't find any other view that has a query hash column?
even a...
April 8, 2020 at 3:06 pm
as you were told on your other thread about this (and please do not create multiple threads) you do each individually - which by now you should already be aware...
April 8, 2020 at 2:56 pm
DON'T do it is the correct answer. All columns should have the correct data type for their content and purpose.
Null is what you should be using - fact you don't...
April 8, 2020 at 8:48 am
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
Viewing 15 posts - 1,576 through 1,590 (of 2,654 total)