
dba4life.blogspot.com
dba4lifeThe life of a Database Administrator
http://dba4life.blogspot.com/
The life of a Database Administrator
http://dba4life.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
1
SITE IP
172.217.11.33
LOAD TIME
0.325 sec
SCORE
6.2
dba4life | dba4life.blogspot.com Reviews
https://dba4life.blogspot.com
The life of a Database Administrator
dba4life: Wolfram Fail
http://dba4life.blogspot.com/2009/05/wolfram-fail.html
Subscribe to the RSS feed. I have been looking forward to Wolfram Alpha. Going live. I am no longer so impressed. After trying to find how many state employees California has, to no avail, I asked a simpler question. It looks like, contrary to the hype, Google is safe for a while. Subscribe to: Post Comments (Atom).
dba4life: Documentation
http://dba4life.blogspot.com/2011/03/documentation.html
Subscribe to the RSS feed. If your work isn't documented, it is worthless. This is my new modus operandi. A couple years of silence is largely due to working projects with failed documentation. It is incredibly draining. I spent my 20's shirking documentation; excuses like, 'the code is self-documenting (I am decent at effective minimal commenting),' 'this is a one time deal.' There were always reasons not to document. I am paying for that now. Subscribe to: Post Comments (Atom).
dba4life: Put a Diaper On It
http://dba4life.blogspot.com/2011/08/inspired-by-adam-machanics-t-sql.html
Subscribe to the RSS feed. Put a Diaper On It. Inspired by Adam Machanic's T-SQL Tuesday. Topic of 'Crap Code' I decided to take a bit of a different bent- preventing crap code. Instead of coming off as incredibly arrogant by admitting that I cannot recall code that I have written that I am embarrassed of, I thought to answer why that is. Defined purpose and consistent code. If your code explains why. It is doing what it does and is consistently formatted. It is hard to argue with your original reasoning.
dba4life: Simple SQL: Optional Parameters, Static Statements
http://dba4life.blogspot.com/2008/10/simple-sql-optional-parameters-static.html
Subscribe to the RSS feed. Simple SQL: Optional Parameters, Static Statements. Dynamic SQL, as wonderful a thing as it is, is horrible for security and maintenance. Your best bet is to avoid it. People often whine about making parameters optional. If you set the parameters that you are not using to null, this is a simple thing to do:. Set @state = 'CA'. Set @zip = null. State = coalesce(@state, State). And Zip = coalesce(@zip, Zip). Subscribe to: Post Comments (Atom).
dba4life: Perl: Convert PDF Files to Text
http://dba4life.blogspot.com/2009/02/perl-convert-pdf-files-to-text.html
Subscribe to the RSS feed. Perl: Convert PDF Files to Text. Using the CAM: PDF package, it is easy to extract the text from PDF files. The following script takes all PDF files from a directory and extracts the text of the entire file and writes it to a text file. This script is also available at dba4Life. Use IO: Handle;. Use CAM: PDF;. Use CAM: PDF: PageText;. My $PDFDIR = "./SomeSubDirectory";. Opendir DDL, $PDFDIR die "Error in opening PDF directory $PDFDIR n";. While( my $filename = readdir(DDL) ).
TOTAL PAGES IN THIS WEBSITE
11
KuroHime
Saturday, March 6, 2010. Wednesday, March 3, 2010. Duit tak ada,tapi hati ingin kawin. Susah hati btol skrg neh.nk tetido memalam pon xlena sgt.byk btol konflik kt dlm jiwa aku ni.udah rupe jln seploh simpang.da lame kot xupdate blog neh.malas sgt.hehehe.ade ke org nk bc blog aku neh.koya la.xpela kan walo xde org nk bc sekalipon,aku tulis gk.biarla jd diary utk aku.ekceli aku byk mslh jgk skrg neh.aduyaiii. 1 keje xdpt2 lagik. 2 nk pk nk byr utang (ptptpuuuuuuuu;UTP). Sunday, November 16, 2008. So let m...
DBA4aDAY
DBA4aDay is dedicated to providing innovative and affordable solutions to companies that utilize Oracle products including the 11i E-Business suite software. We specialize in cutting business costs associated with administering and maintaining Oracle 11i. Our consultants have worked on large projects and are very experienced in their field. DBA4aDay will help you manage your IT costs by bringing consultants directly to you and cutting out the middle man. Functional and technical consulting.
DBA4All – DBA4All – We care about your data
Treinamento Mastering Your SQL Server Environment. By Vitor Fava Fala pessoal, tudo bem com vocês? Acredito que entre os diversos objetivos planejador para esse ano de 2017 está também a intenção de alavancar sua carreira e conseguir uma possível promoção ou então um novo cargo em uma grande empresa, certo? Carreira Dicas para turbinar sua carreira em 2017. By Vitor Fava Fala pessoal, tudo bem com vocês? Skype for Business accelerates modern collaboration at Microsoft (Business Case Study). By Vitor Fava...
Andrejs life with ORACLE, knowledge base
Andrejs life with ORACLE, knowledge base. Thank you for visiting my BLOG. Just another ORACLE BLOG. This page contains my experiences about Oracle. The BLOG is open until the last visitor. Thursday, March 15, 2018. A Look Up Close at my Top 5 User Group Conferences. Dear Blog reader,. I tried to write an article in e-magazine #ORAWORLD. You can find it on page 40. 8220;A Look Up Close at my Top 5 User Group Conferences”. Enjoy browsing through the current issue! His issue is all about change: With the.
DBA4Less
dba4life
Subscribe to the RSS feed. Put a Diaper On It. Inspired by Adam Machanic's T-SQL Tuesday. Topic of 'Crap Code' I decided to take a bit of a different bent- preventing crap code. Instead of coming off as incredibly arrogant by admitting that I cannot recall code that I have written that I am embarrassed of, I thought to answer why that is. Defined purpose and consistent code. If your code explains why. It is doing what it does and is consistently formatted. It is hard to argue with your original reasoning.
dba4Life
DBA 4 Life...
DBA 4 Life…. Randomness – Wallpaper/Images. Hi guys, just to mix it up a bit I thought I’d post some wallpapers I’ve come across that I could share with you all. Sources include DEVIANTART. If the artwork is yours, please let me know so I can credit you 🙂. July 3, 2008 at 12:59 am. How do I execute the same SQL code multiple times? Use the command GO. The following example demonstrates how GO can be used to execute the same code multiple times. SELECT GETDATE() AS CurrentTime GO 3. If SQL Server has.
dba4now | best practices of database administration | emma2037
Best practices of database administration emma2037. Install Windows XP while Vista in place (on TOSHIBA Satellite A300). BACKGROUND Recently I purchased a Toshiba Satellite laptop (A300-04Q). The Vista works fine but I have to install XP as well due to some utility security concern. The XP installation will be using OEM CD. This could be an issue as most of my laptop drivers have not been included. The Vista installation (or repair) […]. Posted at 12:15 am UTC on 12-Sep-2008 1 comment. Filed Under: db2 v8.
Oracle Database Administrator — Oracle DBA — DBA 4 Reference
A seasoned database administrator ready to help you. Just write a good reference for me. Message sent successfully, we will contact you. Sorry, but when you send the error occurred. Need help or consultation from a DBA? Because I want it and I can afford it. It’s simple. I work as a database administrator, consultant and trainer, and I provide regular database support to my own customers. The offer applies to new companies I haven’t been working with yet. Worth trying it out, don’t you think? I work glob...