Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?
1 5238What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
2813Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 7021
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What is difference between procedure and trigger?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
Can you explain what are commit and rollback in sql?
How can check sql version from command line?
What are the difference between clustered and a non-clustered index?
What is the use of graph database?
What is the template in sql?
What is the default value of an integer data type in sql server 2005?
What is the difference between truncate and delete commands?
What is the purpose of self join?
how to clone 9i Database on to 10g Database.
can an automatic recovery be initiated by a user? : Sql server administration
Which two statements are true about a foreign key?
What is the concept of optimization?