SQl Server Utility Control Point active development
Is the UCP still being actively developed. I keep hoping that SQL Server would have an answer to Oracle's Enterprise Manager framework and this looked like it. However, the current limitations on the...
View ArticleSQL Server 2000 Error Message
I got the below error message: The description for Event ID ( 17055 ) in Source ( MSSQLSERVER ) cannot be found. The local computer may not have the necessary registry information or message DLL files...
View Articlebackup to shared network folder
HiI need to backup all databases from SQL Server 2012 Web edition to a shared network folder. SQL server runs in a workgroup, the shared folder is in a different workgroup.According to this...
View Article[SqlException (0x80131904): Connection Timeout Expired. The timeout period...
i am facing this issue when i am storing session info in aspstate db below is the detail error i am using sql 2005 Application using MVC, asp.net 4.5 framework.[SqlException (0x80131904): Connection...
View Article2008 R2 The duration spent while attempting to connect to this server was -...
We are intermittently receiving the following error. This is very infrequent but the magnitude is enough to trigger alerts from our error monitoring system. They last about 30 seconds and dissipate....
View ArticleScript to determine proper Fill Factor
I know there isn't any scripts that are perfect but is there any scripts that analyze your index fill factor and makes suggestions of what they should be?Alan
View Articlehow to generate a lognormal number in sql
Hi list,does anyone know how to generate a random lognormal number using a provided mean and standard deviation in sql?thanksArvin
View ArticleCU7 cause concurrent big queries to not be answered!!!!
Hi,we suffer an incredible big issue after installing the CU7 of SQL Server 2012.We have SSIS packages to load data, and when 2 queries from 2 SSIS packages are executed at the same time SQL Server...
View Article.MDF file issue.
hi team,we have one old database, this old database we don't have any backup.here problem is this database datafile(.MDF) file was corrupted unable to access the this database, what we can do how we...
View ArticleRestore database failed
Hello,I was trying to restore a database but it says failed, very backup data says verified but the restoration fails, tried also by using the following queryrestore filelistonly from disk =...
View ArticleMaintenance Plan Changed By Someone.
Someone has changed a maintenance Plan in SQL Server 2008 R2. I want to trace it that who changed it. Not able to detect it through maintenance Plan history. PGupta
View ArticleUsing 'dbghelp.dll' version '4.0.5'
Hi,Does anybody know anything about this log entry?2014-01-31 12:12:23.47 spid179 Using 'dbghelp.dll' version '4.0.5'It appears in my ERRORLOG every 5 seconds or so.Oh, I'm using SQL Server 2008...
View Articleerror "Object reference not set to an instance of an object....
Hi,I've installed Sql Server 2012 express management studio on my machin (many times) but i'm getting this error message "Object reference not set to an instance of an object....
View ArticleFull Text Search-Error During Population
Full Text Searches are working on my test server, but not on my production server. My test scenario is as follows: CREATE FULLTEXT CATALOG FTC_Test AS DEFAULT AUTHORIZATION dbo CREATE FULLTEXT INDEX ON...
View Articlechecking status of recovery - sql2012
i have a sql 2012 cluster setup on server 2012 with 2 nodestoday our iscsi storage went tits up and caused the db's to go offline and then into recoveryalso, one of the DB's had an 84Gb log file (which...
View Articlesql server agent permission
Hello ExpertsVery Urgent herewhat kind of permission do we need to grant for night operators that execute/kick off a sql server agent job ? because I saw some of them have a sysadmin access? Always...
View ArticleCannot create or modify tables in any database ("The parameter is...
Hi All,I am unable to create or get design of tables in SSMS 2012. When I try I get a error message ("The parameter is incorrect.") .I even installed on SQL Server 2012 service pack 1 but still I get...
View ArticleNew instance connectivity issue in SQL Server 2012
In my server SQL server 2012 is installed and working fine and whoever have logins credentials also able to connect. I have installed one new instance.Default Instance is : ABC (the ABC is the...
View Articlebackup and restore script
HiI’ve set up a backup and restore script. Both scripts work fine, but I want to be sure, that:1. I have a FULL backup, (script fragment):SET @fileName = @path + @name + '_' + @fileDate + '.BAK'...
View ArticleInsert Into @temptable hangs but #temptable works
I have a simple temp table declared as a table variable. This is used on nearly 50 deployed databases and works fin. However, on one server, 2008-R2 as are all the others, the Insert statement hangs....
View Article