Viewing 15 posts - 1,711 through 1,725 (of 59,067 total)
Imo it depends on whether or not Approved is exactly equivalent to Taken. Could a user be officially approved and yet not take the day? If there's an exact...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 9:29 pm
With the proviso that I don't know the exact situation...
The purpose of such a table is to audit what's happening to the data, no matter what. Are you absolutely sure...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 9:22 pm
All,
I would like to give a user permission to set system_versioning on or off on a table. I know that one way to do this is to give them...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 6:57 pm
Thanks, for the feedback, Warren. I was worried for ya! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 6:21 pm
Yowch. That doesn't seem right. Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 6:19 pm
I don't use SSRS so I ask the following question in earnest... why do you need to use XML for this to begin with?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 5:28 pm
As a bit of a sidebar, have you checked for code that either takes a backup somewhere outside of CommVault and have you checked to make sure no one wrote...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 5:25 pm
The example posted is the beginning of a RBAR trigger. INSERTs in SQL Server will fire the trigger only once per INSERT even if the INSERT inserts thousands of rows. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 4:19 pm
Does this mean that, ultimately, the new code will go essentially directly from the Developer to Prod without going through QA and UAT. If so, that's a really, really bad...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 4:11 pm
We get a bunch of tasks/requests to run t-sql scripts to update views or stored procs or bad data.
Does anyone know of a server product that can automate the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 3:42 pm
And this is why we want posters to always put the DDL for their tables where we can see them. After 30+ years of doing SQL and RDBMS, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2023 at 4:32 am
I am assuming that the foobars have a key made of the foo_description in the foo_id.
SELECT foobar_id
FROM Foobars
WHERE foobar_description IN ( 'Apex', 'Bill', 'Sierra' )
GROUP BY foobar_id
HAVING COUNT (*)...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2023 at 6:18 pm
I'm using sql statements to query data from multiple tables and exporting them into csv files, then importing that file somewhere else.
I have to ask "Why" here. What is...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2023 at 7:41 am
It doesn't close any "security hole". Only the people that can enable it can use it. Turning it off won't prevent that.
As to your "access denied" error, where...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2023 at 7:32 am
Meeting customers' needs. That's all I want.
Any technology push stinks. And resume building is detestable.
We are here to serve. If we can't relate our activities to a specific customer...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2023 at 7:25 am
Viewing 15 posts - 1,711 through 1,725 (of 59,067 total)