Viewing 15 posts - 31 through 45 (of 131 total)
Seek and Scan is not under your control unless you specifically instruct SQL Server Optimizer to do it using Hints. In the above case it has nothing to do with...
January 27, 2020 at 1:25 pm
That worked. When I do CREATE TABLE or INSERT INTO, the table name doesn't need quotes. How do you know when a table name needs quotes?
I found this from...
January 26, 2020 at 6:45 am
I take this opportunity to talk about the probable root cause of schema difference between Dev and Prod. Unless we work on root cause, there would many such recurring opportunities...
December 31, 2019 at 8:36 am
You have used COALESCE function but haven't supplied multiple arguments. I can see only one argument to your COALESCE function and that may be causing the error.
Either remove COALESCE function...
December 31, 2019 at 8:15 am
When you say Page File usage is up to 200% of the memory, what you are talking about is the size of the page-file not the page file actually...
December 31, 2019 at 7:41 am
Hi Jonathan - Have tried Task Manager and it has now totally confused me 🙁
Out of around 26 GB configured for SQL Server, only 475 MB is getting used. Please...
December 27, 2019 at 8:12 am
I'm hoping to have some useful suggestion on this topic.
December 24, 2019 at 8:57 am
You gave great insights on the Index Maintenance, Rebuild and Reorganize. Thanks for your time spent on the experiments and as a result of which we have such a wonderful...
December 24, 2019 at 8:56 am
Max Memory capping is applied on the instance.
Total Available Memory : 32 GB
Max Memory configured : 26 GB
As far as I know, nothing additional running on the instance, except the...
December 24, 2019 at 8:43 am
Any suggestions would be much appreciated !
December 23, 2019 at 4:28 am
I just finished running a stored proc that loads 5.5 million rows into a table variable as part of a cursor loop, then writes all of those rows...
December 20, 2019 at 12:12 pm
Your original query refers to Survey_Answers table and fetches only 3 columns and has a WHERE clause too. This has been done as part of subquery. Since you have not...
December 20, 2019 at 8:44 am
Grant has suggested 2 features.
1) Availability Group : is available both in SQL Server as well as Azure (Azure SQL is also SQL Server. You will be able to leverage...
December 19, 2019 at 7:45 am
Your query is perfectly doing it's job as it's written.
If your intention is to identify & update the duplicate records basis certain set of columns then try to make use...
December 17, 2019 at 6:20 am
Your requirement is just to maintain the copies of the DB or you are also thinking to implement HA/DR solution out of it? Also, mention the version and edition of...
December 16, 2019 at 10:54 am
Viewing 15 posts - 31 through 45 (of 131 total)