Named Pipes Protocol
Hi,Our SQL Server 2008 default instance have databases for multiple applications. Shared Memory and TCP/IP enbaled. Named Pipes and VIA disabled.One of our vendor needs to enbale Named Pipe to resolve...
View Article-g startup flg or /3GB switch
Which one i have to use (most recommnded) on 32 bit Ent Edition?Manish
View ArticleDeadlocks and metadata locks
I have a deadlock situation that I am having some difficulty understanding. Attached is the deadlock graph - I am trying to understand why we see so many metadata locks. Is a metadata lock the same as...
View ArticleDeadlock
Hi,We are using SQLSentry tool to monitor our DB server. We got below alert.Environment: SQL Server 2005 Std With SP2 on Windows Server 2003 EntPlease help why we are getting below...
View Articlesys.servers in AdventureWorks
I assume that this system view is in master db.(SELECT * FROM master.sys.servers EXCEPT SELECT * FROM AdventureWorks.sys.servers) UNION ALL (SELECT * FROM AdventureWorks.sys.servers EXCEPT SELECT *...
View ArticleDB connection error issue while running a batch job from APPLICATION Server.
Hi All,I have an DB connection error issue while running a batch job from my APPLICATION Server.I have 3 servers. 1) Application Server 2) Oracle Database server (Data Source)Â 3) SQL Database...
View ArticleIllegal mix of collations (utf8_general_ci,IMPLICIT) and...
Hello Friends I have created one fact table in DSV and then add into in cube and define measure based on that table.but while processing of cube i get this error.Errors in the high-level relational...
View Articlesys.dm_db_stats_properties returns empty rowset for some statistics?
I am looking at the new dynamic management function sys.dm_db_stats_properties.http://msdn.microsoft.com/en-us/library/jj553546.aspxI have found that for some tables and statistics it is returning an...
View ArticleWhen I try to see tables, I receive error
Hi,When I try to see DB's tables, I receibe the error below;I tryo to "DBCC CHECKDB('LOGODB') WITH TABLOCK" but its getting error again. What should be the problem?
View ArticleSQL Server 2012: Replacement for linked server to "Index Server"
I have a SQL 2008 R2 application database, which also integrates SQL queries with MS Index Server via a linked server. The MS Index Server currently indexes c. 1,000,000 files. I need to move the...
View ArticleObject reference not set to an instance of an object"?
Hi,After migrated one of application SQL 2005 to SQL 2008R2 we are getting below error after some time , please help any one .regards venkat
View ArticleIs read_committed_snapshot dependent on allow_snapshot_isolation?
Is read_committed_snapshot dependent on allow_snapshot_isolation? I thought the latter had to be on before you could use the first. This article seems to indicate so but I'm not...
View ArticleRounding off issue during Oracle to SQL Server migration
Hi,I am currently working on POC for migrating Oracle to SQL Server 2008 R2. Stuck with an issue related to rounding off calculations.There is this "rate" value we are calculating using POWER functions...
View Articleretrieve sql command history
Hello,We're using sql 2008 standard RTM and want to retrieve all the sql insert/update/delete command issed to our database for the past 6 hours(just like what we get in sql profiler). But in our...
View Articlenot able to change the backup location for maintenance plan
Hi All, We have a FULL backup maintenance plan which is SSIS package, we need to modify the location of the backup from D:\sqlbackups to E:\sqlbackups. to change i went to BIDS, opened a new project...
View Articlehow to display % symbol for a value in a row in SQLSERVER 2008 R2?
Hi , i got one requirement like my client will sent me the values , while storing the values i have to add % symbol to that value. Ex: create table test(payment number) insert test values(1) insert...
View Article264 An attempt was made to send an email when no email session has been...
Platform is SQL Server 2005 SP3 on a Windows 2003 Enterprise Server. So far the following has been accomplished...Enabled Database Mail, created a profile, configured profile to use mail account with...
View ArticleHow big would a table be if it wasn't compressed?
I have a bunch of partitioned tables that are "row" compressed. I need to unload those table to migrate the data for some testing, and I want to estimate how much raw data there is in the tables...
View ArticleTrigger on update
Hi allThere is a trigger on a table after "update"... there is serveral update and insert in the trigger, and will there be cases that those update and insert in the trigger is too long so that the...
View ArticleMaintenance Plan - Backup runs successfully but Verify backup integrity fails
SQL Server 2008 R2 SP2 - 10.50.4000.0 (X64)I have built a Maintenance Plan and the only task within this plan is (Back UP Database Full).I have selected to only backup 1 database. The recovery model...
View Article