sys.servers in AdventureWorks
I assume that this system view is in master db.(SELECT * FROM master.sys.servers EXCEPT SELECT * FROM AdventureWorks.sys.servers) UNION ALL (SELECT * FROM AdventureWorks.sys.servers EXCEPT SELECT *...
View ArticleWhy does SQL server resets TCP connections?
Hi experts, Please see screenshot here(http://www.4shared.com/file/jTRUk_Gf/All_SAP_connections_are_droppe.html).Application Reset:This situation also generates a lot of calls and, unfortunately,...
View ArticleThe cluster on this computer does not have a shared disk available. To...
Dear Friend,I am writing something about this error when i tried to configure fail over cluster node in sql server 2008 R2.One Server with 3 Virtual machine for testing.One Domain Controller.Other...
View ArticleHow to generate NDF files?
It seems the main file for a database is MDF file. And when MDF file size reaches some limit, then SQL Server will generate associated NDF files. Currently we need to test such a case. Where is the...
View ArticleCreate a "SQL Server Login Dialog" with Visual C++?
Is it possible to invoke the SQL Server or System API and create a login dialog via Visual C++ 2008, so that the end user can select which server he want to connect, as well as the user/password, just...
View ArticleODBC32 connection fails to authenticate on SQL Server
I ran into a weird error message yesterday when trying to connect a workstation ODBC32 to the SQL Server using Native client 10. See message below. I can't tell if I am facing NAT/firewall issues or...
View ArticleCan't start SQL Server Browser anymore
Hello,<o:p></o:p>I tried to install SQL Server 2008 Express. An Error message came up that an says that the SQL Server Browser was unreachable<o:p></o:p>I tried to start the SQL...
View ArticleQuerying extended Events XML WaitTypes and Duration
I'm querying Xevents XML that I have collected, and there is something that I dont quite understand, my definition is for statements taking more than 100 milliseconds and also get the wait type as...
View ArticleDatabase Mail (no such host is known)
Hi,I have followed the steps to set up the SQL server 2008 database mail function. I have also created a job to run everyday to send out email. But, it works sometimes and most of the time it does not...
View ArticleError in linked server :error 0x8000FFFF
HI ALL,I am working on one banking project.We send data to remote server using Linked Server Method.From last couple of days I am facing below problem ,''The OLE DB provider "SQLNCLI" for linked...
View ArticleHow to get the data from different database which is in different instance??
Hi everybody,I have a database server suppose (dbsrvr) and the same server with different Instance suppose (dbsrvr\UAT)Database details:-1. DB_RCS is in dbsrvr\UAT2. DB_DM is in dbsrvrI want to get the...
View ArticleSQL Server- Large Pages Use WITHOUT trace flag 834
I read Bob Ward's post on SQL server and Large Pages (http://blogs.msdn.com/b/psssql/archive/2009/06/05/sql-server-and-large-pages-explained.aspx). He mentions that even without trace flag 834...
View ArticleAlert cannot invoke it's response job
Hi,On an SQL 2005 instance, I have an alert which triggers at a database backup. It raises an alert when the message in the SQL Server log contains the text "backed up. Database". When the alert fires,...
View ArticleReplace BAK file on each backup job
Hi, The thing is that my command doesn´t replace the file and it adds the backup to the previous one, so it grows and grows in the time. Any ideas?thanks!BACKUP DATABASE [mydb] TO DISK =...
View ArticleIdle connections: problem or not?
SQL Server Version: SQL Server 2008 R2 SP2 Enterprise 64 bit on Windows 2008 Enterprise Avg Number of Active Connections: 5Avg Idle Connections:350Avg Batch Size/sec: 550I want to know that whether or...
View ArticleSQL Server 2008 CDC?
Hello:I have question in regarding to "cdc.DB_cleanup" job. SQL Server 2008 is on latest service packs.retention period is 21600 mins which is 14days. having retention for 14 days, i am still seeing...
View ArticleSCCM - cannot shrink transaktion log file
Hi thereI’ve got some trouble with a growing log of my SCCM DB.I checked the postings like “Cannot shrink log file because all logical log files are in use” but it doesn’t work for me.I set the DB...
View Articlecopy only backups & transactions captured in the transaction log
Hi I am trying to understand what exactly is a copy only backup and how this could be used in real world and what sort of transactions does the transact log file store.Thanks in advance..........
View ArticleRemote Connections to WSUS DB
Hi!We have the next problem - after installing System Center 2012 I cannot connect to Windows Internal Database MICROSOFT##SSEE (WSUS DB).In SQL 2005 Surface Area Configuration for Services and...
View Article