
DBADAILYSTUFF.COM
DBA daily stuff | SQL Server, PostgreSQL, Oracle, Powershell, …SQL Server, PostgreSQL, Oracle, Powershell, ...
http://www.dbadailystuff.com/
SQL Server, PostgreSQL, Oracle, Powershell, ...
http://www.dbadailystuff.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
16x16
32x32
Whoiscontactsprotection.com
Girona ●●●●●●●local 6
Malgr●●●●●e Mar , Barcelona, 08380
ES
View this contact
Whoiscontactsprotection.com
Girona ●●●●●●●local 6
Malgr●●●●●e Mar , Barcelona, 08380
ES
View this contact
Whoiscontactsprotection.com
Girona ●●●●●●●local 6
Malgr●●●●●e Mar , Barcelona, 08380
ES
View this contact
13
YEARS
2
MONTHS
25
DAYS
10DENCEHISPAHARD, S.L
WHOIS : whois.cdmon.com
REFERRED : http://www.cdmon.com
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
2
SITE IP
46.16.61.114
LOAD TIME
0 sec
SCORE
6.2
DBA daily stuff | SQL Server, PostgreSQL, Oracle, Powershell, … | dbadailystuff.com Reviews
https://dbadailystuff.com
SQL Server, PostgreSQL, Oracle, Powershell, ...
Josep - Review of Getting Started with OrientDB book
http://dbadailystuff.com/2013/10/16/review-of-getting-started-with-orientdb-book
Review of Getting Started with OrientDB book. Disclaimer: I was asked to review the Getting Started with OrientDB. Book and I received a free ebook copy of it. Getting Started with OrientDB. Is written by Claudio Tesoriero and it has been published on August 2013. It’s the only OrientDB. Book out there. At least it’s the only book listed in OrientDB GitHub. And the only one I have found. I would have changed the order of the book: first it discusses administration and later on programming, while I would ...
Josep - Using functions on columns instead on literals
http://dbadailystuff.com/2014/08/26/using-functions-on-columns-instead-on-literals
Using functions on columns instead on literals. I always hear from developers that DBAs are against the use of ORMs (like Hibernate) without any reason. Before being a DBA, I was a developer and I recognize that I like to use ORMs because it makes it easier but you should always have in mind what’s beyond the ORM’s classes and what queries are executed by the ORM. The query generated by Hibernate:. C: MYPATH MYFILE.TXT. The index is not used because the UPPER function, so we’ve two solutions:. C: MyPath ...
Josep - SQL Server vs PostgreSQL: fighting for resources in the same server
http://dbadailystuff.com/2014/02/20/sql-server-vs-postgresql-fighting-for-resources-in-the-same-server
SQL Server vs PostgreSQL: fighting for resources in the same server. This is not the typical performance’s comparative between SQL Server and PostgreSQL. I only test their performance’s affectation when they run in the same server, that I would never do. We were asked: Is it possible to run SQL Server and a PostgreSQL in the same server? Obviously, the server would run under Windows. The first thought was: no. We decide to use the DELL’s DVD store benchmark. We create a DB of 10GB in each RDBM. For Postg...
Josep - SETVAL for all sequences in a schema
http://dbadailystuff.com/2013/12/03/setval-for-all-sequences-in-a-schema
SETVAL for all sequences in a schema. The PostgreSQL setval() function, explained in Sequence Manipulation Functions. Is the way that PostgreSQL has to change the value of a sequence. But only accepts one table as a parameter and youve to find the max value. So, if you need to set the sequence of single table or all the sequences in a schema to the max(id) of every table, you can do can use the following script, based on Updating sequence values from table select. SELECT setval max(public);. In this exam...
Josep - Get-Hash, a powershell hash function
http://dbadailystuff.com/2013/03/11/get-hash-a-powershell-hash-function
Get-Hash, a powershell hash function. I needed a hash function that I could pass a text string or a file to compute its hash (MD5, SHA1, etc). But unfortunately Powershell hasn’t got one, so I started to look for alternatives:. There’s a Get-Hash cmdlet (function embedded in a DLL written in C#) in PowerShell Community Extensions. I found two small tools command-line tools:. The File Checksum Integrity Verifier. Example: sha1sum mapais.txt. Any of these options exactly matched my needs:. So based on Bria...
TOTAL PAGES IN THIS WEBSITE
7
DON'T BE A DUMPER | A fine WordPress.com site
DON'T BE A DUMPER. A fine WordPress.com site. October 15, 2012. CLEAN UP AUSTRALIA DAY. Clean up Australia Day is something that happens every year. The general public are encouraged to particpate in the event as well as schools and businesses. The event allows for people to volunteer time to cleaning up their local neighbourhood and getting rid of rubbish. We think that this is a great initiative, however, a lot more can be done by everyone. October 15, 2012. 2 Put up signs around your local neighbourho...
www.dbada.net
dba: Daddy
Business and life lessons I learned while working as our daughter's primary caregiver. Outstanding Shares: Making Charity Part of Our Child's Daily Routine. March 11, 2015. Chinese proverb, author unknown. Millenials] have shown different attitudes to ownership[ that have helped spawn what’s being called a ‘sharing economy’. They are also the first generation of digital nativesthey are used to instant access to price comparisons, product information and peer reviews. -Fast Company March 2015. In short, I...
DBA Daddy's Twinstant Family ... | A DBA, A Daddy to be … of twins!
Discounts and Deals …. DBA Daddy's Twinstant Family …. A DBA, A Daddy to be … of twins! The Simons’ are twice blessed! August 27, 2010 by dbadaddy. SpawnProcess(fork(),2,XY,XY,”Aiden”,”Gibson”,”DROP TABLE. Discretionary income PURGE;”);. Catherine and I would like to announce that earlier today our two little miracles were born at Franklin Woods Hospital in Johnson City, TN. Aiden was born at 10:07a and weighed 6lbs 1oz. Gibson was born at 10:08a and weighed 6lbs even. More to come …. So I looked up a no...
痘痘消炎水,痘痘消除方法,痘痘小護士,雷射痘痘效果,染料雷射痘痘效果,針灸痘痘效果,平泰秀擦痘痘效果
痘痘消炎水,痘痘消除方法,痘痘小護士,雷射痘痘效果,染料雷射痘痘效果,針灸痘痘效果,平泰秀擦痘痘效果.
DBA daily stuff | SQL Server, PostgreSQL, Oracle, Powershell, …
SQL Server, PostgreSQL, Oracle, Powershell, …. Using functions on columns instead on literals. August 26, 2014. I always hear from developers that DBAs are against the use of ORMs (like Hibernate) without any reason. Before being a DBA, I was a developer and I recognize that I like to use ORMs because it makes it easier but you should always have in mind what’s beyond the ORM’s classes and what queries are executed by the ORM. CREATE UNIQUE INDEX ix binaryfile ruta ON binaryfile USING btree (ruta);.
dbadailytelegraph.blogspot.com
DBA Daily Telegraph
Monday, November 7, 2011. RMAN duplicate in details. Originally published at Pythian. Its all started from the question on communities.oracle.com. An "enhancement" in 11.2 prevents RMAN duplicating non self-contained subset of a database. Where new feature of RMAN in 11.2. Was shown which prevents duplication of sets of tablespaces if they are not self-contained. I took debug of duplication and figured out that RMAN internally executes procedure dbms tts.transport set check. But one by one and manually.
무료웹하드사이트 모음
Dan Hudson Custom Woodworking - Home
Dan Hudson Custom Woodworking. Your Dreams Brought to Life! Based on your designs. No MDF or Particleboard. Safer for your home and the environment!
DBA道
Sbin/iptables -A FORWARD -p icmp –icmp-type 11 -j DROP. Sbin/iptables -A FORWARD -p icmp -j DROP. Shell echo “1″ /proc/sys/net/ipv4/icmp echo ignore all. Shell echo “echo “1″ /proc/sys/net/ipv4/icmp echo ignore all” /etc/rc.local. Windows Server 2008 参考:http:/ hi.baidu.com/%BA%D3%C4%CF%CD%F8%C2%B7/blog/item/91076a62831cdb4aebf8f807.html. Windows Server 2003参考: http:/ zhidao.baidu.com/question/41992099. Shell /etc/init.d/portmap stop & chkconfig portmap off. Sbin/iptables -A FORWARD -p icmp -j DROP. Redir...
Dbadara's blog - salut tout le monde venait matez ce blog et lesse des coms vous ne le regreteré pas c badara qui... - Skyrock.com
Salut tout le monde venait matez ce blog et lesse des coms vous ne le regreteré pas c badara qui vous le dit. Salut moi c badara jeune tout frais qui cherche ami correspondant mais pas de honte ni de ton's dans ce blog et c pour les big boy or big gilrs. 10/11/2006 at 7:46 AM. 04/02/2007 at 8:41 AM. Subscribe to my blog! Please enter the sequence of characters in the field below. Posted on Sunday, 04 February 2007 at 8:43 AM. L'amour ah ah ah. Please enter the sequence of characters in the field below.
SOCIAL ENGAGEMENT