Ana Sayfa | Yaz?lar? takip   et | Yorumlar?   et

Archive

DATABASE etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
DATABASE etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

anti spam database

4 Ocak 2011 Salı

Our searchable database tells you where spammers are buying your email address

Stop junk spam email
Is this YOUR inbox?
Are you:
  • frustrated because your email inbox is full of offers, advertisements, and other junk that you have no interest in?
  • getting 'adult' offers via unsolicited emails even though you've never visited an adult site?
  • wondering what you can do to protect yourself and your family from further spam?
  • getting image spam containing porn?
  • upset and feel you have been violated because someone stole your email address and is sending out spam in your name and people are angry with you?

If you have answered YES to just one of the questions above, you'll love what we have to offer.

The ONLY Way to Find Out Who Is Selling Your Email Address

When you use our service, you receive the following:

  • During the initial search you can check up to three addresses against our massive spam database. The Search Results Report will show if any of those addresses are on any of the lists we have purchased, which lists they are on, when we purchased the list, and who sold it to us.
  • In addition, we will email you 12 access codes to our database. Each will allow you to search our massive spam database for one address anytime within one year of purchase. You may do the searches on the same email address every time (we update our lists frequently), or you can check any other email address you want.
Once you have paid through PayPal, the system will take you to our Search Page where you will be prompted to enter the address(es) you wish to check. Within a few seconds our system will issue your report. Although we can't recommend any particular action for you to take, we believe that knowledge is power and the more you know the better you can protect yourself from spam. In the long-run, we hope that making information available to the consumer (that's you, the owner of an email address) will support world-wide efforts to clean up fraudulent and annoying areas of the Internet. We believe that the Internet should be a clean and safe place of research, education, information, and legitimate, healthy business practices.

Enabling you to be informed, instead of being at the mercy of spammers, is our main goal.



Labels:

sql server database in recovery

sql server database in recovery

Recovery Toolbox for SQL Server can be used to repair data from corrupted databases in the MS SQL Server format (files with the *.mdf extension). It allows you to save critical data and avoid losing it. Recovery Toolbox for SQL Server extracts data step by step.

  1. This tool can search for and single out housekeeping data that can be used to repair some data modules.
  2. All information that can be extracted by Recovery Toolbox for SQL Server is previewed on the screen: System Tables and User Tables, Stored Procedures, Views, User Defined Data Types and Functions. You can preview all these objects anytime and make sure that Recovery Toolbox for SQL Server works fine.
  3. After that you should select how to save the recovered data (you can save it to the hard drive or any other removable media as a package of SQL scripts, it is also possible to export the results directly to any database you choose), configure the process and start data export.
  4. Once the MS SQL database repair process is started, the SQL Server repair database tool will analyze and scan the entire database before repair SQL database. This process may take some time, it depends on the source file and CPU performance. During this process, the .mdf repair software recovers all information that can be successfully extracted and to do *.mdf fix. Also, it should be noted that sometimes Recovery Toolbox for SQL Server cannot recover some pieces of information despite its sophisticated data recovery engine. Sometimes, the source file is so heavily damaged that some data modules cannot be recovered. The MSSQL recovery utility never modifies the source file, it creates a copy of this file and works with it.
  5. When the process is over, Recovery Toolbox for SQL Server will display the results of the data recovery process.


Labels:

recover suspect database

How to Recover from Suspect Database

Many DBAs would have seen the database marked as suspect. If a database is marked suspect it cannot be accessed and hence nothing can be performed in the database. In this article I am going to explain how to overcome this and bring the database back to normalcy. There are three possible Workarounds to bring the database online and to retrieve the data. First try the Workaround 1 and if it fails go to Workaround 2 if that does’nt yield the desired result try the Workaround 3.

WORKAROUND 1:

Step 1 : If your database is marked suspect execute the below query,

Use Master
Go
Sp_resetstatus 'Database Name'

The above command will reset the status flag of the suspect database.

Step 2: Once the command is executed you need to restart the SQL services and check
the status of the database.

Step 3: Execute the below query to check the integrity of the database

Dbcc Checkdb('Database Name')

WORKAROUND 2:

Refer this posting by Paul Randal on suspect databases. We should NEVER detach a suspect database. Refer,
In most cases we would never be able to reattach a suspect database and hence we should never detach a suspect database but in case if you had already done it by mistake try the following options to attach it.

