Why auditing "UPDATE" statements captured with select "action id"
Hi We had configured the auditing feature in Enterprise Edition SQL SERVER 2008 for SELECTS statement but when we queried the table(fn_get_audit_file), we found event UPDATE statements captured with...
View ArticleMSSQL instance port number was changed unexpectedly
Hi Experts,Our server host is running on Windows 2008 cluster, there are 10 active SQL instances are runnning using dynamic ports.We rebooted node 1, all instances are failover to node2, however, we...
View ArticleIndex Optimization for accidental DBA
Hi - I apologize if this has been asked in another forum post but I am really confused and was hoping to get some personalized help regarding indexes on a large SQL server table I have. The table has...
View ArticleSQL server SSIS 2012 CDC update operation code problem
HiHas anyone tried CDC on SQL server 2012 The operation code for update is created as 1 and 2 but it should be 3 and 4Any guessAshish Shevale http://in.linkedin.com/in/ashishshevale
View ArticleAll the 9 archives of sql server agent error logs got deleted
Hi, Today when i execute EXEC sp_cycle_sqlagent_errorlog, got the below error and each time i execute this one of the log file gets deleted. It was in maintainance plan and because of this our routine...
View ArticleGreat Question indeed
I have a head blocker process and I identified the stored procedure that was being run under that process. The question is is there any way I can identify the parameters passed to the stored...
View ArticleSQL Server DATA folder at 93 GB!!
Hi! I am experiencing severe, show-stopper memory issues on my VM server which hosts my SQL Server 2008 instance. I have already lowered the maximum threshold to 6400 MB:The DATA folder in SQL Server...
View Articlehow to patch SQL 2005 32bit express from SP3 to SP4 on 64bit OS
I downloaded SQLServer2005SP4-KB2463332-x64-ENU and X86 patched and ran both of them, The SQL instance name was showed in the setup screen, but I can't select it as database services to be upgraded....
View ArticleSplit SQL TempDB per number of Processor Core
Hi All,Anyone can give me the clear picture regarding the below statement. Split SQL Temp Db per number of Processor Core. Is this correct statement.Maheshwar Reddy
View Articledatabase schema
this is the discussion we are having between me and senior DBA , "Can you add the “division” or do you want to setup a meeting to discuss it? I don’t have a Database schema, so if you could provide...
View ArticleWhat is the difference between "allow remote acess" under sys.sysconfigures...
Hi, I know the meaning of "remote access" under sp_configure but not sure about "allow remote access" under master.sys.sysconfigures. I didn't get much information about it while searching on BING....
View ArticleCreate databse failed while creating from VB.net Custom Action with MSI
Hello,I have a setup file which which has the VB.net windows project. I have added a vb.net exe to custom action whihc will create database and login while installing MSI.By using SQLCmd and command...
View Articledatabase
Hi,What is contained database, difference between normal database and contained database?
View ArticleMonitoring
Hi,Can anyone pls tell how to monitor all servers with out using any third party tool?
View ArticleRegarding division of database.
One of my senior DBA has asked me " can u add division?" so now my questio is that is he refering to add division to a database or anything else? if it is to add division to database,how to do that can...
View Articledatabase schema
my senior DBA is telling me that he don't have database schema, but my question is that database schemas,we can get them from SSMS, but why he is informing me to send them again? is it that same schema...
View ArticleCREATE NONCLUSTERED INDEX - never completes
I'm creating a non clustered index on SQL Server 2008 and it seems to never complete. USE [Live_TheName] GO CREATE NONCLUSTERED INDEX [iVersion] ON [dbo].[TheName] ([Version] ASC )WITH...
View ArticleIndex Rebuild
Hi,I am planning to rebuild index on my database.(SQL Server 2005 Standard Edition)When i query sys.indexes some tables showing 90% and some tables showing 0% fill factor.In this case how can i rebuild...
View ArticleMultiple instances
Hi AllAny body heard about when using default instance name when installing MSSQL + on VM machine. There will be CPU loading problem ??Are there any guideline to show single instances vs multiple...
View ArticleReduce MDF file
Hi I rebuild/reorganize indexes on one of my Production database.After this .MDF size gone to very large, No issue with LDF.Now how to reduce size of the .MDF.I knew that doing Shrink db is not at all...
View Article