Error Launching Activty Monitor in SSMS
My PC was just upgraded from Windows 8 to 8.1. Now when I attempt to launch Activity Monitor from SSMS (2008 R2 - v10.50.2500.0) I get the error:Can not create tool window....
View ArticleWhy was Change Data Capture switched off on my table automatically?
Hi, Does anybody know why my table is no longer capturing Change Data Capture info? It was set and running for several months. We have not restored the database or table, did not take it offline or...
View ArticleDetermine when a sql agent job was first run
Hello,Is it possible to determine when a sql server agent job was run for the first time? A script would be helpfulThanks
View ArticleInconsistent Bulk Insert result
I am using SQL Server 2005 Enterprise edition I have a BULK INSERT solution that uses a number of format files to load data. Each format file is used to load a source file into a separate table. The...
View ArticleDisabling Resource Governor via trace flag 8040 is failing
Hi,I am attempting to disable resource governor completely via trace flag 8040 (specified at startup in windows server) for SQL Server 2012 is faling. DBCC TraceStatus (8040) does show status as "1"...
View ArticleThe time has come! Step up SS DBE Gurus! Your community needs heroes like you!
TechNet Gurus... we salute you!You're awesome, and we know it!Your knowledge uploads and nifty info nuggets are our life blood at TechNet Wiki.Every awesome article that gets an award is just the...
View ArticleIs SQL Server the new Access?
This is a condensed summary of the job market as I've been observing it so far this year and maybe in retrospect last year too. It may or may not be appropriate to this forum, if you are reading it...
View ArticleSQL Server Connectivity Issues
Hi,I am getting the below error intermittently. On the Database server, CPU, Disk I/O, and Network all look fine.Any suggestions on where to track what may be causing this issue? Thanks!The underlying...
View ArticleUnable to find the description of the resolved issue in KB
The following query runs for 10 mins on tbl with 1 mill records on sql server 2012 RTM, and for 1.5 min on sql server 2012 build 3128. dbcc freeproccachedbcc dropcleanbuffers goselect*FROM"Demo...
View ArticleRecovery Model
Hi all, I got error in T-Log backup schedule, (i scheduled it every one hour , its running smooth but exactly at 9Am,10Am,11Am,12Am the T-Log Backup get Fails , And T-Log backup schedule get...
View Articlecdc.edFusionODS_capture job is throwing below error
Hi Expert , One of my cdc.edFusionODS_capture job is throwing below error, I am not able to understand what's wrongExecuted asuser:domainname\username.Cannotexecuteasthedatabaseprincipal because the...
View ArticleRAISEERROR like function
Hi All,how to get the raiseerror like functions in SQL server?
View ArticleCannot Alter Table
Hello Experts, Please advise on this one, thank you.We try to prevent giving users/developers dbo in their QA databases as much as we can. One of the problems with this is that they still need to be...
View ArticleThe server network address“TCP://SS72:7022″ cannot be reached or does not...
SQL Mirror setup errorI am trying to set up mirroring between two SQL Server 2012 instances. I get the error: The server network address “TCP://SS72.local:7022” can not be reached or does not exist… I...
View ArticleDatabase consolidation
HiI am planning to consolidate peace meal deployment of databases. My question is that if I have one clustered dedicated MS SQL database server and its physical resources are run out then what is the...
View ArticleConnectivity Errors to SQL Server from Application server
Hi, We have .net application servers making connections to SQL Server. We have started seeing intermittent connectivity issues between the app servers and the database servers. Nothing is found on the...
View ArticleQuery performance
Hi I have a stored proc that runs slow on test server compared to dev server. What are all the possible things to look at?I have checked the indexes, fragmentation , data involved, updated statistics....
View ArticleSQL Server 2014 - ColumnStore index Clustered with Merge Join
Hi All,I would like to know in SQL Server 2014, the new feature "Clustered Columnstore". I had inserted 9 millions of records in to a clustered columnstore table.Then i do a merge join query to insert...
View ArticleRecover all sql logins information from crashed sql server(have master db...
sql server crashed and we built another new server and tried to recover all sql logins from old server. only option is we have backup of all system database.how to recover sql server logins and...
View ArticleLogging application responses to a network server
I have an application which creates log everytime an option is selected in it.I need to capture these responses directly to a SQL server. Is there any C# code to do so. And also the SQL server should...
View Article