MS SQL

Artikelen

MS SQL login credentials of database user
If you want to create a new login for your MS SQL database or reset an existing password you can follow ...

Managing and creating MS SQL databases
To create an MS SQL database through the Customer Panel at MijnHostingPartner.nl or manage an existing ...

How do I connect to my database through MS management studio?
How do I connect to my database through MS management studio?1. Open your Microsoft SQL Management Studio.2. ...

What should I specify as host (hostname)?
Please note! We get a lot of questions about the host of the MS SQL this is not a localhost.To find ...

Where can I manage my MS SQL database? Where can I find the MS SQL Admin?
*NOOT* This article is old and has become obsolete. You can use a local program like SQL Management ...

Restoring / backing up an MS SQL Database
Backing up an MSSQL database can be done easily in the control panel you must first be logged into the ...

I can log in externally but I don't see my database.
If this is the case we would like to ask you to put the following data in a ticket: - Database name ...

Connection testing for MS-SQL
This article explains how to test and use the database connection. We give the example code to test ...

Connection string ASP.NET / SQL Server database
What does the connection string look like when I want to access a SQL Server database from ASP.NETFor ...

Connection string ASP.NET / Access database
What does the connection string look like when I want to access an Access database from ASP.NET? Access ...

Can I access my MS SQL (MSSQL) externally?
Yes this is possible. The following settings will then apply: SQL 2005Host84.246.4.143Port9125SQL 2008: ...

How do I empty my MS SQL database log file?
Query to empty the log file for an MS SQL 2005 Database:DBCC SHRINKFILE( 1)BACKUP LOG WITH TRUNCATE_ONLYDBCCSHRINKFILE( ...

How can I restore / backup my database?
To backup your MsSQL database you first need to log into your control panel. Then click on the heading ...

What is the maximum size of the MS SQL database?
Unlike the MySQL database the size of the MS SQL database is limited. It can be up to 1Gb in size. For ...