SQl server agent for named instance not starting
Hi In one of my machine (sql server 2005 ) we have 3 instances 1 default and 2 named (all are using same service account), i am not able to start sql server agent for named instances (no details in...
View Articleimportar dados Sql Server 2008R2
estou iniciando estudos em SQL e preciso de ajuda para fazer importacao de dados de um banco onde a estrutura é identica ambos SQL2008 R2 .. Alguem poderia me indicar mecanismos para essa migracao...
View ArticleSQL Server in Clustered environment connecting using .(Dot)
We have many Clustered SQL 2008 instances but today i noticed that in one of our SQL clustered environments the SQL DB Server is getting connected directly using the .(dot) which usually fails in...
View ArticlePartition Existing table online
HelloI have a 24x7 available table and i need to move this table to new partition scheme online. This table has clustered primary key and couple of non-clustered indexes.I went through this good post:...
View Articlecan not open my connection n visual studio
can not open the DB from my visual studio project i get : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not...
View Articlecapture baseline with perfmon using a remote server
Hi there,I'm not sure if this is a SQL DE question or not but a lot of my searches led me to this section of the forum. In any case, I have the following question about perfmon. Please move the...
View Articlescripting table creates half then adds half
Something very curious - when I use SSMS to script a table, it gives me a create table with the first 30 or so fields, then set ansi_padding off, then about five alter table add statements, then set...
View ArticleHow SQL Server Service Pack upgrade works - Internally
I am looking for some detail documents or inormation about how SQL server service pack upgrade works - internally for both standalone & cluster.Regards, Rohit Garg (My Blog) This posting is...
View Articlewhat's pushing non-SARG predicates ?
conor described a tech called "pushing non-SARG predicates " in the following article . is there any detail materialdescribes the "pushing non-SARG predicates " technology ? conor said he have covered...
View ArticleDeleteing of the Logshipping jobs on secondary server
Hi All,We are using logshipping for DR plan. My secondary database is in out of sync due to missing of log backup files. So we deciseded to reconfigure the Logshipping. we disable the logshipping...
View Articleit's werid for the sql statements
Hi experts, When I run the following SQL, it shows me "2 records"update table_A set column_A = 'X' where a=b but when I run "select count(*) from table_a where a=b", it shows me "3 records".I'm...
View ArticleQuery runs fine from SSMS but times out when run from a web service
I have a table-valued function that produces a simple report from my database. When I use this function from management studio it takes around 2 seconds to run, hits 253 logical reads and is granted a...
View ArticleHow do I find out what the current threshold_alert is before I change it?
My first question: I have inherited a log shipping environment configured with no monitor server. I am getting the error explained in the article below, however there is no monitor server. What is the...
View ArticleMap temporary objects of tempdb to sessions
Hi All,Does anyone know where stores SQL Server tempdb object list. From this list you can determine which temporary object belongs to which session. tempdb.sys.objectsor tempdb.sys.sysobjects have two...
View ArticleSQL server slow/unresponsive
Hi,I have a Windows Server 2008R2 with SQL server 2008R2 Standard, it is a virtual machine with 16GB startup memory, 12GB min and 20GB max. It has 5 cores from an Intel Xeon E5645 2,4GHz to work...
View ArticleMy Trigger is to slow
Hi I have a trigger that slows my tble down tio the point that I can not use it. But i need this Trigger. Any idea how to make it faster?USE [Manganese_new]GO/****** Object: Trigger...
View Articlewhat are the real time issues in Log shipping
hiiiiiiiiii frnds.....i have intvrw . pls list the some real time log shiiping isuuses.problem and solution.Thanks in adavance.
View ArticleTest Performance
We have a Web Service that uses Sql Server 2012. We would like to have performance reach 100,000 transactions per second. Does anyone know the best products or methods to perform such tests?...
View ArticleHow to find what are the peak SQL queries in the last one month for sql...
Hi All,IS there any way to find what are the peak sql queries that are used in last one month.I want this data for analyze and fine tune our system. RegardsMaheshwar Reddy
View Article