Browsing all articles from September, 2011

Depsez has Started a New project called Curo, which is currently made for Unix/Linux. So, I thought to look at how it works and How a normal user, who knows using psql, can benefit from it.
Before Installing Curo, user has to make sure, he has postgreSQL psql and following package installed on his Linux/Unix System: Read more »

En esta entrada veremos como podemos detectar problemas que surgen con algunas consultas, en concreto el tiempo que tardan esas consultas. A partir de la versión 5 de MySQL tenemos disponibles los query profiler. Consiste en activar una variable que registra todos los comando que ejecutemos en MySQL, después podemos ver el tiempo de ejecución de manera muy detallada para detectar problemas de rendimiento. Read more »

Apache and MySQL make up the backbone of many Linux based web servers. According to the August 2011 Web Server Survey by Netcraft, Apache currently runs on 65.18% (or 301,771,518!) of web servers. Similarly, MySQL is the most popular open source database and holds a significant portion of the market share – especially for web content. This article will detail how you can get at the ‘low-hanging fruit’ in order to make some simple changes that will yield big performance gains. Read more »

MySQL database uses tables to store data and all these tables are defined by .FRM file. FRM is an internal file in MySQL database that contains the formating information or structure data for the database. It defines fields and structure of each MySQL’s table. Regardless of the storage engine that you choose, every MySQL table is represented by .frm file. File bears the same name as table name with extension .FRM. Read more »

Recientemente trabajé en un caso donde un cliente presentaba problemas de desempeño con un query que realizaba un join con una tabla remota a través de un linked server. El cliente preguntó porque queries similares, que aplican condiciones sobre las tablas locales y retornaban pocos registros, generaban en algunas oportunidades consultas pesadas sobre el servidor remoto.
Es importante conocer como SQL Server maneja las consultas con tablas remotas ya que esto nos permite entonar nuestros queries y tener buenos tiempos de respuesta, ya que al usar la menor cantidad de IO y transmitir la menor cantidad de datos a través de la red obtendremos un mejor rendimiento.
Al trabajar con linked servers es muy importante estar consciente de que SQL Server debe enviar información desde el servidor remoto al servidor que hace la llamada para evaluar y aplicar la condición de JOIN. Read more »

Podemos tratar un archivo Excel, Access o CSV como una “base de datos” dentro de SQL Server. ¿Para que nos puede servir esto? Pues por ejemplo para incorporar a una base de datos estádisticas diarias de algún programa que lo exporte asi o cualquier otro dato que se nos ocurra. Read more »

Sometimes, a basic understanding of how a program works just isn’t satisfying. While it is nice to understand how our logger operates, syslog-ng doesn’t start getting interesting until we start playing with some of the more advanced features it has to offer. So, let’s jump in. Read more »

Oracle has announced the general availability (GA) of a new MySQL installer for Windows. Using the GUI-based installer, users can install all of the MySQL products at the same time – an integrated update system for all of the installed products is also included. The company says that the open source database installer for Windows will simplify the overall installation process for users, significantly reducing installation time. Read more »

No sé porque estos cuates de Oracle no mejoran la forma en hacer upgrades en sus productos. En fin, aquí te dejo que fue lo que hice para migrar mis bases de dtos, usuarios y permisos de sistema. Fue un proceso lento y complicado pero parece que salió muy bien.
Primero lo primero. Debes hacer un dump de tus bases de datos. Ya no sirve eso de copiar la carpeta “data” a la nueva instalación. Read more »

MySQL Table is marked as crashed and should be repaired
Your website stops working and you see a spine-chilling error message “MySQL table is marked as crashed and should be repaired”. What now? Well, you need to repair it.
There are two approaches to repairing a crashed table. I hope it is not bad news for you, but they will work only for MyISAM engines. If you are using InnoDB, consider restoring the table from a backup (at the cost of loss of some data). The most common reason for InnoDB tables crashing is lack of disk space – fix that! Read more »

We’ve been working on converting some of our SQL Server apps to PostgreSQL. In this article we’ll describe some things to watch out for and provide a function we wrote to automate some of the conversion.
Although both databases are fairly ANSI-SQL compliant, there are still differences with their CREATE TABLE statements, data types, and how they handle other things that makes porting applications not so trivial.
SQL Server and PostgreSQL data type differences and equivalents
Here are a couple of key differences and similarities in data types between the two. Some are easy to resolve and others are not. Read more »