Sp_attach_single_file_db 'Database Name','Path of the databasefile'

But the above procedure can be used only if there is single data file and single log file present. It will automatically build a new log file. If you have multiple data and log files proceed with Step 2.

If the above sp didn't work try the below steps:
  • Create a database with the same name in another directory as the one you're trying to attach.
  • Re-create all filesgroups and files as necessaryShutdown the server.
  • Swap in the old mdf file and any ndf files.
  • Bring up the server and let the database attempt to be recovered and then go into Suspect.
  • Put the database in single-user mode.
  • Run DBCC CHECKDB (dbname, REPAIR_ALLOW_DATA_LOSS) which will rebuild the log and run full repair
  • Return database to online, multi-user mode.


Labels:

database administration experts

The Future of Database Tuning and Database Administration

Let’s deviate from our technical topics for a blog or two. As database administrators, it is important for us to know what educational topics we should be spending our most precious resource on. That resource is our time. When it comes to tuning education, what should we be learning? Where should we be spending our time? Is it how Oracle shifts bits and bytes around in hash join processing or is it attempting to have a thorough understanding of the tools and advisors that are becoming increasingly prevalent in each new release of the Oracle product’?

We should all know by now that the preferred administration and tuning tool of choice is either GRID or its standalone counterpart, the Database Console. The advanced alerting, monitoring and administration features make these tools invaluable to Oracle DBAs. The advanced performance monitoring and analysis features should also make them your number one tool for performance problem determination.

The future of Oracle database tuning will be administrators interpreting and implementing the recommendations generated by the intelligent advisors and ADDM. It is a foregone conclusion that Oracle will continue to improve upon their performance monitoring and analysis toolsets. Self tuning features are no longer options that are “nice to have”, they are requirements for Oracle’s competitive survival. Microsoft SQL Server is continuing to scale, moving into areas that were once dominated by UNIX big-iron machines running Oracle databases. Oracle must compete with SQL Server’s ease of use or it will undoubtedly lose market share.

As the intelligence of the advisors and ADDM increases, the need to possess an in-depth knowledge of Oracle and the requirement to review reams of detailed diagnostics to improve database performance will decrease. And you heard it here first folks, I also think that reading SQL traces and statistics dumps will be a thing of the past. My crystal ball tells me that its just a matter of time until Oracle’s SQL advisors make SQL traces and statistics dumps less and less important until they become totally unnecessary. Tuning should NOT be a high ROI activity, it should be delegated to a mere maintenance activity. There is just too many other things for us to do. IT shops will continue to demand that DBAs be more than just technicians. Our role will be how to utilize the ever-increasing number of features provided by the database to solve business problems. NOT looking at a 47 step access path.

The new breed of top tuners will be the administrators who focus on how to use the toolsets and interpret their output. Not the tuners who spend the majority of time digging down into the dark, inner workings of the Oracle software. I’m not saying that knowing how the database works is immaterial. I am stating that this intimate knowledge will become less and less important as the tools mature. It’s only a matter of time until tuning is relegated to a minor sub-task that can be scheduled between other activities.

There will always be a breed of “super tuners” that write articles, books and speak at various events. But this segment of our population will be forced to focus less and less on the core internals of the database. The scope of the information they disseminate will need to broaden to cover new tuning toolsets and performance enhancements in the “latest and greatest” release of the Oracle product set.

If we look at a history of Oracle database enhancements, we can easily see that the vendor is identifying facets of the database that are complex or problematic and providing solutions for them. Remember manual rollback segments? How big were they supposed to be? How many? Oracle recognized that DBAs didn’t do that great of a job administering them and decided that the database was better off doing that job on its own. How about freelists? Dictionary managed extents? Multiple settings for sizing individual SGA components? Log checkpoint tuning? There is no doubt that managing the core Oracle internals is becoming easier.

I also think that Oracle will eventually become self-tuning. Personally, it can’t come soon enough for me. Don’t get me wrong, I enjoy tuning. I’m actually a fairly accomplished tuner.

But as the director of a remote services provider that manages thousands of Oracle, SQL Server, DB2 and MYSQL databases, the less time our product support teams spend on tuning, the better. If we do tune, our focus is on proactive and not reactive tuning. The remote database administration field is a tough job. Our customers hold us to an extremely high standard. I’m OK with that. They have turned over the keys to their most valued corporate assets – their data. As database administrators, we understand the gravity of that decision and we don’t take the responsibility lightly. The less time we spend on tuning, the more time we are able to spend on being proactive, using technology to solve business problems, adding strategic value, improving communication and, in general, just building a positive rapport with our customers.

