Blogs1 - 10 of 129 recent posts for tag:DBMS
01
Jan
2012
pl/sql ile crypto işlemi yapmak

39 days ago by Samet ÇELİKBIÇAK

Merhaba Geliştirdiğimiz ya da üzerinde düzenleme yaptığımız uygulamalar içinde ihtiyacımız olduğunda “crypto” işlemi yaparız. Bu işlem bazen şifre saklama ,bazen bir metni gizleme ,çoğu zaman için ise güvenlik sebebi ile kullanılır.PL/Sql ortamında crypto işlemi yapabilmek için birden farklı yönteml ...

A Place In The World Of ... - sametcelikbicak.wordpress.com

27
Dec
2011
SQL Server virtual labs

45 days ago by isalom

I know christmas just passed, but I decide to give you a late gift. In this post I’m giving you the link to the Microsoft virtual labs. In this link you can find virtual labs for SQL Server 2005 and SQL Server 2008. Enjoy the present!

SQLDBA Journal - ignaciosalom.com · 1 reference

21
Dec
2011
Forgot MySql password?

50 days ago by kamal

Forgot the root password for mysql database. Here are easy steps to recover 1. Restart MySql database without password in safe mode /etc/init.d/mysql stop mysqld_safe --skip-grant-tables & 2. Change root password mysql -u root mysql> use mysql; mysql> update user set password="mypassword" where User ...

Kamal's Blog - kamalmeet.com

Taking Mysql Backups

51 days ago by kamal

If you need to take a backup of myql database in sql format, it is pretty simple mysqldump -u myDatabaseUsername -p Password >backup.sql You will get the backup.sql file which you can restore anywhere mysql - u myDatabaseUser -p Pass < backup.sql or simply execute file from the mysql prompt @backup. ...

Kamal's Blog - kamalmeet.com

Migrating IBM DB2 from 32 to 64-bit platform

51 days ago by niktips

The best way to move your database from one server to another is a backup/restore procedure. You can also use db2move utility but it’s not much of help here because it moves only the tables. If you use a built-in compression to reduce size of your backups which is a normal thing to do then if you’ll ...

Niktips's Blog - niktips.wordpress.com

CryptDB

51 days ago by Valentin Fedulov

Не слишком давно я видел инфу от IBM, у них вроде как разработали методы гомоморфного шифрования данных. Тогда дискутировали неслабо, обсуждая применимость технологии. А нынче мы имеем рабочее решение, позволяющее хостить свои SQL-БД на вражеском железе. Ибо врагу достанется только зашифрованное неч ...

VSnake notes - vasnake.blogspot.com · Rank: 93,547 · 3 references

20
Dec
2011
DB2 advanced concepts

52 days ago by niktips

Now lets look at some advanced level terms of DB2 product. First comes Buffer Pool which is an extremely useful object for tuning DB2 performance. In fact Buffer Pool is just a region of memory where database keeps indexes and data. Initially pools are small. So it’s a rule of thumb to always tune t ...

Niktips's Blog - niktips.wordpress.com

17
Dec
2011
Windows Azure Service Bus EAI & EDI Labs Release Announced // technology

54 days ago by DG

Microsoft released of the Windows Azure Service Bus EAI & EDI Labs release. The capabilities showcased in this release enable two key scenarios on Windows Azure: Enterprise Application Integration (EAI) provide rich message processing capabilities and the ability to connect private cloud assets to t ...

diTii.com - ditii.com · Rank: 42,324 · 280 references

16
Dec
2011
Structure of DB2 database

56 days ago by niktips

Now lets talk about databases which is a more interesting topic for developers. If you show up here then you apparently know that databases consist of tables. But there is another slice between them called schema. Schema is just a convenient aggregator of database objects. If your database is bigger ...

Niktips's Blog - niktips.wordpress.com

General view of IBM DB2 architecture

56 days ago by niktips

No one would argue that DB2 is one of the leading (R)DBMS products in the market. As any other powerful software product it has complex architecture. Here I’d like to introduce some basic terminology of it in series of posts because sometimes this terminology can become somewhat vague. Lets kick off ...

Niktips's Blog - niktips.wordpress.com

Previous1234567