SQL 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 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 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 Articlesql server 2008 connection error 26
Hi,I am getting a connection error 26 in sql server 2008 when i click connect on SSMS. How do i solve this issue. Please let me know.Regards Syed
View ArticleSQL Server 2014 CTP 1 in production?
Hi all,I have a quick question about the new SQL Server 2014 CTP 1 that was released.As it says on the download page, it's a "non-production" release and "should not" be used in production; however,...
View Articlewhat are the differnce between sql server 2008 and 2008r2 in DBA stream.
hi every one greetings..! in Advance.what are the major differences between sql server 2008 and 2008r2 in DBA stream.Best Regards,Vijay
View ArticleFailed to connect to an IPC port: The system cannot find the file specifed?
OS: Windows Server 2003 R2 64-bit(Enterprise Edition) with SP2 SQL Server: SQL Server 2005 Enterprise Edition with SP4 (Version 9.00.5292.00) 64-bitSteps to get the error: 1) Start SQL...
View ArticleBACKUPIO and BACKUPBUFFER wait types question
Hi All,Im checking wait stats on a SQL 2008 Standard server, and the top wait types are BACKUPIO and BACKUPBUFFER (24 and 23% respectively). I am backing up about 30GB to a network share and it takes...
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 Article100 % windows CPU utilized by sql server 2008r2
Hi,Our productions servers cpu was 100% utilized. I tried running few queries on it to see cpu consumption on it. But could not understand few of them esp first query in the list below:1.DECLARE...
View Articlesql server 2008 error-40
When i run the below program, i am getting a error-40.The program is as follows: Public Function create_db(ByVal dbname As String) Dim rbmsConn As SqlConnection = New SqlConnection("Data...
View ArticleMonitoring 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 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 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 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 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 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 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 Article