And just because we won’t be spending time performing proactive or reactive tuning, we all won’t be out of jobs. We’ll just be doing different things. I have listened to various industry pundits proclaim that the next release of so-and-so database was going to no longer require DBAs for support. Bull. I knew it was bull then, it is bull now and it will be bull in the future. Database companies know that they must add new features to be competitive. Every new release contains so many new features that I feel like I have to learn to support the database all over again (which is why I like this job, by the way).



Labels:

sql 2005 database in recovery

database mssql suspect recovery database recovery sql server 2000 database sql 2005 recovery format recovery tools for sql database how to put sql database in normal recovery how to start in recovery database in sql server 2005 microsoft sql server database in recovery ms sql in recovery database mssql 2005 database in recovery mssql database recovery from file mssqlserver recovery database
Screenshots
(click to enlarge)

Recovery 2005 SQL database

This article is written for all companies that use Microsoft SQL Server databases in their local network. We understand the importance of database wise installation, moreover these servers should be protected properly. We believe that the competence of IT department is the best way to provide the safety of your corporate network, but in some cases it is not enough. Very often, our customers cannot prevent issues, therefore they need Recovery Toolbox for SQL Server (download). The case is that our customers can encounter various issues that cannot be fixed by security-related tools, installed in your system. First of all, we should consider internal factors. All system administrators know that a great number of issues can be caused by their users. In the same time, we do not have an efficient solution that could prevent all mistakes, committed by our users. All filters and access rights limitations are not always efficient because these measures can make difficulties to users.




Recovery database only read sql server

Recovery Toolbox for SQL Server features another way of Microsoft SQL Server security, this program opens damaged mdf and ndf files, created by this server. Try this program if the source database is damaged and it cannot be easily restored due to the damage of backup copy or any other reason. Do not try to access mdf files with any other software solution, it may increase the damage of database files. Recovery Toolbox for SQL Server is the most efficient tool to open mdf files, the software developer works on data recovery solutions for a long time and we know how to retrieve user data from damaged Microsoft SQL Server files, this procedure is safe because Recovery Toolbox for SQL Server does not modify mdf files. The MS SQL database recovery utility is compatible with Microsoft SQL Server 7.0, 2000, 2005 and 2008, it can be installed on any PC and open mdf files remotely. Please participate in the evaluation of sql server database recovery program, it is free for all users.

Recovery database tool

Unfortunately, the CD delivery option is not available for all users, the software developer cannot cover the shipping charges for free version users. In the same time, we have good news. The setup file of sql recovery tool to repair sql database is so small that it can be quickly downloaded despite often disconnects and the low speed of Internet link. We recommend that the testing is started in your office by opening remote mdf files from the database in question. However, it is not needed for the sql database recovery program, users may copy the source files of Microsoft SQL Server format to any media and proceed with the testing from home. Thanks to the algorithms of sql 2000 server database recovery, developed by our engineers, the process of sql server damaged database recovery takes less time than other services and you can get results in the same day after the damage of Microsoft SQL Server databases. Feel free installing Recovery Toolbox for SQL Server on later workstations to improve the time of sql database server recovery.

Recovery mssql 2005 master database

After the installation of recovery tools sql database you may open Recovery Toolbox for SQL Server and start the evaluation of recovery tool for Windows 2000 sql database by looking through its interface. We believe that you should not have any difficulties with the service of recovery 2005 sql database, just select the source file of mdf format by clicking the open file button, Recovery Toolbox for SQL Server can access database files remotely. Please start the process of sp-sql-database-recovery after the end of business day, it minimizes the influence of sql server how to recover a database in recovery to other users. So, open the source folder of selected database and select all files of mdf and ndf format regardless their size. After this you may click Next to continue and proceed with the analysis of Microsoft SQL Server database.

Recovery tool for Windows 2000 sql database

