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 Louise Lahm, on January 6th, 2012%
A stored procedure is a group of sql statements that has been created and stored in the database. Stored procedure will accept input parameters so that a single procedure can be used over the network by several clients using different input data. Stored procedure will reduce network traffic and increase the performance. If we modify stored . . . → Read More: SQL 2008 Hosting :: Stored Procedure in SQL Server and the Advantages
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 July 9th, 2011%
By Louise Lahm, on July 2nd, 2011%
This post explains taking the SQL Server Database Objects backup only schema not data in SQL Server 2008 R2. In an ETL server you may come across the situation where you need to change the database objects schema quite frequently especially when data source changes. In this case we may need maintain our schema or take . . . → Read More: SQL 2008 R2 Hosting :: How to Create SQL Server Database Objects Backup using SMO
By Louise Lahm, on May 30th, 2011%
Clustering your SQL 2008 R2 Server is a great way to gain high availability for your environment. The benefits are simple and powerful; seamless fail over of your SQL Server and all services that power it, within . . . → Read More: SQL 2008 R2 Hosting :: Making the most of your SQL 2008 R2 Cluster
By Louise Lahm, on May 11th, 2011%
This is a problem that I’ve seen come up a few times now, with a particularly nasty side effect for sites using SAML claims with ADFS. Where I first saw this problem was when I created a new farm and I went into add a service account. I typed in the alias for the account and . . . → Read More: SQL 2008 R2 Hosting :: The given key was not present in the dictionary Error When Validating User Accounts