Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6999793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:35:15+00:00 2026-05-27T20:35:15+00:00

CREATE DATABASE [JKamdar_Soft] ON PRIMARY ( NAME = N’JKamdar_Soft’, FILENAME = N’C:\Program Files\Microsoft SQL

  • 0
CREATE DATABASE [JKamdar_Soft] ON  PRIMARY 
( NAME = N'JKamdar_Soft', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\JKamdar_Soft.mdf' , SIZE = 2048KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
 LOG ON 
( NAME = N'JKamdar_Soft_log', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\JKamdar_Soft_log.ldf' , SIZE = 1024KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)
 COLLATE SQL_Latin1_General_CP1_CI_AS
GO

I have these statements in database install file. In above example the OS is installed in C Drive. But we couldn’t be sure in which drive the Client’s Program Files folder would be. Is there any method in sql which says that “pls install database where OS is installed”. Or any alternative method which makes sure the database is installed to correctd drive.

Answer

The above script sets a fix location to the the SQL Database. We just need to remove the unnecessary lines in above script.
We just need to write the following:

CREATE DATABASE [JKamdar_Soft]
COLLATE SQL_Latin1_General_CP1_CI_AS
GO

And it automatically installes to the default instance of SQL Server.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:35:16+00:00Added an answer on May 27, 2026 at 8:35 pm

    The above script sets a fix location to the the SQL Database. We just need to remove the unnecessary lines in above script. We just need to write the following:

    CREATE DATABASE [JKamdar_Soft]
    COLLATE SQL_Latin1_General_CP1_CI_AS
    GO
    

    And it automatically installes to the default instance of SQL Server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created one user named tuser with create database rights in SQL server
I need to create database for SQL Server, what kind of naming convention I
I have strange scenario in which if I create database using SQL Server 2008
MSSQL database. I have issue to create database using old databases data. Old database
After installing SQL Server 2005, I tried to create a new database (command: create
I create database "Test" in folder "d:\test". Database files are "d:\test\Test.mdf" and "d:\Test\Test_log.ldf". I
Trying to create Database as follows: USE Master GO IF NOT EXISTS(SELECT [Name] FROM
How do you create a database from an Entity Data Model. So I created
How would you create a database in Microsoft Access that is searchable only by
How to create a database using T SQL script on a specified location? Let's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.