Viewing 15 posts - 1,726 through 1,740 (of 59,082 total)
Nicely done, Mr. Munson.
--Jeff Moden
Change is inevitable... Change for the better is not.
Thank you Jeff, but what are you using inside your company to manage hierarchies? are you using SQL Server MDM ? you do you create your own code? thanks
You've...
--Jeff Moden
Change is inevitable... Change for the better is not.
Heh... old post I know but, for others reading this, stop putting login names and passwords in clear text in batch files. Use only proper "trusted connections".
--Jeff Moden
Change is inevitable... Change for the better is not.
The current approach seems ok to me, as long as people are rigorous about changing the status to "Declined" or "Cancelled" if the day can't be taken as scheduled.
That's...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
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.
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.
Thanks, for the feedback, Warren. I was worried for ya! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
Yowch. That doesn't seem right. Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
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.
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.
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.
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.
Viewing 15 posts - 1,726 through 1,740 (of 59,082 total)