Viewing 15 posts - 2,776 through 2,790 (of 6,038 total)
Not only does a language like T-SQL abstract us from internals (although we can view at the sequences of high level operations performed by the execution plan), but the execution...
March 24, 2016 at 11:30 am
If you have power users or 3rd party applications that insist on connecting as 'SA', then you can fake them off by renaming original 'SA' account, and then recreating 'SA'...
March 23, 2016 at 12:42 pm
This cartoon reminds me of that 1995 SciFi movie 'Johnny Mnemonic', which takes the concept of a 'sneakernet' to a whole new level.
March 23, 2016 at 12:30 pm
There was a forum discussion a few years back on how to prevent users from changing their SQL Server account passwords.
Consider something like the following. What it does it create...
March 23, 2016 at 8:42 am
The concepts of a corporate retirement pension or even seniority based on years of service are practically nonexistent here in the US, least of all within the IT industry. Our...
March 23, 2016 at 8:00 am
... The plan was to have the master copy of the database at the Admin office, and each remote location would have its own copy of the database on SQL...
March 22, 2016 at 11:01 am
Eric M Russell (2/25/2016)
March 22, 2016 at 8:15 am
Gary Varga (3/22/2016)
David.Poole (3/21/2016)
...I'm extremely wary of LinkedIn endorsements. I've been endorsed by people I've never heard of for skills I didn't know I had.
Me too. I have been...
March 22, 2016 at 7:50 am
Over the past decade, the bar has been raised regarding requirements for a DBA or data professional. That's good, but perhaps we need to reach out and be better mentors.
March 22, 2016 at 7:42 am
Also, consider setting up an Audit trace on account password changes.
http://www.toadworld.com/platforms/sql-server/w/wiki/10429.tracking-password-changes
March 21, 2016 at 2:59 pm
Does the application normally login using the 'SA' account or using another account with SYSADMIN privillage? A user can change the password on any account for which they can login,...
March 21, 2016 at 2:57 pm
HR and management like canned pop quiz style technical interviews (ie: What is a clustered index?), because they are straightforward, and they can add up the scores and easily stack...
March 21, 2016 at 1:56 pm
There are some DMV functions that will return cached exection plans, including number of executions, min, max, avg runtime, resource consumption, etc. but the problem is that not all queries...
March 21, 2016 at 12:09 pm
I believe there is an important role for "New Men" in IT, so long as you're referring to the smart and adaptable type who graduated from university with an MBA,...
March 21, 2016 at 7:55 am
The only users who automatically have access to all databases are members of the SYSADMIN role. For non-sysadmin users, you must create their account in a database. To faciliate the...
March 20, 2016 at 6:40 am
Viewing 15 posts - 2,776 through 2,790 (of 6,038 total)