Minimum RAM available for operating system after SQL instance reservations ...
Hi,we have a Windows 2008 R2 server with 96 GB of RAM, running SQL Server 2008 R2 on it. We have 4 instance, whose memory maximums are (in GB) : 4, 16, 16, 32. Total : 68 GB. My question is : can I...
View ArticleMSSQL Server Backup From Zip file (without manual extraction)
Hi Team,I just come into situation where extraction zip file consume drive space and iam not able to restore mssql backup. can we have any native way to perform database restore directly from ZIP...
View ArticleSymentic Veritas Netbackup issue
I am facing backup issues in my environment. OS - Windows Server 2008 R2 SQL - SQL Server 2008 R2 Netbackup Master Version - 7.5.0.7 Client Master Version - 7.5.0.1 Issue 1 : Database logs backups...
View ArticleMSSQL: copy login on the same server
Hi All: I want to ask if there are any SP to copy a login/usersfor example i have a login : DBA1 which has backupadmin right, and db owner of database testingI want to create DBA2 which exact...
View ArticleSQL INDEXING REBUILD
Dear All,Would it be possible to rebuild indexes without down time and also what are the version/editions are supported for rebuilding indexes without downtime. Also please provide how to rebuild and...
View Articleuser defined filegroups
can I know how you guys use user defined filegroups in your particular jobs?in the sense, do you use it to store particular types of objects in a database - like say indexes or large tables...
View Articleindex level 0 has 0.23 percent fragmanetation and index level 1 has 95...
index_level avg_fragmentation_in_percent00.233765195.12195After rebuild index I am getting this information,Could any one pls help what should do in this case where index level 0 has 0.23...
View ArticleSQL Migration 2000 to 2012 without Outage
I am working on a project which is migrating some legacy SQL Server 2000 instances to SQL Server 2012. As you read word legacy, these databases are used by some VB based desktop applications. It has...
View Articlesql user
select GETDATE(),SYSDATETIME() select GETDATE(),SYSDATETIME() select GETDATE(),SYSDATETIME() select GETDATE(),SYSDATETIME() select GETDATE(),SYSDATETIME()if I run by pressing F5 I am getting the...
View ArticleSupport for triggers for tables with clustered column-store indexes
Hello,We are very excited about the new clustered column-store indexes in SQL 2014 and our performance tests shows significant performance gains. However, our existing functionality relies on triggers...
View Articlesql server 2008 R2 SP2 -Error: 18056, Severity: 20, State: 29
HI ,I am getting this error in sql server 2008 R2 SP2 version .The client was unable to reuse a session with <SPID>, which had been reset for connection pooling. The failure ID is 29. This error...
View Articlesimple recovery mode
Hi,I have a question..My production database is in full recovery mode and we have daily full backups and t-log backups after every 10 minutes.Suppose if I set the database in simple recovery mode for...
View ArticleHow find deleted information in sqlserver
Hi All,In one of my production server database some one deleted data in one table.How to find who is deleted that data. Is it possible o findout that information in SQLSERVER2000.Thanks in advance..
View ArticleDatabase mirroring and service accounts
Hi, I am trying to configure database mirroring with sql server 2012. My principal instance and my mirror instance are on different server. Both SQL Server service run with NT SERVICE\MSSQLSERVER. Now...
View ArticleCorrupted innodb table crashing mysql instance how to recover table?
Hello, Running a simple query against corrupted innodb table is crashing mysql instance . table test.xyz got corrupt during crash and truncate table command was in progressing when mysql crash , now...
View ArticleDBCC SHRINKFILE: Page 4:11283400 could not be moved because it is a work...
Hi, I issued this command on Tempdb but it doesnot shrink the file. dbcc shrinkfile (tempdev_3,1)go...
View ArticleSql server service crashes a few times yesterday, however, there is no .MDMP...
hi there: I've experienced several sql server service crashes yesterday, service was brought up after a few secs as we have an autostart feature. Today, I'd like to dig more into the errors and on the...
View ArticleWhen my sql server service crashed , it did NOT generate SQLDUMPxxxx.MDMP...
hi there: We are going to open a ticket for MSFT support. One of files we want them to investigate is the SQLDUMPxxxx.MDMP.However, when our sql service crashed, it did not generate any of that......
View ArticleArchiving a database
We have the problem of a database growing larger every day which is causing it to slow down. We want to keep old data though. Would a possible solution be to rename the database something like...
View ArticleHow should I start, stop or restart SQL services if it is in a cluster?
Hi,For migration purpose I need to stop sql server services in a cluster. I don't want to failover the cluster I just want to stop the sql server services before the windows system admin shutdowns the...
View Article