Browse by Tags

SQL Server 2008: Administer multiple servers by designating configuration servers
Published 27 February 8 3:0 AM | SSQA.net
Ok, they give you new tool and in next release it has been taken away! This is similar to Surface Area Configuration tool from SQL Server 2005 and after 3 years you don't see from next release which is SQL Server 2008. How do you manage or can administer...
SQL Server Management Studio snap-in - get alerted when executing a TSQL code!
Published 15 February 8 4:26 AM | SSQA.net
Do you like color-coded alert say when you are executing a TSQL script or code against a SQL Server instance, say if its a production server with 'red' indicator or 'green' when it is on testing platform! I have no doubt in stating the...
Whats with 64 bit computing on SQL Server
Published 4 August 7 9:41 AM | SSQA.net
What advantages we took when deployed the 64-bit computing within SQL Server As you aware 64 bit computing with 64-bit processors have become the standard for systems ranging from the most scalable servers to desktop PCs. The way to take full advantage...
An error has occured while establishing a connection to the server. When connecting to SQL Server 2005,this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.(provider:Named Pipes ....)
Published 26 July 7 7:49 AM | SSQA.net
Error: An error has occured while establishing a connection to the server. When connecting to SQL Server 2005,this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.(provider:Named Pipes Provider...
Can't find linked server in management studio?
Published 28 June 7 9:41 AM | SSQA.net
In SQL Server 2000 when you create a linked server then you can see that on Enterprise Manager under Security --> Linked Server. One of the Developer asked me how we can find same in SQL Server 2005 Management studio, here it is: You will find under...
Anti-virus tool on SQL Server
Published 18 May 7 9:33 AM | SSQA.net
Another common question in the forums asking about what are the best practices for using antivirus software on servers running SQL Server. In my experience if your SQL Server is not a internet-faced one then no need to have one installed on a SQL Server...
DBCC CHECKDB flusing the cache!
Published 15 May 7 9:54 AM | SqlServer-QA.net (SSQA)
Well another cache related blog in a row since last few days! I have had weird issues on one of the SQL Server 2005 SP1 instance that, whenever DBCC CHECKDB is executed the performance of particular stored procedure ( complexed calculations ) has gone...
SQL Backup 5 - a huge step forward in backup management
Published 3 May 7 3:28 AM | SqlServer-QA.net (SSQA)
Red-Gate software limitied has released another useful tool for the DBAs, SQL Backup that has impact of what a metamorphosis it has undergone! Many of you will know SQL Backup for its high performance in creating and encrypting backups. The performance...
Get to know new and enhanced business intelligence features in SQL Server 2005
Published 1 May 7 3:19 AM | SqlServer-QA.net (SSQA)
Microsoft is investing a lot to help the Business Intelligence (BI) platform users with the content and get acquaintance to the platform. You are aware BI includes SQL Server Analysis Services, Integration Services and Reporting Services, you can get...
How to find that a query could benefit from an index?
Published 30 April 7 5:48 AM | SqlServer-QA.net (SSQA)
Performance is most required achievement in a multi-user environment, using SQL Server 2005 this can be achieved with a few statments execution. Firstly you need determine the issues by finding which query or queries are causing issues in achieving performance...