How to backup/export server level objects?
HiI need to rebuild system databases to reset the server collation. Before doing that, how should I backup/export the server level objects (logins, linked servers...) so that I can easily import them...
View ArticleSQL Server 2008 on Windows Server 2012 - Errors!
Hi, I installed SQL Server 2008 on Windows Server 2012.I have an application that uses SQL tables, every time I try to run the application, I get errors like cannot open tables.However, if I access...
View ArticleFind Report Name based on Report ID
How do I find out the report name based on the report id ('D12C939B-4309-4364-A025-BFDB5203EE0B')?
View Articlesql server 2005 log file shrinking issue.
hi,one of my production server database log file size is increasing continuously,we can take log backup but no use,we can change the database recovery model from full to simple we shrink the log...
View ArticleRun the RECONFIGURE statement to install.
Hi,We are using SQL Server 2012. I am getting below message log in my database log file, though we have not done anything in the database. Please let me know what causes this message and what is the...
View ArticleHow to view the modified time of extended storeproc on master db
Dear all,We're using sql server 2005 and already used the following sql to change the permission of one system extended store proc in production:use master deny execute on sp_replwritetovarbin to...
View ArticleFailed to generate a user instance of SQL server due to failure in starting...
Respected Sir\Mem I have to create database on visual studio 2010 but unfortunately "Failed to generate a user instance of SQL server due to failure in starting the process for the user instance" this...
View ArticleLog shipping .TUF file
what is the .TUF file where it created and what the main importance of .TUF file. can you please give me the clear picture of .TUF .
View ArticleTemp DB runs out of space alert
Alert:The file group "PRIMARY" for the database "tempdb" in SQL instance "MSSQLSERVER" on computer is running out of space. See knowledge section for more details.I tried to shrink tempdb database and...
View ArticleWhat is the relation between CPU_ID , Scheduler_ID is it a 1-1 Mapping
What is the relation between CPU_ID , Scheduler_ID ? (Ref:- http://connect.microsoft.com/SQLServer/feedback/details/635651/affinity-related-dmvs-incorrect-documentation)
View ArticleIdentity Columns + Concurrency + Performance
Hi, We have a highly concurrent system (~20-30 concurrent requests) which basically does heavy INSERT & UPDATES on few (3 to 4 )tables. all these tables have IDENTITY columns which is PK for...
View ArticleCPU pegged on SQL 2008 R1
I have a SQL Server 2008 R1 server where sometimes the CPU is maxed out. When this happens I can't connect to the DB Engine. I can't even get into SQL Configuration Manager. I have to go into...
View Articlephysical memory find out in instance wise...
hi team,we are having 2 node cluster setup and 3 sql server instances, those 2 nodes are active and passive.my 3 sql server services are running on active node, here how we can find the which instance...
View ArticleMaintenance plan blocking itself.
I created a maintenence plan for a backup of user databases. It used to ran with out an error but lately it started blocking itself and could not finish at all. When i run it manually it finishes with...
View ArticleWhat is the difference between Current_task_count vs active_workers_count in...
Number of current tasks that are associated with this scheduler. (Executing+Runnable+Suspended) active_workers_count Number of workers that are active. An active worker must have an associated task,...
View Articleservice pack(SP) information
hi team,we are apply the service pack(SP2) in my sql server 2008R2 edition , that service pack information where it store,if service pack install fail, what are cause of the server pack fails and give...
View ArticleDPM encountered a retryable VSS error | Found The VSS writer SqlServerWriter...
Hello,We have a DPM 2012 SP1 server which does the Hyper-V Machine backups daily. Recently, we noticed that one of the Hyper-V machine backup (SQL 2012 Server) started to fail due to the below error...
View ArticleAfter sql server 2012 installation, I have changed sql server database engine...
After sql server 2012 installation, I attached my production db. Because of some reasons, i changed sql engine account from network service user to system user by means of sql server...
View Articleabout database size--primary group
One database has 3 primary groups: group1.mdf, group2.mdf and group3.mdfGroup1 and group2 's initize size is 100 MB and autogrowth is none(not enabled).Group 3's initize size is 100mb and autogrowth is...
View ArticleIs it possible to perform restore to a corrupted/suspect database?
Let's say I have a backup file.I want to restore to suspect database from backup file.Is it possible?
View Article