Viewing 15 posts - 541 through 555 (of 6,678 total)
FYI - as of SSRS 2017 you cannot install multiple instances of Reporting Services on a single machine. Instead of trying to figure out how to manage encryption keys for...
May 31, 2022 at 4:30 pm
Here is requirement
i have directory and i know the path where it creates folder
D:/Employees/
Under this employees folder we will have so many sub folders, and its not constant we...
May 30, 2022 at 3:56 pm
You would use DATEDIFF with the units difference you would like to see. I would recommend using a unit one step below the actual requirement unless you only want to...
May 19, 2022 at 2:41 pm
I tried the account on SQL Agent on a different server, one of the three we set up at this time, and it works fine on the other server.
How...
May 19, 2022 at 2:31 pm
Unless you are actually having issues where you know that offloading the reads is going to help - then read-only routing is only going to make your system more complex...
May 19, 2022 at 2:21 pm
Good to know - thank you for the feedback.
May 18, 2022 at 9:23 pm
@michael-2 - I was not assuming anything. I provided one example of where moving system databases to the same disk/volume as user databases could cause issues. The point I was...
May 18, 2022 at 5:35 pm
I think that depends on what you consider an upgrade. The schema in the database may or may not be upgraded - that is going to depend on the changes...
May 17, 2022 at 9:13 pm
Grant the service account full control on the drives that contain the SQL database files. In my case, that's D, L, H, and T
Grant the service account...
May 17, 2022 at 9:04 pm
Nope, that was one of the first things I tried. I just changed it and changed it back again, just for giggles, and still didn't help.
Thanks, Chris
Have you verified...
May 16, 2022 at 7:56 pm
Grant the service account full control on the drives that contain the SQL database files. In my case, that's D, L, H, and T
Grant the service account full control...
May 16, 2022 at 7:31 pm
Hey Sorry,
I got this sorted Thank you.
CASE WHEN WHEN d.CancelDate ='1900-01-01 00:00:00.000' AND d.ClosingDate = '1900-01-01 00:00:00.000' THEN '' --'NO Valid Closing Date' ELSE DATEDIFF(day, d.ClosingDate, d.CancelDate)+1 END AS...
May 16, 2022 at 7:11 pm
Those would work although those particular dates are a wee bit into the future assuming those are the little-endian count of days since the first of January 1900. One...
May 14, 2022 at 8:15 pm
There are a lot of problems with that code - formatting makes it very difficult to read as well as missing alias references and so many places where you are...
May 14, 2022 at 4:01 pm
This is fairly well documented here: https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/configure-distributed-availability-groups?view=sql-server-ver15&tabs=automatic
May 14, 2022 at 3:17 pm
Viewing 15 posts - 541 through 555 (of 6,678 total)