Administering your Windows Internal Database (MICROSOFT # SSEE) instance)

Source: Internet
Author: User
Tags sql server management studio

Problem
Microsoft products such as Windows Server Update Services (WSUS) 3.0 and Windows Sharepoint Services (WSS) 3.0 ship with SQL Server 2005 Embedded Edition. now called the Windows Internal Database, more and more system administrators charged with managing WSUS and WSS are faced with the challenge of managing these databases. since most of these system administrators are not full-fledged DBAs, how do They manage the Windows Internal Database?

Solution
The Windows Internal Database is an embedded data service that can only be used by a handful of Windows Services. it is designed in such a way that you are not allowed to connect to and use this particle database service for non-Microsoft products. by default, installing either WSUS 3.0 or WSS 3.0 will create the databases on the C: \ partition and will cause administration issues such as insufficient disk space. it is quite confusing to manage this SQL Server instance as it does not appear as a SQL Server service nor are there management tools attached ded with the products. the easiest way is to use SQL Server Management Studio Express. you can install a copy of SQL Server Management Studio Express on the server running your WSUS 3.0 or WSS 3.0. you then register this instance using Named Pipes as this is the only configuration for connectivity. use this server name when you register this instance

\. \ Pipe \ MSSQL $ MICROSOFT # SSEE \ SQL \ query

Once you 've managed ed to register this instance in SQL Server Management Studio Express, you can now administer the WSUS 3.0 and WSS 3.0 databases like shrinking the database files or moving them to a different disk partition dedicated for them to avoid insufficient disk space issues.

If you prefer to use scripts to manage these databases, you can download and install the SQL Server 2005 Command Line Query Utility-sqlcmd. This tool will be installed, by default, on this directory

C: \ Program Files \ Microsoft SQL Server \ 90 \ Tools \ binn

To connect to the database instance, you need to run the sql0000.exe utility, passing the instance name and your credentials

Sqlcmd-S \. \ pipe \ MSSQL $ MICROSOFT # SSEE \ SQL \ query-E

You can then run your administrative T-SQL scripts once connected to this database instance.

Considerations

While these are possible reasons to administer the Windows Internal Database, it is not recommended to do anything beyond refreshing backups, moving or shrinking the database files. modifying database schema or database properties wocould break supportability of these products. plus, any changes made to these databases can be overwritten by the products 'service packs or cumulative updates.

Next Steps

  • Install SQL Server Management Studio Express on your WSUS 3.0 and WSS 3.0 servers
  • Take control of your WSUS 3.0 and WSS 3.0 databases

Original

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.