Replicated Transaction Information in DBCC Opentran()
On running DBCC Opentran() I am getting below:Transaction information for database 'ARSystem'.Replicated Transaction Information: Oldest distributed LSN : (34595:32751:24) Oldest non-distributed LSN :...
View ArticleDowngrade from SQL SERVER 2012 to 2005
Hi,We are planning for upgrade from sql server 2005 to sql server 2012, used sql server upgrade advisor and it shows no issues to upgrade. On the applications side, development team is also telling...
View ArticleSQL SERVR 2008 Ent. | Application logs missing because of drive letter change
Hi,In our setup we are using SQL cluster active and passive and all of our cluster drives are on the SAN.We are using SAN "E" drive for our application logs.Last week, we were adding new drives to the...
View ArticleReplaying SQL Trace using RML utilities
Hi,I have a captured activities on Production into a trace file and I would like to replay them on Test server using RML utilityMy question is, will there be any updates happening in the test/prod...
View Articletcp/ip properties sql server configuration manager
Hi All,I was installing SQL Server 2008 r2 on windows server 2008 R2 , i made a mistake at configuration for the tcp/ip properties...I changed the ip address for ip1 till ip9 to the port number instead...
View ArticleUsing litespeed restore command can we restore native backup?
Hi Team,Using litespeed restore command can we restore native backup?Thanks.
View ArticlePoint in Time restore falls in between the start and finish of the...
Recently we discovered a problem with the GUI when trying to restore a database to a point in time. The time happens to fall in between the start and end time of a differential backup. To make it...
View ArticleRecover database after break in log chain
HiI had taken a full backup of database, after 10 days transaction logs were truncated usingBACKUP LOG with TRUNCATE_ONLY; command without taking backup of transaction log.then after few days one of...
View ArticleThere is insufficient system memory to run this query
Hi all,we have an issue on one of our SQL Server 2005 Standard Edition SP4 (32bit) system, it started getting below error message, we have a biztalk application also in the same server, as soon as it...
View ArticleMerge command increase tempdb size sql server 2008R2
Hi,I am using the merge command for inserting and updating the bulk record, When this merge command is running the tempdb increase 25 mB to 40 GB, how can prevent this problem.Please let me know as...
View ArticleSQL Server 2008 DBA
Hi,As we knw, SQL Server Data page provides 8060 bytes to store Data Row in the system. I just want to knw, how SQL server stores of the size of the row is greater than 8060 bytes? will the system take...
View ArticleTempdb datafile initial size
Hi, I have tempdb datafile initial size setup for 30GB. That consumed lot of disk space. I am receiing out of disk space issue. I want to reduce initial size to 500mb. 98% free space available in this...
View Article[139] AutoRestart: Attempting to restart the MSSQLSERVER service (attempt #1)...
hi,i got the above msg....in 2008R2 server please help me regards venkat
View ArticleProblème avec le DDL généré par SSMS
Bonjour, j'ai restauré une DB d'un fournisseur sur une instance SQL Server 2008 R2 SP2. Dans SSMS je lance le processus de génération du script de création de la DB (complet, avec structure). Je...
View ArticleFull text indexing in C# code?
Happy New Year all :)I want to Index the content of email attachments like Word docs and Excel spreadsheets.I understand that for this process I should store the content in a varbinary field, the file...
View ArticleDifferent query plans for the same stored procedure against different logins
Hi,It has now been few occurences where I see different query plans for the same stored procedure against different users. The case is somewhat like this:A stored procedure is called by two database...
View ArticleSQL 2005 Jobs randomly fail with authentication error?
I dump the tran logs every hour and am getting random failures of the job to authenticate? Owner is sa, so how can it fail? No system or application event errors related to this. We have already...
View ArticleData Collection Reports
On SQL Server 2008, I just installed data collection. When I look at Disk Usage, right click choose Reports, I only have the choice of Custom. Why don't I get the two other choices of Historical and...
View ArticleSQL Server Agent Schedule Job to run every 3 months
I am trying to create a schedule for a job to run on the 8th day every 3 months. However, when i look at the Job Activity Monitor, the "next run" column shows the job as running the 8th day of the...
View ArticleQueries and stored procedures running slowly.
Hi,I have noticed that AX performance seems pretty poor so ran a Profiler trace. From it I can see that some stored procedures are taking a long time to run. The below is an example. this particular sp...
View Article