Viewing 15 posts - 1 through 15 (of 6,357 total)
Heh... and people wonder why such a thing won't stand up in court. Ant-Green is spot on!
SOX audit gunna eat them alive.
February 27, 2025 at 9:45 am
That trigger was placed there for a reason.
In financing terms once something is on a journal / ledger, it should ALWAYS remain on that journal / ledger.
If there was an...
February 26, 2025 at 4:11 pm
Unable to open the physical file "D:\dbs\sh\5uj5\1008_054209\cmd\11\obj\x64retail\sql\mkmastr\databases\mkmastr.nativeproj\model.mdf"
SQL thinks it was installed to the D: location.
If you don't have a D: then you'll need to uninstall SQL and install it to...
February 18, 2025 at 12:10 pm
You need to physically move the files from the old drive to the new drive.
SQL will not do this for you.
So when you have done the ALTER ... MODIFY, then...
January 2, 2025 at 1:35 pm
Now what you could do is to write a proc which does it then ties it to a certificate which has the access.
This is similar to how you can give...
November 20, 2024 at 2:15 pm
Permissions to the DMV's are detailed on their respective documentation page.
sys.database_principals
Permissions
Any user can see their own user name, the system users, and the fixed database roles. To...
November 20, 2024 at 2:11 pm
Probably allows the use of old legacy ciphers / algorithms, but just clutching at straws there, unsure of the internals.
We can only go on what the public documentation says.
Might be...
November 20, 2024 at 8:39 am
You could just do a straight select also, no need to convert the hex to the GUID as it will implicitly do this for you
SELECT...
November 19, 2024 at 4:59 pm
Are you sending via O365? SQL 2016 and below don't have DotNet set to use strong ciphers, and O365 says you need it.
There's a few things you need to change...
November 19, 2024 at 4:23 pm
Check the database mail log and verify the email is being sent to the queue, the queue is active and that there are no errors.
select * from...
November 19, 2024 at 4:14 pm
Use an older version instead unfortunately.
As per the documentation, 20.2 is only tested on 2014 and above.
November 19, 2024 at 4:06 pm
You could just do a straight select also, no need to convert the hex to the GUID as it will implicitly do this for you
SELECT * FROM...
November 19, 2024 at 4:03 pm
Probably best you join the Slack community and post in the #dbatools channel
A lot of the DBATools folks hang out there instead.
November 13, 2024 at 11:10 am
So whats in the trace file? Does it help us understand whats happening in some way?
October 11, 2024 at 1:01 pm
sp_send_dbmail is not available on Azure SQL DB, so you will need to use some 3rd party application which can integrate with your application to send mail on it's behalf,...
October 10, 2024 at 2:06 pm
Viewing 15 posts - 1 through 15 (of 6,357 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy