AppDomain Unload - Memory pressure
Hi, I have a sql2008 10.0.2531,x64 running on windows server 2008R2 SP1,x64. On daily basis, we do a huge ETL processing and during the ETL job, i see the following errors logged in ERRORLOG. I know...
View Articlerebulid indexes on msdb and master databases
Is it safe to rebuild indexes on master and msdb databases using a maintenance plan? and how often should this be done? thanksSQL Pro
View ArticleSQL Server question
I am trying to find SQL Server usage statistics of our production SQL Server Cluster which has SQL 2008R2. It is a two node cluster(Active-Passive), just wanted to see how are the resources are being...
View ArticleSql Profiler: which Event , column returns stored proc name?
What Event, column name will return the name of the stored proc called? (I have tried options such as Stored Procedure : RPC Completed and get strings likedeclare @p1 intset @p1= 1245exec sp_preexec...
View ArticleSystem DSN to Windows Azure SQL Database
I am struggling with setting up linked server connection to Azure SQL. Connection works easy from SSIS and SSMS 2012.In the system DSN setup I select SQL 11 library, enter server name, login, password...
View Articlehow to multi-target for vista, windows 7 and windows 8 using sql server express
the original application was built for .net 3.5 using sql express 2008 mdf file with connect string ofData Source=.\SQLEXPRESS;AttachDbFilename=c:\MDF\StringTmp.mdf;Integrated Security=True;Connect...
View ArticleMemory utilization of SQL server 2000;2005,2008 &2008R2 sql servers
Hi All,From past few days we are getting so many issues/alerts regarding sql server.exc is utilizing 90% of memory in 2000;2005,2008 &2008R2 sql serversMy question is there any check list i need to...
View ArticleNonsensical results using columnstore index
I'm looking for any ideas to the results I'm getting from columnstore indexes in SP1. Both should be impossible, but having them happen pretty much blows that out of the water. This is a completely...
View ArticleQuestion about DBCC TRACEON(1222,-1)
We are having deadlocking issues on a prod server. I was going run DBCC TRACE ON(1222,-1) on the server and then read this on MSDN:"Use DBCC TRACEON (trace# [, ....n],-1) only while users or...
View ArticleShare a database with LocalDB
Hi all,Reading the "permissions" part of this page I understand that I can share a database with several users even if those users do not use a shared instance.To do that, I just need to create the...
View ArticleSQL error.. Please Help
I get this error: Msg 8156, Level 16, State 1, Line 11 The column 'taskname' was specified multiple times for 'a'. Msg 8156, Level 16, State 1, Line 20 The column 'taskname' was specified multiple...
View ArticleI STILL can't get a full text search to work on a filestream table.
SQLServerExpress 2012/WIndows Server 2008R2Create filestream enabled database:CREATE DATABASE ISR PRIMARY (NAME = FileStream1, FILENAME = 'C:\Program Files\Microsoft SQL...
View ArticleTable partioning for archiving
Hi,I have a database that is taking up approximately 66% of space on a network drive that also hosts other databases. The culprit is one table which is currently 40GB in size. I was considering table...
View ArticleDoes cleanup task affect log chain
Hi there,I have two Maintenance Plans:1) FullBackupdaily at 0:00, oncecontaining a Cleanup Task, that deletes files older than 3 days (.bak)2) TransactionlogBackup daily at 02:00, every 5...
View ArticleRe:Physical Memory Usage is warning
HI friends ,we are facing the Physical Memory Usage is WARNING,Physical Memory: 84%used,when ever cross the 80% we are getting the alert ,i am enable the AWE and change the memory,but no use, how to...
View Articleblocking access to sql server from particular IP
Hi I wan to to block to sql server (SQL2005) from particular IPI created triggerCREATE TRIGGER [tgr_blocker] ON ALL SERVER FOR LOGON AS BEGINIF isnull((SELECT client_net_address FROM...
View ArticleSQL Server 2012 Management Studio: I cannot create a SQL Server Express...
Hi all,I have SQL Server 2012 Express installed in my "Windows 7" PC that is part of Windows System in our Computer Network System. In the SQL Server 2012 Management Studio (SSMS 2012) of my SQL Server...
View Articlesp_helpfile and sysaltfiles inconsistency
why does sp_helpfile and sysaltfiles files show different values for database. sp_helpfile says 20GB but sysaltfiles says 200MB. the database is tempdb.Thanks.Hope it Helps!!
View ArticleMicrosoft kb# 2023536 is missing
Hi,The following kb article provides guidelines on how to find the right setting for the best practice configuration for parallelism under NUMA:http://support.microsoft.com/kb/2023536Is there any way...
View ArticleSql 2005 Profiler: No "Deadlock graph" appeared in trace
I ran a trace against a sql 2005 database and selected Locks: Deadlock graphLock:DeadlockLock: Deadlock chainWe encountered a deadlock and the last two items were caught in the trace but not the...
View Article