sql server Cluster Quorum disk fails
if sql server cluster Quorum disk is fails what will happen, how we can resolve Quorum disk fails.
View ArticleSET FMTONLY ON AND EXEC() AT LINKEDSERVER
Hello my friends.I trying use EXEC('') AT LinkedServer statement.The command executes sucessfully on my remote server, and return my data normarly...The problem was when add the "SET FMTONLY ON"...
View ArticleRAID Storage
Hi,I have been reading about recommended SQL Server storage and RAID 5 or RAID 10 controllers have been recommended.On my existing Database server I can see 4 Storage controllers under Device...
View ArticleChange the owner of job on different server
Hello,We have nearly 50-60 servers and i would like to change the owner of the job to lets say 'thejobowner' (Job owner should be not sa or systrans)And in future if anyone make any changes and create...
View ArticleRBS on SQL 2012
Hi,we are looking for a way to store users file on remote storage and have it all indexed in SQL using filestream.The first option that we've tried is to use filestream with file table, however, the...
View Articlestartup parameter is invalid
If you add the the following parameter ' -m"Microsoft SQL Server Management Studio - Query"'to the startup parameters in the SQL Server configuration manager the GUI gives the following error. (SQL...
View ArticleOrphaned users issues
hi ,recently i am involve database migration active, i taken the 400 DB database backup and restored into new server.restored after i am checking the "orphaned users" through [sp_change_users_login...
View ArticleReseed Identity Column when other column, value change
hello I have a table with four fileds. The first and second field are primary key. Second field of primary key is a identity. when the first field changed, I need the second field Reseed to...
View ArticleInsert data in Sql Table Visual basic 2012
I am having a problem, someone help me out please:Public Class Form1 Dim conn As System.Data.SqlClient.SqlConnection Dim cmd As System.Data.SqlClient.SqlCommand Dim dr As...
View ArticleSQL Server 2005 and MSDTC use
Hi All, We have MSDTC installed as a Clustered resource in SQL Server 2005 environment. I know MSDTC is used for cross-database and distributed transactions.I wanted to know: 1. Even if there are no...
View ArticleSQL Server clustering issue
We have a two node cluster. We applied windows OS patches on both the nodes as follows:There are 3 services(SQLServerA,SQLServerB,DTC) running in this SQL clusterNode1: Moved all the three services...
View ArticleCan access local database engine
TITLE: Connect to Server ------------------------------ Cannot connect to (local). ------------------------------ ADDITIONAL INFORMATION: A connection was successfully established with the server, but...
View ArticleIf log backup is not working since 4 hour then I must get a mail.
I want a script:If log backup is not working since 4 hour then I must get a mail.Thanks
View Articlesql server certification exam
Hi Team,I have cleared the exam of 70-432 MCTS for sql server 2008. I want to upgrade it now for sql server 2012.Could you please suggest the certification exam code for up gradation from SQL Server...
View ArticleIndex Fragmentation
Hello,Quick question, I have just run DBCC SHOWCONTIG against an index I created against the Person.Person table in the AdventureWorks database and the results are below. Can someone let me know how...
View ArticleSuspected problem with identity seed on SQL Server 2012 Standard
SQL Server version 11.0.3128. I have an automated process (job, stored procedure) that inserts DMV data into database tables every half hour. It has run without incident for well over a month. On Nov....
View ArticleIndex Framentation
Is it ok to have Non Clustered Index even if it is heavily framented than to not have Non Clustered ? Does the same goes with Clustered Index?
View ArticleHow to Identify and troubleshoot slow sql statements within a Stored procedure
Hi All, I want to know about how to go about detecting and troubleshooting slow sql statement inside stored procedures. For example ) If I have 10 sql statements inside my stored procedure and...
View Articlesp_execute sql calling stored procedure fails during insert to table but...
I have a 3rd party system that uses sp_executesql under the covers (figured that out with profiler). I have a procedure that works fine when calling it directly in SSMS, but when I call it via the...
View Articlesp_blocker_pss08 Analysis
Hi All,We have implemented sp_blocker_pss08 in our sql instances to identify blocking. I tried using the SHERLOCK tool after referring the below...
View Article