Error carga archivo plano con Bulk Insert
Hola a todos.Tengo un problema cargando un archivo plano con Bulk Insert, cuando se carga el archivo no puede interpretar la letra "Ñ" y la reemplaza por símbolos como "Ñ" ejemplo un apellido como...
View ArticleData compression in SQL Server 2008 R2
Hi,I would like to know if we can roll back the action of data compression on a table. For ex: I have compressed a table with PAGE compression option. Now I want to rollback the compression and get the...
View ArticleAttaching a db - missing log (ldf)
Hello,I'm trying to re-attach sqlserver 2005 db. I have the mdf file but I don't have the log file. When I try to attach, I get the appended error.Is there anyway, around this?ThanksHouman TITLE:...
View ArticleJoin Elimination not working with FK to view
In our dimensional data warehouse we have a fact table with foreign keys to dimension tables. In some cases, a view is used for a dimension table to reuse the underlying generic table. The fact table...
View ArticleDatabase Mapping error
Hi I am actually trying to make relationships in an already designed database..Database is historic one and no proper relationships, I could find 3 PK's and 0 FK's. I am doing it in test database...
View ArticleMSDTC Two Connections One Distributed Connection Same Server
Is it possible for two connections -- one from managed code / ADO.Net and one from VB6 COM classic ADO -- on the same server to the same database to enlist in a distributed transaction?A .Net app I...
View ArticleWarning: Fatal error 823 occurred
Hopefully I chose the correct forum....On a SQL 2008 64 bit (10.0.5500.0) I got this error messages three time with interval of two minutes:Warning: Fatal error 823 occurred at May 11 2013 2:38PM....
View ArticleDBCC checkdb online
HI ALLare there any method that I can do dbcc checkdb('dbname','repair_rebuild')online? without change to single_user mode.
View ArticleReg Differential database restoration
Greetings,I am new to SQL Server, I am performing a differential database restoration, I need to know how to find out what are the backup files that needs to be restored before or after with a...
View ArticleSQL2012 SP1 - Errorlog message: Failed to allocate BUFs:...
Hi all,recently i have received following errors in my errorlog: Failed to allocate BUFs: FAIL_BUFFER_ALLOCATION 1this error is followed by: Memory Manager KB...
View Articlelog is getting full in index reorg..why as we know that it just sufflle the...
can any one explain in detail please.Is frequent log backup dyring this maintanance help this probes?Thanks in advance
View ArticleSQL Server 2008 Memory Usage details
Server configuration : Windows 2008 64-bit & SQL Server 2008 64-bit environment with 14 Gigs of Memory.Max. Server Memory set to 11 Gigs.- The task manager is showing sqlservr.exe is consuming all...
View ArticleReclaiming 2TB in a SQL Server 2008R2 database ( non-log file) shrinkdb
We have a very large SQL Server 2008R2 database (4TB). Recently we were able to compress some of the xml files located within the database. This reduced the actual database size to 1.5TB. But the...
View ArticleJob is not running but activity monitor is showing next schedule time
Hi,My backup jobs are not running. activity monitor is showing next schedule time but job is not running & there is no any failure log or error i have found in sql server error log. but i have...
View ArticleSQL Server 2012 - Missing or lost transaction and no errors to show what went...
I have 2 missing records in SQL server and I am trying to identify the problem that caused this issue. New records are inserted using a Stored Procedure, which will return an error code to the...
View ArticleSQL Compression performance issue
I have 2 identical databases. I have page compressed all tables and indexes in one of them. This gave me around a 40-50% saving in terms of storage.Now when I run the same query (select only) against...
View ArticlePerfmon is reporting very high "waits started per second". What are possible...
Win 2008r2 Enterprise. SQL 2008R2.Included is a screenshot of the perfmon capture. Notice the Wait Stats section at the bottom and the high waits starts per second. What causes could explain this...
View ArticleChangeTracking auto cleanup problem
I use ChangeTracking in SQL 2012 and IsAutoCleanup is true. But my settings have no effect on the actual situation. I put 1 hour, 5 hours, 10 minutes, 2 minutes, 40 minutes, but the cleaning is always...
View Article