Alternate to STUFF and performance
We are using Stuff function which adds rows values as comma separated based on group by value.Ex:SELECT (select stuff((select ','+convert(varchar(100),p.ReferenceNumber + '-' + p.EmpName + '-' +...
View ArticleSQL Server debugger is not working.
I have installed sql server 2008R2 SP2 on my machine. i have face weired issue. Sql server debugger is not working and giving below error.But when i run SSMS by right clicking and click on"Run As...
View ArticleAdding new article to Existing Publication (Transactional Replication)
I am using an publisher as Oracle database and my Distributer and subscriber are both SQL server.i added an article on the SQL server and when i started the snapshot job it replicated all the existing...
View ArticleHow to do failover from production server to a Disaster Recovery server as it...
Hi All,I have a 2 node cluster with sql server 2012.How to do failover from production server to a Disaster Recovery server
View ArticleIs there a group at Microsoft that goes to client’s sites to assist with...
A while back I think I heard about a team that goes to client’s sites to see how they use MS products, such as SQL Server and expecially Excel, and try to help them use MS products better. Does anyone...
View Articlewhat is MS_AgentSigningCertificate.cer file all about
Hi Sql friendsthis is sampath , i have noticed file MS_AgentSigningCertificate.cer is located under MSSQL\DATA\MS_AgentSigningCertificate.cerCan any one help me to understand what is the use of this file
View ArticleReplication synchronization status :No replication transactions are available
I have got Replicated tables in a different server,when i run the query on source server it shows the databut when i run the query on Replicated server it returns nothing,how can i check if data is...
View ArticleFirewall Exceptions in Windows 7: Specifying Ports; Custom Rules, Inbound and...
I have read this article http://technet.microsoft.com/en-us/library/cc646023.aspx but when it was written there wasn't a Windows 7 operating system yet. In a Windows 7 operating environment the only...
View Articlehow to reduce the size of filesteram
HI All,i want to reduce the size of filestream in sql server 2008 R2 currently my filestream size is around 182 GB, I tried to search any way to reduce the file size but all things are vain. please...
View ArticleSQL Developer ( C#, PHP, ASP.NET )
Hello,I have started working with SQL Server 2012 few months ago. Read Itzik Ben-Gan "Microsoft SQL server T-SQL FUNDAMENTALS" I liked the book. I was learning slowly but I still was. Thing is to get...
View Articleinserting data into database
Hellow, am inserting data into the database in sql server 2005. I've a textbox which captures the product of certain decimal numbers after multiplication of the numbers in other two textboxes visual...
View ArticleSQL Server Cluster
Hi all,I experiencing below issue when installing SQL Cluster 2008 R2, All the P re-requites is passed when initial check SQL installation.TITLE: Message Details ------------------------------ The path...
View ArticleDisplay Results Vertically (Single Record Columns down)
Hey Guys,In SQL Server Management Studio, I know there is Results to file, Results to Text and REsults to Columns, ... but is there a way to "pivot" the display of the results?Imagine a single record...
View ArticleInformation for New learner
Hi,I am new to MS world. Currently I am IBM DataStage developer. I am interested to explore MS BI stack. There are few basic questions which I need some help on to kick start1) I assume MS SSIS falls...
View ArticleError 26 - Error locating server/Instance Specified
Server OS :Windows Server 2008 R2Database : SQL Server Express 2008Connection String : Data Source=CompABC_System_SVR\CompABC_SQLEXPRESS;INITIAL CATALOG=CompABC;UID=uSystem;PWD=user@2008;There is two...
View ArticleSQL 2005 Do Differential Backups backup the Transaction Logs?
I am trying to save a little space on our backup drives. I am wondering if my backup plan will work or if I am misunderstanding what differentials do.My Plan: I want to do a full backup on Sunday,...
View ArticleSQL 2012 Enterprise (Evaluation) -> To Enterprise Core (Licensed) Edition...
Hi all,I am need to do an Edition Upgrade on a SQL Server 2012 Enterprise (evaluation) to a licensed version of the Enterprise version. We do already have set-up Always on Availability Groups, however...
View ArticleCan I manage several "identical" MS SQL Databases with different data?
I have a set of different stores that belong to different owners I have a common web application for all of them. The Data bases are identical (same tables, columns store procedures etc.) but the...
View ArticleSQL 2012 Installation Error
Good DayI am trying to install SQL 2012.during the installation process it halts and I receive the following message:TITLE: SQL Server Setup failure. ------------------------------SQL Server Setup has...
View ArticleMoving SQL Event to their own event log.
I have been searching for the ability to move the SQL event logs from Windows application log into a new custom event log. The reason behind this is that I support servers that have over 200 database...
View Article