Viewing 15 posts - 2,581 through 2,595 (of 6,038 total)
curious_sqldba (5/31/2016)
KSQLDBA (5/31/2016)
its job description. I have googled it and i noticed that many jobs are asking: "Some experience with SQL fertilization helpful" I m...
May 31, 2016 at 12:38 pm
gfoxxy93 (5/31/2016)
Didn't think it would be a good idea to post interview questions for a job I've already got...
Yeah, I gess it's best to play it safe. You never know...
May 31, 2016 at 11:43 am
RE: "SQL Fertilization"
So, perhaps somone is looking for a sperm donor. If musicians, atheletes, and high IQ university students are in demand, then why not a DBA?
May 31, 2016 at 11:10 am
That's why you always have an open position available for a great developer. If one is available, and they rarely are, you hire them if they want to work for...
May 31, 2016 at 7:00 am
N/A is a character value, you cant mix types within same column, so you must CONVERT() the date to character.
May 27, 2016 at 7:00 pm
umailedit (5/27/2016)
or that blind auditions would even be possible
Why is this not possible?
Candidates can be placed in front of a terminal in another room (so you don't know if they...
May 27, 2016 at 4:10 pm
I myself am a middle-aged white man. My fellow DBA team members consist of: a middle-aged Nigerian-American man, a younger Nigerian-American woman, a younger Tanzanian-American man, two middle-aged Indian-American men...
May 27, 2016 at 3:42 pm
Rod at work (5/27/2016)
Recombinant (5/27/2016)
May 27, 2016 at 8:36 am
peter.row (5/26/2016)
Eric M Russell (5/23/2016)
May 26, 2016 at 3:11 pm
Below is a bulk delete script a wrote a couple of years ago. At the time, I had database recovery model set to SIMPLE (truncate log on checkpoint). It also...
May 23, 2016 at 3:01 pm
If you're deleting a total of 100 million rows, then deleting in batches of 10,000 would be too small, because there will be 10,000 iterations of the loop. Each loop...
May 23, 2016 at 2:52 pm
robert.sterbal 56890 (5/23/2016)
Which of these resources work best for audio only?
There are some conversational style SQL Server related podcasts where the host interviews a different professional in each show.
http://www.sqldownunder.com/Podcasts
http://www.sqlserverradio.com/
Stuff by...
May 23, 2016 at 10:24 am
Also if you are forced to comply with an unreasonable request, then give them the bare minimum required. For example, keep in mind that the 'SA' account and SYSADMIN are...
May 23, 2016 at 9:21 am
When dealing with unreasonable requests coming from a position of higher authority, your first response should be to object. But remember to do it in a friendly and helpful way,...
May 23, 2016 at 9:06 am
Properly commenting code blocks that were modified in a branch is essential. All of my comments will contain a change tracking number, so it even if my one sentence explanation...
May 20, 2016 at 1:22 pm
Viewing 15 posts - 2,581 through 2,595 (of 6,038 total)