Viewing 15 posts - 991 through 1,005 (of 2,857 total)
I would try a repair install of VS2019 or look for updates to VS2019.
It sounds like something may be broken with your VS install (just a guess).
July 9, 2021 at 6:57 pm
Did you install the SSDT (or whatever they are calling it in VS 2019)? Chances are you are missing the reporting templates for VS2019. This link has some directions:
https://tomaztsql.wordpress.com/2019/11/03/installing-ssis-ssrs-and-ssas-with-visual-studio-2019/
But the...
July 9, 2021 at 2:54 pm
If you don't want to create the object on the secondary server first (which is the method I would HIGHLY recommend doing as then you can properly define the datatypes...
July 9, 2021 at 2:50 pm
Yes, sorry. My reply was before I realized that this data is already stored inside SQL Server. I wouldn't bother making a new table for it when a view will...
July 8, 2021 at 9:53 pm
For fun, I tried running the query you had pasted and it runs fine on my system.
My guess is you copy-pasted that from another site that does some formatting on...
July 8, 2021 at 9:49 pm
PLEASE DISREGARD THIS POST. OTHERS REPLYING TO THIS ARE DOING A MUCH BETTER JOB ON THIS THAN THE BELOW ADVICE.
I agree with Jeffrey here - I would create a table...
July 8, 2021 at 9:45 pm
I agree with ratbak here. You need some way that SQL can order the data that makes logical sense.
One HUGE problem with using the names of numbers is that it...
July 8, 2021 at 9:33 pm
I would like to add to what Eric said.
I think your test case is flawed. You are not simply testing if having the LDF and MDF on different disks is...
July 8, 2021 at 8:55 pm
Ours fall into ZZartin's bucket too - if the new bug is low impact or low probability of reproduction or low risk, we tend to not roll back. If the...
July 8, 2021 at 4:44 pm
Since it is a JOIN, if that JOIN is on the PK/FK column, it may be already indexed. If it isn't, you MAY get a boost by indexing on that...
July 8, 2021 at 2:16 pm
If you want a single, minimum value returned, don't group the data.
July 7, 2021 at 8:20 pm
For me, a rollback occurs when the release is having a high financial impact on the company. All of the releases I do are for internal-only tools and systems and...
July 7, 2021 at 3:42 pm
If memory serves, CXCONSUMER wait type is related to parallelism. So, my approach to fix this is to adjust parallelism.
Your options are pretty limited on how to fix it (from...
July 7, 2021 at 3:17 pm
SSMS, in the "results to Grid" mode will strip off any special characters when presenting it to the UI. What I mean is if you have a NEW LINE in...
July 6, 2021 at 9:25 pm
Viewing 15 posts - 991 through 1,005 (of 2,857 total)