Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

administration

Access is denied when attaching a database

November 18, 2022 by Tarik

Run SQL Server Management Studio as an Administrator. (right click-> run as administrator) that took care of all the weirdness in my case. SQL SRV EXPRESS 2008 R2. Windows 7

Categories sql-server Tags administration, security, sql-server Leave a comment

How SID is different from Service name in Oracle tnsnames.ora

October 19, 2022 by Tarik

Quote by @DAC In short: SID = the unique name of your DB, ServiceName = the alias used when connecting Not strictly true. SID = unique name of the INSTANCE (eg the oracle process running on the machine). Oracle considers the “Database” to be the files. Service Name = alias to an INSTANCE (or many … Read more

Categories database Tags administration, database, oracle, service, sid Leave a comment

How can I delete a service in Windows?

September 14, 2022 by Tarik

Use the SC command, like this (you need to be on a command prompt to execute the commands in this post): SC STOP shortservicename SC DELETE shortservicename Note: You need to run the command prompt as an administrator, not just logged in as the administrator, but also with administrative rights. If you get errors above … Read more

Categories windows-services Tags administration, sysadmin, windows-services Leave a comment
Newer posts
← Previous Page1 Page2

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa