Illegal 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.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 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 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 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 ArticleHow to control the Database log size?
Hi All,I am loading the data from one database to another database using SSIS 2005, and the record count is1,26,31,742.using the execute sql task for truncating the destination table and insert into...
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 ArticleSimple Mode Transaction Log almost 200Gb
I inheritted a database which is in Simple Recovery Mode. The transaction log is almost 200Gb in size. I cannot seem to get it to shrink. I've tried backing up the database, shrinking the database and...
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 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 ArticleTurning Off my SQL Profiler Trace
I created a trace out of Profiler a coule weeks ago. However I did not think it was still running. However it is slowing process down and I can see my log_xxx.trc file is conitinuing to log much...
View ArticleBlocking in Sql 2005
Hi.Please analyze below blocking Report and tell me what is going on? We are using SQL Server 2005 Std Edition on Windows Server 2003<blocked-process-report monitorLoop="257022">...
View ArticleDatabase Engine Tuning Advisor - E000 SqlServer Errors
Does anyone know how to DTA to correctly read the output from the Profiler? I get the error: TITLE: DTAEngine------------------------------50% of consumed workload has syntax errors. Check tuning log...
View ArticleWeird Performance problem with stored procedure
Hi all,I have a stored procedure which has suffered from param sniffing problems in the past, to this effect local variables have been used so that parameters wouldnt be sniffed. The problem we are now...
View Articleif we have temp table in sp, we execute sp from different sessions, it will...
if we have temp table in sp, we execute sp from different sessions, it will create different copy of temp table in sql server tempdb db or not ?
View ArticleRAISERROR with log produces no log output
This statement produces no log output in the SQL Server log or the Windows application log:RAISERROR ('Error in P_ETL_SHIPMENT_DETAIL processing ',16,1) with logI tried giving the sysadmin role to the...
View ArticleDbccFilesCompact command went into Suspended Mode
Hello,I know there is a lot of similar information on the web, but it does not seem I can find the clear suggestions on how to go around problems we are facing right now.1) We are running sql server...
View ArticleExecute Oracle procedure from SQL Server via linked server...
Hello, folks. I'm hoping someone can provide a clear answer to execute an Oracle procedure from SQL Server via a linked server. I've seen related posts that are all over the place. I have a simple...
View Article