Viewing 15 posts - 91 through 105 (of 248 total)
"select *" asks for all data from table and thus the whole table has to be taken to Buffer Cache
assuming that both instances are on the same host, there can...
July 29, 2019 at 9:33 am
In case of 2-members cluster, when one node doesn't see another one, cluster decides to shutdown itself to prevent split-brain situation when you potentially have two copies of databases online...
July 25, 2019 at 9:17 pm
Hi Andrey, It turned out to be a little bit more subtle than that. I eventually traced it to the account setup. One was set to Language = British...
July 25, 2019 at 5:35 pm
Aaron, i'm that you have found the root cause.
I thought about different languages, but assumed that all users on the server have the same language (usually).
Anyway, thanks for the reply....
July 25, 2019 at 5:32 pm
Any ideas.
I suspect different values of datefirst
SET DATEFIRST
https://docs.microsoft.com/en-us/sql/t-sql/statements/set-datefirst-transact-sql
however, it's better to shed light on the function code and show us what it actually does
Using 2012...
July 25, 2019 at 3:23 pm
" distribution group callled "Company X PMO""
It can be also a security group in AD and not distribution list at all.
July 25, 2019 at 7:57 am
"Any ideas on what my issue is?"
I would check OS permissions of SQL server service account.
July 24, 2019 at 2:15 pm
1% of 100 is 1
1% of 1000 is 10
so, comparing only percents doesn't make much sense
In your case, I would calculate average growth speed and get undestanding when there will...
July 24, 2019 at 1:53 pm
An activity makes sense if it helps to get someting desired.
You mentioned "in relation to our needs" but didn't describe them.
What are your needs?
July 24, 2019 at 1:02 pm
Sort in temp relates to index , i am looking for dbcc check db
then the following part of your message should be ignored, right?
"we are geeting space issues every...
July 24, 2019 at 12:41 pm
I suspect, you're speaking about two different things : dbcc jobs and maintenance (reindexing) jobs
which one affect your tempdb?
July 24, 2019 at 10:12 am
getdate() returns time also, so in the current case not all records created 30 days ago will be deleted
to delete records by days , it's better to use cast to...
July 24, 2019 at 10:09 am
Do you mean such one?
https://www.benday.com/2015/09/10/sql-server-reporting-services-export-utility/
July 24, 2019 at 8:08 am
Studio caches data and uses it for previews.
Data is stored in .data files in the same folder where your report resides.
How to clean : either manually or in automated way...
July 18, 2019 at 9:25 am
Hi, Thanks for replying. The disks are clustered, having problems with the 2nd Node seeing the disks though, validation on storage fails. I'm looking into resolving the issues on...
July 17, 2019 at 10:09 am
Viewing 15 posts - 91 through 105 (of 248 total)