SQL Server connections
Dear,I am building an automation program on Autodesk's AutoCAD application. This program is designed to use an SQL server database in which some configuration information is stored, which is used by...
View ArticleSQL Server 2012 Trace flag 610
Is trace flag 310 recomemeded in 2012 I see the docs on 2008 but nothing on 2012?Also are there any recommeded flags that should be turned on as well in 2012 to help large DB's with...
View ArticleSp_who2 active result window does not show any user connected but activity...
If I check the current connections from Sp_who2 active and activity monitor for a database then in Sp_who2 active result window does not show any user connected but activity monitor shows it.Thanks
View ArticleSQL agent job delayed for daylight saving
I have a SQL agent job scheduled at 2:00 am on Sunday. But it was triggered at 2:59:50 am instead of 2:00 am last night, I think this is related with Daylight saving time, Because that is exactly the...
View ArticleIs there a FAST way to determine the current state of a job?
I have a stored procedure that runs 1700 merge replication subscription jobs serially every night. After starting each job, it calls xp_sqlagent_enum_jobs in a loop with a 1 second delay to see if the...
View ArticleSQL Server 2012 Management Studio (SSMS 2012): Database Engine Query -...
Hi all,I am rusty in doing T-SQL and I am new in doing Database Engine Query.I have 2 dbo Table in SSMS 2012 and in the Database Engine Query, I executed the following T-SQL code in my SSMS 2012:...
View ArticleCannot drop secondary log file
SQL server 2012 (not sp1) 64 bit ent.The database is in simple recovery. During a large transaction I added a secondary log file not to let it fail.Now I made the primary log file 50gb in size,...
View ArticleNamed Pipes Provider: Could not open a connection to SQL Server
We are running into an error on a SQL request from SQL-IDA to the SQL-IDB server. Both servers are on Windows 2005 with MS SQL Server 2003 SP3.OLE DB provider "SQL-IDA" for linked server "SQL-IDB"...
View Article2 different Execution plans for same query in Prod and UAT
Hi All, We have a Simple Insert Statment which inserts into a table using a select statement as below, This Statement is executed on our Production and UAT databases.Currently in Production it executes...
View ArticleSQL SERVER ALTER THE TABLE
WHAT IS THE ERROR IN FOLLOWING CODEALTER TABLE Item_Master_Sample.DBO.Table_2_Master ADD CONSTRAINT PK_ITEM_CODE PRIMARY KEY CLUSTERED (ITEM_CODE ASC) ON [PRIMARY]HEREItem_Master_Sample-Database...
View ArticleSQL Server 2008 R2 (64-bits) - Service Pack 2 - UC5 can't find Adobe's...
I am getting the following error when rebuilding a catalog containing a table with a stored PDF (it does work for Word documents).Warning: No appropriate filter was found during full-text index...
View ArticleSQL Server 2012 VS Operating System
Hi,Does Windows Server 2012 will give any significant performance boost over Windows Server 2008for SQL server engine , DQS engine or SSIS (DQS cleanding & other ETL activities) engine ?Regards,Uday
View ArticleChanging sql collation settings in a sql failover cluster.
Hi,We have 5 branch offices and 1 head office, recently we installed a sql failover clustering with 2 nodes in the head office. The problem now is the 5 branch offices are having sql collation as...
View ArticleBuild In Maintenance Plan Question
We have a requirement to block management studio connections for non sysadmins in SQL Server. This was implemented through a logon trigger and works fine. Last night the built in SQL Server...
View ArticleSQL Server 2012 - frequent "System Health Monitor Thread: Operating system...
We have recently installed a brand new Windows 2008 R2 server and installed SQL Server 2012 (and SP1) on it. We have moved a couple of databases from SQL 2005 to it. Frequently the following is written...
View ArticleSQL Server 2008 R2 is terminating because of fatal exception c0000005
SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check...
View Articleunable to see Sp
sql developer is unable to see SP's on some servers, My task is to add that user into DL, what could be his DB role I assign so that he is able to see all SPswhere should I add his name --Himanshu...
View ArticleBackup
Hi all, when i take full backup database in sql server? internal how that command work ..... means how identify sql server engine since last full backup modifications.....? thanks naga
View Article