Viewing 15 posts - 2,686 through 2,700 (of 6,038 total)
Aggregate downtime per year is a common baseline measurement, but it may not be the right question. In many cases it's really a matter of how much contiguous downtime can...
April 15, 2016 at 7:13 am
Thomas Hütter (4/15/2016)
I attended 2 SQL events so far this year, at both there were speakers breaking their demos because...
April 15, 2016 at 6:56 am
In many organizations, the physical model of the database is entirely determined by the default behaviour of whatever data modeling or ORM tool was used by the developer. It's not...
April 14, 2016 at 11:17 am
Interative development with a series of deliverable milestones. I've found that stakeholders and users are more willing to accept long (and even expensive) project lifecycles, if they can get their...
April 14, 2016 at 7:02 am
Documentation of the database architecture and processes is especially critical when the disaster your organization is attempting to recover from is the sudden death of the DBA.
April 14, 2016 at 6:44 am
A Proof Of Concept doesn't have to be a mockup of the entire solution. For example, if I want to prove the concept that loading data into a staging table...
April 13, 2016 at 2:55 pm
robert.sterbal 56890 (4/12/2016)
Eric M Russell (4/12/2016)
April 13, 2016 at 12:34 pm
Gary Varga (4/13/2016)
below86 (4/13/2016)
Should I send an email before the deadline and describe my situation and let them know I could have it within a few days after the deadline?
This....
April 13, 2016 at 12:04 pm
below86 (4/13/2016)
April 13, 2016 at 9:55 am
below86 (4/12/2016)
ZZartin (4/12/2016)
It really depends on the company and the recruiter, some companies have recruiters they trust to understand their requirements and not jerk them around when sending them candidates.
I...
April 12, 2016 at 2:17 pm
While job searching last year, the biggest obstacle I had to overcome was IT recruiters. My advise is: Don't rely (or even waste your time) on 3rd party recruiters, always...
April 12, 2016 at 12:39 pm
below86 (4/11/2016)
Eric M Russell (4/6/2016)
April 12, 2016 at 8:53 am
I like SQLBits talks, because they are more conversational and don't use live demos. That works well for me, because I rip a lot of SQL Server related audio tracks...
April 12, 2016 at 7:51 am
GSquared (4/11/2016)
Eric M Russell (4/11/2016)
Is MyColumn of type VarChar? Perhaps what they intended to do was convert NULL values to the string 'NULL'.For example:
ISNULL(MyTable.MyColumn, 'NULL') AS MyColumn
No...
April 12, 2016 at 7:40 am
First, to prevent this from happening again, take steps to insure that you are not restoring good data on top of faulty hardware, so run a disk subsystem diagnostic.
Going forward,...
April 11, 2016 at 4:12 pm
Viewing 15 posts - 2,686 through 2,700 (of 6,038 total)