Viewing 9 posts - 1 through 9 (of 9 total)
Oh, that makes much more sense! I implemented a similar strategy once when there was a complaint that an unknown person was deleting and modifing rows from outside the erp...
October 30, 2019 at 8:06 pm
Table triggers will kill your performance and are generally frowned upon. If your database is small and your users are few it won't matter, but this isn't a scalable solution.
I'm...
October 30, 2019 at 5:07 pm
Developers could certainly have read access to production data. If a production change needs to occur to data for whatever reason, the production change should be done by an ops...
October 30, 2019 at 4:05 pm
First, if your developers have the ability to delete data from a production database, it's not a production database, it's a development database. There's no excuse for letting developers into...
October 29, 2019 at 3:47 pm
SQL Server 2008 was version 10, not 9.
XP end of life was in 2014- the extended lifespan for XP was only available through a hack that makes your system look...
April 13, 2019 at 8:31 pm
Singular. I teach singular and I beg people to use Singular. Not only do we not have to remember if there is or isn't an S if we just know...
December 8, 2017 at 4:33 pm
http: / / DNS.STUFF.is.ONLY.HERE / thisPartIsHTTP
(spaces to prevent auto linking)
Also, it is INCREDIBLY bad advice to recommend modifying HOSTS. That's what DNS is for. Modifying HOSTS is...
June 14, 2017 at 2:10 pm
> You could probably modify the hosts file to redirect to the reporting server or update your DNS server.
Just for future people finding this thread. no, you can't...
June 12, 2017 at 6:02 pm
Viewing 9 posts - 1 through 9 (of 9 total)