Viewing 15 posts - 1,036 through 1,050 (of 2,701 total)
error is very clear - that user (bit\pqScott) does not have permissions to create the table on database RRDB01 - fix the permissions as required.
December 18, 2021 at 1:11 pm
that has happened often enough over last few years - and not only with that CU - some of the scripts that are part of the upgrade process are not...
December 15, 2021 at 6:00 pm
"I review it". How long does THAT take?
And why does it need reviewed for "safety" if they don't have the permissions to change anything on the instance??
What...
December 14, 2021 at 4:49 pm
Hold on. I explicitly stated that auditors should not be able to change anything on the system. Talking about giving auditors "sysadmin" is a straw man.
Scripts that capture full permissions...
December 13, 2021 at 8:45 pm
And in neither case did all inquiries go thru and be approved by the DBA, correct?
An "audit" that only allows what the DBA wants to run is not a...
December 13, 2021 at 7:49 pm
use $($variablename) to see if it solves your issue.
December 13, 2021 at 6:22 pm
As to password protected spreadsheets, I've not had to work on such things before. I'll have to do a test to find out if the "ACE Drivers" have a...
December 13, 2021 at 12:28 am
Converting these excel files to csv files isn't much too much of an issue as I recently came across a powershell script which helps me to automate this piece...
December 12, 2021 at 10:27 am
you can retrieve the object_id of that object and then get the name form sys.objects for the returned object.
as a string replacement alone - do a replace of both brackets...
December 10, 2021 at 5:05 pm
why do other uses need to see who can login on a server? that is on its own a security risk and should not be exposed by default.
If it is...
December 10, 2021 at 2:23 pm
Would there be any advantage(speed) to strip my backup even though my drive that I'm backing up to is part of a San where it's not on it own...
December 10, 2021 at 1:49 pm
reading the manual is normally advisable as it does contain the information one is looking most of the of the times.
December 6, 2021 at 11:24 pm
using columnstore is potentially one of your other issues - while it is GREAT for space saving and for aggregation style SQL it can perform badly for plain joins to...
December 6, 2021 at 9:31 am
Jeff - I do believe that the sample supplied with 2 digits and "." as separator is only how its displayed and not how its stored.
December 6, 2021 at 8:20 am
I would query why that is a requirement - in a properly designed cube a good analysis tool that can accomplished that within the tool (SSAS or similar) using their...
December 5, 2021 at 11:00 pm
Viewing 15 posts - 1,036 through 1,050 (of 2,701 total)