Saber si los datos almacenados en una base de datos han cambiado es un problema al que nos enfrentamos frecuentemente. Son varios los escenarios en los que tenemos esta necesidad:
* Enviar solo a un cliente desconectado los datos que han cambiado mientras no tenía conexión.
* Actualizar datos cacheados solo si los datos subyacentes a la caché han cambiado.
* Refrescar la representación de los datos en una interfaz de usuario compleja solo si estos han cambiado. Read more »

Ya está disponible para descargar la nueva versión de base de datos Oracle Express Edition, específicamente la versión 11g Release 2.
Dentro de las nuevas características que provee esta versión, está el aumento en el tamaño del espacio utilizable para almacenamiento de datos por parte del usuario, que pasa de 4 a 11 Gigabytes. Read more »

Un administrador de Bases de Datos tiene que saber a la perfección como es la arquitectura de su servidor. En el caso de Oracle es necesario saber que procesos, archivos, estructuras, etc. están involucrados en su entorno. En este artículo nos vamos a enfocar en conocer la arquitectura de Oracle de una manera muy sencilla. Read more »

Neste artigo, mostrei como criar um índice columnstore em uma tabela e como algumas queries são capazes de reduzir significamente o IO necessário, e assim aumentar a performance ao alavancar esse novo recurso. Mas uma vez que o índice columnstore é adicionado à tabela, ela se torna somente de leitura, pois não pode ser atualizada. Tentar inserir uma nova linha na tabela irá resultar em erro: Read more »

Are your index statistics up to date? The SQL Server database engine uses statistics to determine which execution plan to use when a query is compiled. Index statistics are used to help the SQL Server engine determine the cardinality of different column values in a SQL Server table. If you want to give SQL Server a fighting chance at picking an optimal execution plan then you need to make sure you maintain your index statistics. This is especially important for table that contains lots of rows. If you have out of date statistics then SQL Server may pick a less than optimal execution plan. This article will provide you with an overview of what statistics are and how to deal with out of date statistics. Read more »

I have Oracle Database 9i installed on Red Hat Enterprise Linux. My problem is that the Temp file in Oradata Folder has gotten too large. I’ve recently used the below query that probably causes the file to be so big, and I don’t know how to solve the problem. How can I use this query without the problem happening? Is there something I should do with my query?

Solution: Read more »

SQL Server is often a relational database administration method (RDBMS) by Microsoft that’s designed for that enterprise setting. It’s acquired two principal query languages, T-SQL and ANSISQL. It supplies you the overall flexibility to obtain your database from anywhere, be it from a info middle, desktop, or from the cellular gadget. Furthermore, it gives blended solutions to query, research, synchronize, report, and analyze the database documents. Read more »

Hace uno dias, en los foros de noticias uno de los compañeros preguntaba por herramientas de administración multiservidor. Me explico, una herramienta que cuando ejecutes un script, no solo lo ejecute en un server, sino que se encargue de que tu comando (tanto si es de manipulación de datos -DML es decir insert,update…- , como si es de definición de datos -DDL, es decir create table, etc- se ejecute en un conjunto de servidores.
Me sorprendió ver como muy poca gente conocía que esta funcionalidad la tiene SQL Server Management Studio, es cierto que no es probablemente una funcionalidad para un gran porcentaje de usuarios, pasará desapercibido, no tendrá utilidad. Sin embargo veo algunos escenarios de mucha utilidad: Read more »

Buscar en DbRunas

Descargar versiones libres recomendadas actualizadas

Revistas

PostgreSQL Magazine (ingles): PostgreSQL Magazine
SQL Server (ingles): SolidQ SQL Server Journal
SQL Server (ingles): Code Magazine
PostgreSQL (ingles): Postgres OnLine Journal
Oracle (ingles): oraclemagazine-digital
SQL Server (español): MSDN Magazine
MySQL (ingles): MySQL Magazine

Manuales

Recursos

Archivo diario de noticias

September 2011
M T W T F S S
« Aug   Oct »
 1234
567891011
12131415161718
19202122232425
2627282930  

Archivo por mes y año

Comentarios recientes

RSS Ayudas Oracle

RSS Ayudas PostgreSQL

RSS Ayudas MySQL

RSS Ayudas SQL Server

RSS Ayudas DB2

RSS Ayudas SQL

RSS Feeds Planeta PostgreSQL-es

RSS Feeds Planet PostgreSQL

RSS Feeds Planeta PostgreSLQ Brazil

RSS Feeds Planet MySQL

Blogroll

Clouds

Desde donde nos visitan

Prueba tu Velocidad de Acceso

Site5 | Experts In Reseller Hosting.