January 4, 2010 at 3:53 am
Dear all,
Can I create SQL Server with the help of SQL Server 2005 Express Edition ??
January 4, 2010 at 3:56 am
yes with SQL server express you can create SQL databases up to 4gb all for free..
January 4, 2010 at 4:31 am
Thanks for your reply.
Can Other Client (Pc) access the Server Database ?
January 4, 2010 at 4:34 am
Yes it works excatly the same way as standard SQL server,
However you will need to explicity allow remote network connections in the SQL config manager on the server
January 4, 2010 at 6:07 am
How to create Server in SQL Server Express edition ??
How To create Users in the DB ??
January 4, 2010 at 6:28 am
you create users and dbs in the same way as you do in SQL standard.
You may want to start by looking at books on line
http://msdn.microsoft.com/en-us/library/ms130214.aspx"> http://msdn.microsoft.com/en-us/library/ms130214.aspx
there is a lot of information here on setting up SQL server.
Once you have an understanding of the bascis then feel free to ask more specific questions if you run into problems.
January 5, 2010 at 10:30 am
The only drawback to SQL Server Express is that you will not have the ability to create Maintenance plans or create Jobs for Maintenance on the databases.
January 6, 2010 at 6:32 am
Although you can script the backups / Maintenance Tasks and execute them using windows scheduled tasks.
January 7, 2010 at 12:38 am
How to Create DB Login Users with specific permissions/Authentication Mode in this Express edition.
January 8, 2010 at 3:56 am
subrata.bauri-1051938 (1/7/2010)
How to Create DB Login Users with specific permissions/Authentication Mode in this Express edition.
Look the BOL.
Muthukkumaran Kaliyamoorthy
https://www.sqlserverblogforum.com/
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply