There is any way to change partition scheme from left to right without...
Hi All,There is any way to change partition scheme from left to right without dropping Table in production.I am doing testing on Table Partitioning & requirement is to do partition (3 Partitions...
View ArticleSQL Server 2008 - Saving BLOB files - Which is better for 100kb files? -...
Hi All,I am using SQL Server 2008 R2 as a backend tool in one of my application. I want to save 100kb files in database.I found two approaches for this:1) Using varbinary(max) with Filestream2) Using...
View ArticleAttach database failed for Server
TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach database failed for Server 'EVEREST-LAPPY\SQLEXPRESS'. (Microsoft.SqlServer.Smo) For help, click:...
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 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 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 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 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 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 Article