We believe that the process of sql server 2005 recover database in recovery is easy and our users can work with Recovery Toolbox for SQL Server recovery database only read sql server immediately, without looking through the manuals of recovery mssql 2005 master database. This program is easy either for certified database administrators or for other users, the software developer realizes that the certification of IT specialists is not easy, therefore the interface of recovery tool for Windows 2000 sql database was simplified. In the same time, you will need some technical skills for the evaluation of restored data at least. Look at the status bar of sql server 2000 database recovery tools, users are notified about the end of analysis and Recovery Toolbox for SQL Server moves to the next step. Look at the data, restored by sql database recovery toll and try to evaluate the results of sql 2005 recovery database. Unfortunately it may take a lot of time, but we recommend that you look through the data very carefully because after this step you should make your decision about the recovery database tool.

Recovery tools sql database

If you have any doubts or something is still not clear, submit your request to the support service of software developer. However, we recommend that you look at the online help section of Recovery Toolbox for SQL Server sql 2000 recovery database website and try to find the answer first. Our engineers will be glad to respond any question about the service of recovery database only read sql server, but we respond only general questions if your copy of recovery tools sql database is not activated. On the contrary, the customers of Recovery Toolbox for SQL Server recovery mssql 2005 master database get professional consultations about any topic in the domain of Microsoft SQL Server recovery. If you believe that the recovery database tool works incorrectly, feel free submitting the source mdf file by uploading this document to remote file server. Please note that the source database should be splitted into parts to reduce upload and download errors. You can contact the support department of our company for a year after your purchase of Recovery Toolbox for SQL Server. After this the agreement can be prolonged, but you should not purchase another copy of recovery 2005 sql database tool



Labels:

database backup script

A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features - Backup mutiple databases - Single backup file or to a seperate file for each DB - Compress backup files - Backup remote servers - E-mail logs – More

AutoMySQLBackup Script Features

• Backup mutiple MySQL databases with one script. (Now able to backup ALL databases on a server easily. no longer need to specify each database seperately)
• Backup all databases to a single backup file or to a seperate directory and file for each database.
• Automatically compress the backup files to save disk space using either gzip or bzip2 compression.
• Can backup remote MySQL servers to a central server.
• Runs automatically using cron or can be run manually.
• Can e-mail the backup log to any specified e-mail address instead of "root". (Great for hosted websites and databases).
• Can email the compressed database backup files to the specified email address.
• Can specify maximun size backup to email.
• Can be set to run PRE and POST backup commands.
• Choose which day of the week to run weekly backups.

AutoMySQLBackup Download

The AutoMySQLBackup project has now been moved to Sourceforge.net for better maintainence.

AutoMySQLBackup Requirements

The AutoMySQLBackup script only requires mysqldump (A standard utility provided with the mysql client) and gzip or bzip2 for compression of the backup files.

If you would like to have the log emailed to you then you will need to have permission to execute the "mail" program. If you want the compressed backup files mailed to you then Mutt must be available on the server.
Finally you will need a bash shell and the standard system tools and utilities (all these requirements should be the default on most linux system.)

What AutoMySQLBackup does

Every day AutoMySQLBackup will run (if setup on /etc/cron.daily) and using mysqldump and gzip will dump your specified databases to the /backups/daily directory, it will rotate daily backups weekly so you should never have more than 7 backups in there..

Every Saturday AutoMySQLBackup will again backup the databases you have chosen but they will be placed into /backups/weekly, these will be rotated every 5 weeks so there should never be more than 5 backups in there..

Every 1st of the month AutoMySQLBackup will create a backup of all databases and place them into /backups/monthly. These will never be rotated so it will be up to you to do your own house keeping. I would suggest taking a copy of this offline every month or two so that if you have a hard drive failure you will be able to restore your database..

AutoMySQLBackup Installation

The install is as simple as editing a few variables in the AutoMySQLBackup file. The full setup is documented in the AutoMySQLBackup script file below the variables section..

Here is a quick minimum setup step by step..

1. Download automysqlbackup.sh and place it into your /etc/cron.daily directory or your home directory.

2. Edit (at least) the following lines :-
USERNAME=dbuser (The user must have at least select privileges to the databases) PASSWORD=password
DBNAMES="DB1 DB2 DB3" (make sure to keep the quotes " " otherwise it won't work)

3. Make the file executable :- chmod u+rwx

4. Create the following directory./backups

5. That's it.. Now you can run it using the command line "./automysqlbackup.sh" or if it is in /etc/cron.daily it will run each day when cron runs.



Labels:

Blogger Theme By:GosuBlogger and Araba Modelleri .