Viewing 15 posts - 976 through 990 (of 2,649 total)
To add to what Jeffrey said - if a CTE is mentioned in the following code 2 or more times it's evaluated and executed as many times. No...
December 26, 2021 at 6:46 pm
the issue is not the sql itself but the whole combination - your system is likely constrained in memory and was unable to produce a plan for the full query.
the...
December 24, 2021 at 9:11 am
My favorite lie is that NOLOCK improves performance.
Of course it must vs taking locks.
"and use snapshot isolation." MEGA-HUGE overhead. SI should only be used...
December 22, 2021 at 6:40 pm
you don't change the connection manager - you change the connection string that the connection manager uses.
only case where this is not possible is when your connection is a flat...
December 21, 2021 at 6:55 pm
ahhhh. numbers....
2 situations - long ago, still on mainframes.
some reports were based on Lines of Code written.. so 2 teams each with their own type of code managed to "improve"...
December 21, 2021 at 6:51 pm
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
Viewing 15 posts - 976 through 990 (of 2,649 total)