Re: Need helps with SQL Server Express
- From: "Artemakis Artemiou" <artemis.artemiou@[**GMAIL**][*DOT*][**COM**]>
- Date: Wed, 3 Jun 2009 23:54:18 +0300
You can access SQL Server via the TCP/IP protocol.
In this case, you will have to make sure that TCP/IP is enabled (SQL Server Configuration Manager, SQL Server Network Configuration, Protocols --> TCP/IP).
When SQL Server is installed and the TCP/IP protocol is enabled, the specific SQL Server instance will be visible on the network. Then you can access SQL Server through the network but the access level depends on the access rights that each user or Windows Group has.
SQL Server provides multiple layers of security. I would recommend having different Windows Groups and assign specific access rights (i.e. server roles, database roles, etc) on these groups. To this end you can either use Windows authentication or mixed mode. Windows authentication is recommended.
I strongly disagree that whoever has Microsoft SQL Server Management Studio Express can go into the database and make changes to everything :)
The only type of user that can do anything in SQL Server is the one having the Sysadmin role. That is why you have to be careful with whom you assign this role to.
More on SQL Server 2005 security:
http://technet.microsoft.com/en-us/library/ms345149.aspx
http://download.microsoft.com/download/8/5/e/85eea4fa-b3bb-4426-97d0-7f7151b2011c/SQL2005SecBestPract.doc
http://www.microsoft.com/sqlserver/2005/en/us/Security.aspx
Regards.
--
Artemakis Artemiou
B.Sc., M.Sc.,
SQL Server MVP,
MCP, MCTS:SQL Server 2005, MCTS:SQL Server 2008 (Charter Member)
http://aartemiou.blogspot.com
This post is provided "as-is" and confers no rights.
"Accesshelp" <Accesshelp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:C7F35382-DF6C-4766-A2A5-943DB1BF7029@xxxxxxxxxxxxxxxx
Artemakis,.
Thanks again for the information. If I may, I would like to ask you more
questions. Unfortunately, these questions are, as you may have already
noticed, for the beginners.
After I build the SQL Server (SQL), the users will be using it. Currently,
the SQL is installed and located on my hard drive. After I finish with the
SQL, what should I do so that users can use it through front-end (FE)?
For Access, the back-end (BE) is located in a remote directory on the
network. the FE then connects to the BE for the users to use.
In addition, our IT dept told me that they want to put it on Citrix and told
me to tell them when the SQL is finished. Does it mean they know how to set
up on the network so that users can use it? Can you tell me a little about
it so that I know some background knowledge?
How about security? It appears to me that whoever has Microsoft SQL Server
Management Studio Express can go into the database and make changes to
everything. Is there a way to avoid it?
Thanks.
"Artemakis Artemiou" wrote:
In SQL Server 2005 Express Edition you cannot use the data import/export
wizard as it is one of the limitations.
Though, there are other tools which can be used for data import/export as
well. One such tool is BCP. More information on BCP can be found on the
following url:
http://msdn.microsoft.com/en-us/library/ms162802.aspx
Also, regarding the data you have in Access, you can use the functionality
of Access to directly export the data into SQL Server.
Regards.
--
Artemakis Artemiou
B.Sc., M.Sc.,
SQL Server MVP,
MCP, MCTS:SQL Server 2005, MCTS:SQL Server 2008 (Charter Member)
http://aartemiou.blogspot.com
This post is provided "as-is" and confers no rights.
"Accesshelp" <Accesshelp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EB495A63-8187-42A3-91B3-45210643D87A@xxxxxxxxxxxxxxxx
> Artemakis,
>
> Thanks for the information. I have some data in Access and CSV files.
> How
> can I bring them in electronically so that I do not have to type them
> manually?
>
> Thanks.
>
> "Artemakis Artemiou" wrote:
>
>> Hi,
>>
>> Good choice! :)
>>
>> Yes, in order to create a database (besides of using T-SQL), you can
>> right-click on "Databases", when connected to the Database Engine via
>> Management Studio, and select "New Database".
>> SQL Server 2005 Express Edition supports up to 4GB per Database.
>>
>> For more information about SQL Server 2005 Express Edition:
>> http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx
>>
>> Cheers.
>>
>> -- >> Artemakis Artemiou
>> B.Sc., M.Sc.,
>> SQL Server MVP,
>> MCP, MCTS:SQL Server 2005, MCTS:SQL Server 2008 (Charter Member)
>>
>> http://aartemiou.blogspot.com
>>
>> This post is provided "as-is" and confers no rights.
>>
>>
>>
>> "Accesshelp" <Accesshelp@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:7E82E222-DBF4-422D-8F47-CC1096A54B39@xxxxxxxxxxxxxxxx
>> > Hello all,
>> >
>> > I am new to SQL Server. I just installed SQL Server 2005 Express
>> > Edition
>> > on
>> > my laptop (C drive), and I don't know where to continue.
>> >
>> > I want to use SQL Server because people told me that SQL Server can
>> > handle
>> > larger data than Access. Therefore, I am thinking about SQL Server >> > as
>> > a
>> > back-end database and Access as a front-end database for the users >> > to
>> > use.
>> >
>> > First of, where do I go to create a database for my data? Is it in
>> > under
>> > Databases in Database Engine in Microsoft SQL Server Management >> > Studio
>> > Express? Do I right click on the Summary screen in Databases to >> > create
>> > one?
>> >
>> > Secondly, is it true that SQL Server 2005 Express edition can handle
>> > only
>> > up
>> > to 4GB?
>> >
>> > Thanks.
>>
- Follow-Ups:
- Re: Need helps with SQL Server Express
- From: Rick Byham, MSFT
- Re: Need helps with SQL Server Express
- References:
- Need helps with SQL Server Express
- From: Accesshelp
- Re: Need helps with SQL Server Express
- From: Artemakis Artemiou
- Re: Need helps with SQL Server Express
- From: Accesshelp
- Re: Need helps with SQL Server Express
- From: Artemakis Artemiou
- Re: Need helps with SQL Server Express
- From: Accesshelp
- Need helps with SQL Server Express
- Prev by Date: Re: Is SQLSYSADMINACCOUNTS Parameter really neccessary for 2008 Express?
- Next by Date: Re: Need helps with SQL Server Express
- Previous by thread: Re: Need helps with SQL Server Express
- Next by thread: Re: Need helps with SQL Server Express
- Index(es):
Relevant Pages
|