How to decrypt SQL server objects, such as Stored Procedure
How to decrypt SQL server objects, such as Stored Procedure
View Articlewhat's the meaning for the extent changes for the an Density
from the msdn ,the definition of Scan Density is "Best count is the ideal number ofextent changes if everything is contiguously linked. Actual count is the actual number ofextent changes. The number...
View ArticleReg data partition
Greetings,I'm new to SQL Server, I was studying about table partition, I am not able to understand how the left and right functions work, I went through many sites but not clear. Also when defining a...
View ArticleA bug in "not in" query
Please note the code block below:There are two tables called outer_table and inner_table.The table inner_table has two columns aband bc; but in sub query (first and second subquery) i have used it...
View Articleperfmon counter interval question
Hi AllI am trying to capture the Perfmon data for below counters, and ihave specified the Sample interval as 15 seconds. but i am confused with below points1. does the value it collects is the point in...
View ArticleSQl 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 Articlewhat is the RAM memory limitaion for 32bit... on sel server 2008 and win -2008
hiiiii... i attended interview... interviewer asked regarding memory. i ddnt answer. pls explain ..... 1. what is the RAM Limitation for 32 bit , sever-2008 and win-2008 server. 2. what...
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 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 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 Article