1-10 of 131 Hubssort by Hot Best Latest

rancidTaste profile image57

Natural Join in Database: Retrieving records from more than one table with Natural Joins

Natural Join is one of the sql joining. All database supports Natural Joins. SQL Joining is always very necessary and the NATURAL JOIN clause is based on all columns in the two tables that have the same name. For Natural Joins, "NATURAL JOIN"...

1 comment    sql natural join joining two tables
54

Powerful database recovery utilities to recover data from even severely damaged SQL Server databases

SQL Server has given database users some remarkable facilities in the form of encrypting the entire database, data access monitoring and data compression.

0 comments    sql server recovery
69

Explanation of SQL Join: Obtaining data from multiple tables using Join

Explanation of SQL Join: Obtaining data from multiple tables using Join. Learn what exactly database join is. Know the syntax of joinging with easy detail explanation. And just remember the types of joining...

0 comments    oracle join microsoft sql join
67

A Brief Explanation of SQL Statements and Classification

Any type of database is based on several statements. Oracle has 4 types of statements like Data manipulation language(DML), Data definition language(DDL), Transaction control and Data control language(DCL). A brief idea and explanation are discussed in this page.

1 comment    ddl dml dcl
tanvii profile image63

All about MS SQL Database Corruption and Recovery

Microsoft SQL is a relational database server which is used broadly across the globe for storing and managing data. To, extract, update, delete, and for various other queries to retrieve and manage data, this database takes the help of SQL...

0 comments    sql recovery sql repair
davidwillium profile image64

Sometimes, it is safe to use specialized database recovery utilities than to the command-line ones

'DBCC CHECKDB' is an inbuilt SQL Server utility to repair corrupt database and restore the data. However, in certain situations, when the SQL Server database has been corrupt to a larger extent, the 'DBCC CHECKDB' utility with some particular repairing option repairs the database with the cost of the data in the database.

0 comments    sql recovery mdf recovery
65

Microsoft SQL Server

SQL Server 2012 comes bundled with new T-SQL statements. Some of these features are useful and essential. T-SQL Enhancement are rare to be seen regarding new statements. But, Microsoft has decided to change the product now and then. These new...

0 comments    sql server microsoft sql server
techmike profile image61

Searching Large Text Files in C#

Tips for search large files in Microsoft .Net

5 comments    sql server csharp windows pc
teikounosenshi profile image71

Flash game making tips

Doing anything with Actionscript 3.0 can be incredibly frustrating, so I'd like to share what I've learned completely instructor-free. Well... guilty secret: I also want to have this as a reminder to myself, too. A good many of the flash game...

2 comments    games myself flash
servermonitor profile image63

Benefits of Using Managed Services for Your Network Monitoring

A primary goal of every organization is to increase its revenue by adding more and more potential customers and sustaining the existing ones by providing them superior quality services at reasonable prices.

0 comments    server monitoring web monitor
working