By Louise Lahm, on February 15th, 2012%
Exactly when Microsoft changed the setting, I could not understand exactly – when reinstalling a named SQL Server 2008 R2 Express instance was the effect on each case:
You try to connect from a client using SQL Server (native) to the client to the server and receives the error message:
Connection fail:
SQLState: 08001
SQL Server ERROR: 17
{Microsoft} {ODBC SQL . . . → Read More: SQL 2008 Hosting :: Why I Cant Connect to SQL 2008 R2?
By Jose Sharp, on February 13th, 2012%
This post discusses about configuring different user account to JOB running in SQL Server 2008. By default SQL JOBs runs under service account that you have configured while installing the SQL Server. You can follow the below steps to change the user account that running under JOB
1. Open SQL Server Management Studio and expand the SQL . . . → Read More: SQL 2008 Hosting :: Running SQL Server JOBS with different user accounts in SQL 2008
By Jose Sharp, on February 2nd, 2012%
RDL files are created by the SQL Server 2005 version of Report Designer.
RDLC files are created by the Visual Studio 2005 version of Report Designer.
RDL and RDLC are defined by an XML schema called the Report Definition Language
The C stands for Client-side processing. RDL stands for Report Definition Language.
Limitations of ReportViewer control:
Unlike the Report Server the . . . → Read More: SQL 2005 Hosting :: Using Report Service and Server Business Intelligence Development
By Jose Sharp, on January 20th, 2012%
This post discuss about configuring the AdventureWorks Analysis Services Database in SQL Server 2008 R2. You can download the sample databases from here. By default when you install the setup you would not see the analysis services database, you need to do some configurations to get it appear in analysis services database.
To deploy the analysis services . . . → Read More: SQL Server 2008 R2 Hosting :: Chart Reports in SQL Server 2008 R2 reporting services
By Louise Lahm, on December 20th, 2011%
This latest release of the SQL Server presents new features and improvements that increase the power and efficiency of architects, developers, and administrators who design, develop, and maintain data storage systems.
This article will walk you through all new features that are introduced in SQL Server 2012 especially high availability. For guarding application databases in an enterprise . . . → Read More: SQL Server 2012 Hosting :: New Features SQL Server 2012
By Louise Lahm, on December 7th, 2011%
SQL Server use ASPState database to store the session information for SQL Server Session mode. ASPState database having two tables ASPStateTempApplications and ASPStateTempSessions. ASPStateTempApplications table contains Application ID and Application Name which is specific to each and every application which are using SQL Server session mode on the particular database. ASPStateTempSessions table having numbers of fields . . . → Read More: SQL 2008 Hosting :: How to Calculate Session Data Size for SQL Server Session Mode?
By Jose Sharp, on December 2nd, 2011%
1. Login to your Dynamic Dedicated Server through Remote Desktop.
2. Open Microsoft SQL Server Management Studio. This is found under the Start Menu, All Programs, Microsoft SQL Server, SQL Server Management Studio.
3. When prompted to login use Windows Authentication. Make sure the Server Name is the name of your Dynamic Dedicated Server. Click on connect.
4. Once . . . → Read More: SQL 2008 Hosting :: How to Add Users to MSSQL Using SQL Management Studio
By Louise Lahm, on November 7th, 2011%
Today in this article I’m going to explain yet another new tool in Visual Studio 2010 which is nothing but the DATA COMPARISION tool. This tool is of extreme use for the developers to compare data in 2 tables in different environment (in real time say a reference table data should be compared from Development to . . . → Read More: SQL Server Hosting :: SQL Server Data Comparison Tool in Visual Studio 2010
By Louise Lahm, on November 1st, 2011%
Recently I had faced very interesting situation. Due to some reason we were not able to login into the production server for one of client. The reason for the same was that server was very busy, we had to login into the system and bring server to normal situation. When all the attempts failed, I decided . . . → Read More: SQL 2008 Hosting :: How to Fix – An error occurred while obtaining the dedicated administrator connection (DAC) port.
By Louise Lahm, on October 20th, 2011%
Physical Address Extension (PAE) allows you to use up to 64 GB of physical memory depending on operating system you use. All existing 32 bit processors supports this extension of memory. PAE mode requires an Intel Architecture processor and more than 4GB . . . → Read More: SQL 2008 Hosting :: Using Memory Beyond 4GB in SQL Server