Monitoring Disk Space Using an Alert - Part 2
I have my alert working with the following code:SELECT * FROM __InstanceModificationEvent WITHIN 300 WHERE TargetInstance ISA 'Win32_LogicalDisk' AND TargetInstance.FreeSpace < 3221225472 AND...
View ArticleAre there any negative affects with: SET NOCOUNT ON
http://technet.microsoft.com/en-us/library/ms189837.aspxI wanted to ask if anyone has experienced issues turning on (SET NOCOUNT) in their environment. Plan would be to use it in stored procedures,...
View ArticleHow to see reports of disk usage and others of old date data in MDW?
How to see reports of disk usage and others of old date data in MDW?Thanks
View ArticleSQL Server "Autogrow"for LDF files.
I have installed "Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)"there are few .LDF files which is goring too much almost"17 to 18 GB". these database are"file-stream enabled" is there is any...
View Articlesql server performance report
Hi Everyone,I got a SQL Server 2k5 instance. Now I want to get some performance report including the average memory usage, average CPU usage, active connections on a weekly basis. Is it possible to...
View ArticleODBC INsert on linked table Failed - query timeout
Hi,Our users keep getting the error msg "ODBC Insert on linked table failed - query timeout(#0).we are using Access 2010 on a SQL 2008 Express backend. funny thing is it seems to happen around the...
View ArticleRow not inserted with insert query in sql server 2012
I am using a framework in my application to insert data in a table which has identity insert enabled with the identity column being the primary key.IN profiler I see that the query is being fired from...
View ArticleRestore Transaction log backups
Hi,I Have 200 transaction log backups and i want to restore all at once. But i can restore one at a time.is there any way to do that.
View ArticleBest Structure for Billing Database?
Hi everyone. I am working on a Billing section for a customer management program for my dad's shop and wanted to ask how best to handle that. I'm using SQL Server 2000 presently (I can't figure out how...
View ArticleConfusion in TCPIP Port Number SQL Server 2012
Hello,I have two instances installed on my machine. 1. Default Instance: SQL Server 2008R22. Named Instance: SQL Server 2012I ran the below command, connecting to Named Instance which is SQL Server...
View ArticleSQL Server 2012
Hi All,I'm hoping I am posting this to the right group and if not, then please excuse me :0)...I just had someone ask me about certification material for 2012 (i.e., transcenders etc.)I always did good...
View ArticleTimeout occurred while waiting for latch
I was getting the following message in the error log frequently in one of the development BI server. The data load took so long (almost 2 days). The application user killed the session and it went to...
View Articleexport/import table
HiI want to export a table from Database Test_1 and then import this table in Database Test_2Please let me know how to do it, both through SSMS and T-SQLRegards
View Articlereporting data and OLTP data on the SAN
database server is used both for regular OLTP activity as well as for reporting . there are nightly jobs that are moving the data from the OLTP sets of tables to a data mart created inside the same...
View ArticleSql server 2000& 2005 getting Database Suspect mode frequently
Hi, This is Manu here. i need a clarification on SQL server DB we had a application Database .The app which is developed by vb.net and the backend is sql 2000,2005 and 2008,2k8R2 where the database...
View ArticleCompare system procedures between different databases
Hi All, I want to compare system procedures between different databases to identify the modifications. therefore can you kindly tell me the way to do that. Thanks, Robb
View ArticleDelete records in a table without logging in Tran log
Hi,I am in need to delete millions of rows in a table without logging the delete process in transaction log. Can you suggest any way to do so.Thanks,Preetha
View ArticleInconsistent metadata in tempdb
I am periodically receiving the following error message in SQL Server 2012 Standard SP1: "No catalog entry found for partition ID 4683802261943549952 in database 2. The metadata is inconsistent. Run...
View ArticleSqlFileStream FileAccess.Read Access is Denied
Hello, I have searched and read numerous posts similar to this situation, but none of them seem to apply.My basic problem is this: I cannot seem to open the SqlFileStream on an ASP.Net webpage to read...
View ArticleAfter re-installing SQL Server 2012; Unable to connect to database engine
After re-installing SQL Server 2012 on a Windows Server 2008 R2 server, I cannot connect to Database Engine due to the following exception. Please advice.
View Article