Oracle (3259)
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 5188What 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.
2776Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 6935
How can I change procedure name in sql server?
Is stored procedure faster than query?
What is a user function?
What is view? Can we update view
What is 1nf 2nf?
What is the difference between mysql and sql server?
How many types of table create in ms access?
How do I start mysql in mysql workbench?
What is meant by datasource?
What is sql stand for?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What are reports usually used for?
What is the new security features added in sql server 2016? : sql server security
What is the candidate key used for?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000