Viewing 15 posts - 76 through 90 (of 184 total)
Thanks adi. Actually truncating log and log backup was taking place at the same time. Now it is running fine.
Hi Gail,
You are right. I am trying to figure it out...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 14, 2011 at 3:39 am
Hi Gail,
I followed the same as described in your article.
http://www.sqlservercentral.com/articles/Transaction+Log/72488/
We are taking log backup every two hour successfully. We can not take it to simple recovery mode because user wants...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 14, 2011 at 2:48 am
I was installing a new failover cluster instance.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 12, 2011 at 1:37 pm
yes this is live cluster and there is already default cluster instance.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 12, 2011 at 9:33 am
This is the log in details.
Microsoft SQL Server 2005 Setup beginning at Tue Jul 12 15:27:04 2011
Process ID : 8284
C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe Version:...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 12, 2011 at 8:53 am
Hi,
Actually I should have posted this in SQL server 2005 thread.
I am getting an error "Setup failed to start on the remote machine. Check the Task Scheduler event log...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 11, 2011 at 1:14 am
No, I dont find any proper match for the database name.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 7, 2011 at 6:24 am
It returns 2011-06-28 10:05:18.113
I ran the below query where log_35.trc is my default trace
SELECT * FROM ::fn_trace_gettable('C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\log_35.trc',default)
where TextData like '%drop%'
--I cannot find any drop statement here.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 7, 2011 at 6:04 am
Thanks Gianluca Sartori and Gail
The database was deleted today and found the same from schema change history report. But unfortunately I cannot get it from the default trace. I...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 7, 2011 at 5:41 am
Yes..I should post it in SQL server 2008 thread.
Are you using the same SQLUser as the one used for the remote connection ( is there a login trigger active ?...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 4, 2011 at 8:02 am
@ALZDBA - I ran the query which you have provided. Infact it gives the same error.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 4, 2011 at 7:21 am
@adi Cohn-120898
I have checked the SQL error log and it says "Login failed for user ''. Reason: An attempt to login using SQL authentication failed. Server is configured for...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 4, 2011 at 7:10 am
Hi,
Please see the result below.
Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Standard Edition (64-bit)...
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 4, 2011 at 5:39 am
I checked with the user and they are connecting the right server and instance.
Ryan
//All our dreams can come true, if we have the courage to pursue them//
July 4, 2011 at 3:00 am
But the backup will always have less size than actual database size. So can you please clarify if this calculation will give me the exact data growth?
Ryan
//All our dreams can come true, if we have the courage to pursue them//
June 28, 2011 at 7:01 am
Viewing 15 posts - 76 through 90 (of 184 total)