473,398 Members | 2,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

which file store startup parameters?

Niy
or in registry? where?
Jul 20 '05 #1
8 8393
What do you mean by startup parameters?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
or in registry? where?

Jul 20 '05 #2
Assuming you're referring to SQL Server startup parameters, these are
accessible from Enterprise Manager under the general tab of server
properties. These are stored in the registry.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
or in registry? where?

Jul 20 '05 #3
Niy
yes, that's what I mean.

If it's in registry, whereis are there?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message news:<NC*****************@newsread1.news.pas.earth link.net>...
Assuming you're referring to SQL Server startup parameters, these are
accessible from Enterprise Manager under the general tab of server
properties. These are stored in the registry.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
or in registry? where?

Jul 20 '05 #4
> If it's in registry, whereis are there?

For a default SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\ MSSQLServer\Parameters

For a named SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\[InstanceName]\MSSQLServer\Parameters

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55**************************@posting.google.c om...
yes, that's what I mean.

If it's in registry, whereis are there?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<NC*****************@newsread1.news.pas.earth link.net>...
Assuming you're referring to SQL Server startup parameters, these are
accessible from Enterprise Manager under the general tab of server
properties. These are stored in the registry.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
or in registry? where?

Jul 20 '05 #5
Niy
cool, thanks!

BTW,can you recommend a good book or tutorial for learning MS SQL server?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message news:<yZ*****************@newsread2.news.pas.earth link.net>...
If it's in registry, whereis are there?


For a default SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\ MSSQLServer\Parameters

For a named SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\[InstanceName]\MSSQLServer\Parameters

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55**************************@posting.google.c om...
yes, that's what I mean.

If it's in registry, whereis are there?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<NC*****************@newsread1.news.pas.earth link.net>...
Assuming you're referring to SQL Server startup parameters, these are
accessible from Enterprise Manager under the general tab of server
properties. These are stored in the registry.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
> or in registry? where?

Jul 20 '05 #6
Niy
cool, thanks!

BTW,can you recommend a good book or tutorial for learning MS SQL server?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message news:<yZ*****************@newsread2.news.pas.earth link.net>...
If it's in registry, whereis are there?


For a default SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\ MSSQLServer\Parameters

For a named SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\[InstanceName]\MSSQLServer\Parameters

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55**************************@posting.google.c om...
yes, that's what I mean.

If it's in registry, whereis are there?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<NC*****************@newsread1.news.pas.earth link.net>...
Assuming you're referring to SQL Server startup parameters, these are
accessible from Enterprise Manager under the general tab of server
properties. These are stored in the registry.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
> or in registry? where?

Jul 20 '05 #7
One of my favorites for SQL Server admin and internals is Inside SQL Server
2000 <http://www.insidesqlserver.com/index.html>.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
cool, thanks!

BTW,can you recommend a good book or tutorial for learning MS SQL server?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<yZ*****************@newsread2.news.pas.earth link.net>...
If it's in registry, whereis are there?


For a default SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\ MSSQLServer\Parameters

For a named SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\[InstanceName]\MSSQLServer\Parameters

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55**************************@posting.google.c om...
yes, that's what I mean.

If it's in registry, whereis are there?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<NC*****************@newsread1.news.pas.earth link.net>...
> Assuming you're referring to SQL Server startup parameters, these are > accessible from Enterprise Manager under the general tab of server
> properties. These are stored in the registry.
>
> --
> Hope this helps.
>
> Dan Guzman
> SQL Server MVP
>
> "Niy" <ni***@hotmail.com> wrote in message
> news:55*************************@posting.google.co m...
> > or in registry? where?

Jul 20 '05 #8
One of my favorites for SQL Server admin and internals is Inside SQL Server
2000 <http://www.insidesqlserver.com/index.html>.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55*************************@posting.google.co m...
cool, thanks!

BTW,can you recommend a good book or tutorial for learning MS SQL server?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<yZ*****************@newsread2.news.pas.earth link.net>...
If it's in registry, whereis are there?


For a default SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\ MSSQLServer\Parameters

For a named SQL 2000 instance:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
Server\[InstanceName]\MSSQLServer\Parameters

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Niy" <ni***@hotmail.com> wrote in message
news:55**************************@posting.google.c om...
yes, that's what I mean.

If it's in registry, whereis are there?
"Dan Guzman" <da*******@nospam-earthlink.net> wrote in message

news:<NC*****************@newsread1.news.pas.earth link.net>...
> Assuming you're referring to SQL Server startup parameters, these are > accessible from Enterprise Manager under the general tab of server
> properties. These are stored in the registry.
>
> --
> Hope this helps.
>
> Dan Guzman
> SQL Server MVP
>
> "Niy" <ni***@hotmail.com> wrote in message
> news:55*************************@posting.google.co m...
> > or in registry? where?

Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: valexena | last post by:
Into which file do records rejected by Oracle due to primary key constraint violations get place by SQL* Loader? -- Posted via http://dbforums.com
0
by: valexena | last post by:
To use C sort routines in the server side packages which file must contain support for this functionality using the EXTPROC_CONNECTION_DATA parameters? -- Posted via http://dbforums.com
3
by: Helene Day | last post by:
I am trying to access the Word Objects from a .NET project. I have some sample from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta/html/WordObject.asp and I...
0
by: lsy | last post by:
i have a compiled HTML Help workshop file(.chm) which i store in the local server.... but it was unable to view it remotely from my computer which been link to the server... Can anybody tell me WHY??
1
by: Markus Rebbert | last post by:
Hi list, i got an postgresql installation on linux (debian) with the htree partitions: 1- system 2- postgresql data files 3- postgresql WAL logs(pg_xferlog) Our standard file system is...
32
by: jamieexley | last post by:
what are the parameters needed in the constructor call below to create a Date variable whose intitial value is the 15th of March 2004????
10
by: cj179 | last post by:
Hello, fellows: I having difficulties on creating an array which can store two different data types, for example: string and int, in C++. Some of the websites told me it is impossible. Or use...
2
by: E G | last post by:
Hi, I'm developing a C# app that monitors the data feed for a single stock. I want to start multiple instances of app dynamically passing the stock symbols to instances as they start up. Any...
1
by: Clint Stowers | last post by:
Did this once before long ago but forgot how. I remember that if you place a BMP file with the same name as your access application in the root directory that picture file will be displayed as...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.