محفوظ ل ال "قاعدة معطيات" صنف

حرّة مكروسوفت مكتب خيارات أو إستبدالات

يوم الأحد, نوفمبر - تشرين الثّاني [25ث], 2007

مكروسوفت مكتب أجنحة ومنتوجات واحدة من الشعبيّة مكتب إنتاجية [أبّليكأيشن سويت] أكثر في كثير شركات ومؤسسات. مهما, مكروسوفت مكتب غالية, [أفرلي] يسعّر [أت بست]. مكروسوفت يأتي مكتب مع كثير سمات متقدّمة أنّ واحدة يمكن أبدا استعملت أو احتجت, ومع قارن [أوسر-فريندلي]. إن أنت يريد أن يضحّي بعض ينتفخ سمات, هناك تكون كثير من كاملة إستبدال خيار لمكروسوفت مكتب, أيّ يتلقّى ببطء يكسب [مركت شر]. على أحسن وجه من كلّ, البديلة مكتب أجنحة حرّة, ويملك كلّ سمات أنت في أيّ وقت تحتاج أن يستعمل, بما في ذلك إنسجام ودعم لمكروسوفت مكتب مبرد أشكال.

استمرّت يقرأ حرّة مكروسوفت مكتب خيارات أو إستبدالات"""


قد وقع خطأ بينما يؤسّس توصيل إلى [سقل] نادلة 2005 أيّ لا يسمح محلّية وتوصيلات بعيد

يوم الأربعاء, أكتوبر - تشرين الأوّل [31ست], 2007

عندما يربط إلى مثال من مكروسوفت [سقل] نادلة 2005 قاعدة معطيات, بما في ذلك [سقل] نادلة 2005 مستعجلة, مطورة ومشروع طبعات, لصحّة هويّة أو ينفذ ويسترجع ويحدّ المعطيات, ال ال [إرّور مسّج] تالي يمكن ظهرت. يحدث المشكلة ما من أمر التوصيل يكون تكوّنت من حاسوب بعيد أو على [سقل] نادلة حاسوب محلّية بنفسي, ويستطيع كنت سبّبت ب أيّ برنامج, مثل [سقلكمد] منفعة, يستعمل أن يربط إلى [سقل] نادلة.

[سقلكمد]: خطأ: مكروسوفت [سقل] زبونة أهليّ طبيعيّ: قد وقع خطأ بينما يؤسّس توصيل إلى النادلة. عندما يربط إلى [سقل] نادلة 2005, هذا إخفاق يمكن كنت سبّبت بالحقيقة أنّ تحت ال [دفولت ستّينغ] [سقل] نادلة لا يسمح توصيلات بعيد.

استمرّت [ردينغ رّور] يقع بينما يؤسّس توصيل إلى [سقل] نادلة 2005 أيّ لا يسمح محلّية وتوصيلات بعيدة"""

إلهام [بل/سقل] [أر-00947] لا بما فيه الكفاية قيم خطأ

يوم الثلاثاء, أكتوبر - تشرين الأوّل [23رد], 2007

أرسلت في إلهام قاعدة معطيات, ال [إرّور مسّج] تالي يمكن ظهرت عندما غيرصحيح [سقل] بيان يكون استعملت, في [سقل] و أو في في أيّ مكان أنّ [سقل] أسئلة إلى القاعدة معطيات مثل يخزّن إجراء أو برامج خارجيّة.

[بل/سقل]: [سقل] بيان يتجاهل
[بل/سقل]: ORA-00947: not enough values

Continue reading Oracle PL/SQL ORA-00947 Not Enough Values Error » » »

Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005

Sunday, October 14th, 2007

When database system administrator installs Microsoft SQL Server 2005 and creates a few database engine instances, there will be problem and hard time to remove and uninstall these multiple database instance components and the corresponding SQL Server services. When users try to uninstall Microsoft SQL Server 2005 or remove database instance components using Add and Remove Programs or Uninstall or change a programs (Vista) in Control Panel, only one SQL Server 2005 database engine can be selected. After uninstallation has completed, when users attempt to run the SQL Server 2K5 Uninstall to completely clean remove any other instances or components, the action will fail with error message saying the uninstaller shortcut entry is invalid and asked if you want to remove the link.

Continue reading Uninstall and Remove Multiple Database Instances of Microsoft SQL Server 2005 » » »

How to Read MySQL Binary Log Files (BinLog) with mysqlbinlog

Saturday, October 6th, 2007

MySQL database server generates binary log files for every transaction to the databases, provided administrator does not disable or comment out the “log-bin” parameter in my.cny configuration file. The binary log files are written in binary format. Although the binary logs, or also known as logbin are mainly used for MySQL database replication purpose, sometimes you may need to examine or read the contents of binary logs in text format, where the mysqlbinlog utility will come in handy.

Continue reading How to Read MySQL Binary Log Files (BinLog) with mysqlbinlog » » »

Check and Optimize MySQL Database Automatically with Crontab/Cron

Friday, September 21st, 2007

MySQL is a very popular free yet powerful database system. But even in great databases, the tables may get fragmented with overhead due to continuous update, or delete and insert operation on data stored in database. Beside, it’s also possibility that the databases may get corrupted. Thus, performing health check on database and optimize MySQL server regularly is an important task.

Continue reading Check and Optimize MySQL Database Automatically with Crontab/Cron » » »

How to Rename or Move Oracle Tablespace Datafile to Another Location

Saturday, August 4th, 2007

Oracle database does not provide an easy user interface to rename a datafile of tablespace, nor database administrator can easily move or relocate the datafile to another location or directory that different from original location on creation of database. The rename or move place task has to be performed via Oracle SQLPlus command line interface. However, if the operation is performed when the tablespace which owns the datefile is online, error will occur.

Continue reading How to Rename or Move Oracle Tablespace Datafile to Another Location » » »

How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile

Saturday, August 4th, 2007

Accident may happens, even though it’s costly one. This is especially the case in Oracle database, which stores the database objects physically in data files on hard disk. Fast hand administrators may accidentally delete some of the datafiles, or the datafiles may get corrupted or unreadable on hard disk failure. You may get also some missing datafiles after database recovery process. In any case, missing a or a few datafiles will cause Oracle database to fail to startup, rendering the whole DB inaccessible.

Continue reading How Drop Tablespace and Recover Oracle Database When Accidentally Delete Datafile » » »