J

JShah's Database Articles For Sql Server,mysql And Oracle

Database Articles for SQL Server, MySQL and Oracle

  • Rated2.6/ 5
  • Updated 6 Years Ago

Recent blog posts from Database Articles For Sql Server,mysql And Oracle


PostgreSQL - .pgpass file
.pgpass file in a user’s home directory or the file referenced by PGPASSFILE can contain passwords to be used if the connection requires a password (and no password has been specified otherwi…...
6 Years Ago
BlogAdda
SQL Server 2016 : DBCC CheckDB with MaxDop Option
What is Max Degree of Parallelism? Degree of parallelism is the number of processors that are assigned to run a single SQL statement. SQL Server manages to detect the best degree of parallelism for…...
7 Years Ago
BlogAdda
T-SQL Script to get the Symantec NETBACKUP Version and Patch Information
You can execute below script to get Symantec NETBACKUP version and patch information....
8 Years Ago
BlogAdda
T-SQL Script to check Powershell Version
You can write $host command on powershell prompt to check powershell version or you can execute the below T-SQL script to check the powershell version....
8 Years Ago
BlogAdda
MongoDB Post Installation Configuration
MongoDB Post Installation Configuration
On the completion of MongoDB installation next step is to configure the MongoDB. Create a MongoDB config file using any text editor (e.g. NOTEPAD) and save it as MONGO.config into bin directory. St…...
9 Years Ago
BlogAdda
MongoDB Installation on Windows Server
MongoDB Installation on Windows Server
You can download the MongoDB Once you download the MongoDB (Version 2.6.7), follow below step by step to process to install MongoDB. Double click on mongodb-win32-x86_64-2008plus-2.6.7-signed.msi a…...
9 Years Ago
BlogAdda