Difference between Database Master key and Database Encryption key
Can some one explain the difference beween Database Matser Key and Database Encryption key ?I know for TDE, you need Database Encryption Key but DMLK is not needed.
View ArticleRestart Cluster instance
Hi all 2 servers are in cluster,now i need to restart the one instance.is it possible to restart only one instance.it has any impact in other cluster instance.here i am attaching my cluster...
View ArticleSql server 2008 Partition Master and Child tables monthly require downtime to...
Hi Team,Please help me in this regard!!I have a master and child tables with Foreign key relation, I want to table partition both Master and Child tables monthly basic.Question 1: To add a new...
View ArticleSQL Server Agent Error
we are constantly getting this error from event log: what is the remedy. Unable to read local eventlog (the parameter is incorrect)
View ArticleDatabase mirroring question
Hi All,I have few questions regarding Database mirroring. I am just comparing log shipping and database mirroring. In log shipping, everything is handled via sql agent jobs i.e. "LS_" jobs which takes...
View Articlewe have cluster sql error 19019
we have two node, recently we move the storage to another new one, then we get the following error in the cluster events:online thread; could not connect to server but server is considered up.
View ArticleIs there a SQL Server 2012 SP2 planned?
I have been waiting to install some of the cumulative updates for SQL Server 2012 waiting on a SP2. Does anyone know if and when SP2 might be coming out?
View Articlehow to get comma seperated values for a single column
Hi all,I have procedure which has cols like scopeid ,sprintname ,sprintid,highlevelitem,etcnow,if suppose 1 scopeid there are 5 highlevel items and in that 3 highlevelitems have 1sprintname(sp1) and...
View ArticlePossible to decrypt DMK with SMK after database restore?
Hello all, Is it possible to decrypt the master key or decrypt the symmetric keys the master key is used to encrypt without knowing the master key password? I have a backup of the database...
View ArticleGet Notification When SqlConnection Pool Count change
Hello AllI use Following Query To check ConnectionPool Count:SELECT COUNT(*)FROM(SELECT host_process_id FROM sys.dm_exec_sessions WHERE PROGRAM_NAME = 'MyApplicationName' GROUP BY host_process_id) AS...
View ArticleSQL Server 2012 Undetected Deadlock in a table with only one row
We have migrated our SQL 2000 Enterprise Database to SQL 2012 Enterprise few days ago. This is our main database, so most of the applications access it. The day after the migration, when users...
View ArticleThere is insufficient system memory in resource pool 'default' to run this query
As of recent, we get There is insufficient system memory in resource pool 'default' to run this query.Normally, this happens during backups, DBCC checks, or memory intensive (e.g. ranking) procedures....
View Article2 instances at same machine
I created the 2 instances where 1 is default instance and another 1 is named instance.The default instance currently running ok with port no. 1433.but the named instance have the remote connection...
View Articlesql server Services account information
hi team,we are paling to change the sql server "Services Account", here what are the steps we can flows, i know how can change server account.if in case after changing the services account any problems...
View ArticleEstimates freed space after index rebuild
Hello ,is there a way to estimate the space freed by index rebuild in sql 2008 R2 ?thanks
View ArticleQuestion on asymmetric key
create asymmetric key AsymKey1 with algorithm = RSA_2048 encryption by password = 'MyPassword$'The above command creates asymmetric key pair - a public key and a private key. So the private key is...
View ArticleChanging from dev to standard edition causes "Could not obtain information...
Hello,We recently upgrade our SQL Server 2012 SP1 (64bit) dev edition to standard edition, after we purchased the required licence and it was deployed in production.Since the edition change, we are now...
View ArticleDBCC shrinkdatabase truncateonly
HI ALL:I have a database which has free space around 50%, I use dbcc shrinkdatabase('testing',10,truncateonly) , it takes no effect:when I use dbcc shrinkdatabase('testing',10) it works..I am using...
View ArticleSQL Server 2008 & 2012 Database backup on a shared loaction
Hi,I have to plan for the Database backup on SQL Server 2008 & 2012 on a shared Path.We are building a new Maintenance plan & specify the Database which needs to be backup & at the Folder...
View ArticleUsing linked server between SQL 2005 and SQL 2008R2 becomes very slow
Hello,We use for several years for our application a linked server to transfer data from an SQL Server 2005 Express to SQL Server 2005 Standard. Amount of data can be large. But all was find till we...
View Article