Viewing 15 posts - 31 through 45 (of 6,400 total)
SQL will not release space automatically to match what the internal size is.
If you want to release the space back to the OS you need to manually and consciencely issues...
April 23, 2025 at 6:49 am
check the windows error logs also application/system/security it should guide you better to whome is doing it
April 22, 2025 at 9:33 am
Take a look at the delimitedsplit functions, do these do what you need.
https://www.sqlservercentral.com/forums/topic/using-the-delimitedsplit8k-function-help-jeff
April 16, 2025 at 10:51 am
Check the setup bootstrap logs, by default they are in "C:\Program Files\Microsoft SQL Server\160\Setup Bootstrap\Log" with a time stamped folder for each run of the scenarioengine process.
The summary and detail...
April 15, 2025 at 12:29 pm
Will probably have to repair the instance.
Might be worth getting a consultant in to do a deep dive into the server, it's not something which can easily be done on...
April 2, 2025 at 11:31 am
Unsure then, if your doing whatever functionality it is as a sysadmin account and the function is there, something is for sure a miss.
If you're not using policy based management,...
April 2, 2025 at 10:16 am
If you where to navigate in object explorer as someone with sysadmin rights, do you see that function??
April 2, 2025 at 9:59 am
Post the exact error message(s) as they are shown on screen.
The general fix for that error is that your agent XP's are not enabled.
Also a copy of the output of
April 2, 2025 at 9:29 am
More than likely you have a DML DDL trigger enabled somewhere, that needs to be modified or disabled while you run any CDC enable/disable operation, as CDC tasks execute as...
March 23, 2025 at 9:55 am
More than likely you have a DML DDL trigger enabled somewhere, that needs to be modified or disabled while you run any CDC enable/disable operation, as CDC tasks execute as...
March 23, 2025 at 9:54 am
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
Viewing 15 posts - 31 through 45 (of 6,400 total)