Viewing 15 posts - 12,151 through 12,165 (of 26,486 total)
FunkyDexter (5/9/2012)
May 9, 2012 at 6:51 am
Yep. I did it with 30 or so files.
May 8, 2012 at 1:55 pm
Someone more knowledgeable regarding the tlog is welcome to help here.
May 8, 2012 at 1:54 pm
Yes, this is quite possible.
May 8, 2012 at 1:47 pm
drgn38 (5/8/2012)
Sorry I am having issues finding the link do you happen to have that. I would love to take a look to see the proper way for writing...
May 8, 2012 at 1:45 pm
philgee (5/8/2012)
The table is fairly simple. Be a...
May 8, 2012 at 1:43 pm
Were any large tables truncated during the time the t-log backups were disabled?
May 8, 2012 at 1:36 pm
Full backups (and differential backups) do not truncate the transaction log. The only way to manage the size of the transaction log is by running t-log backups. I...
May 8, 2012 at 1:34 pm
Paraphrasing now based on your expected results. If the data starts and ends within the timeframe, plus if it starts within the time frame or ends within the time...
May 8, 2012 at 1:24 pm
drgn38 (5/8/2012)
I already was as the Server and DBNames are passed in dynamically in a looping process. I guess I could do try to...
May 8, 2012 at 1:21 pm
drgn38 (5/8/2012)
I have taken it upon my self to build a client configuration database for my company. This is meant to be an automated discover process where all you...
May 8, 2012 at 1:00 pm
Actually, log compression for the data transfer between mirrored databases is designed to increase throughput of data between mirroed databases as more data can be transmitted in each packet. ...
May 8, 2012 at 12:55 pm
Based on your sample data, what should be returned by your query?
May 8, 2012 at 12:51 pm
Would help to see what you are talking about. Please read the first article I reference below in my signature block. Following the instructions in that article will...
May 8, 2012 at 12:47 pm
madhu-686862 (5/8/2012)
I executed the below code as you suggested and I'm getting the below results in SSMS
declare @Delete int, @Update int, @Insert int
DELETE FROM [dbo].[DATA_EWT]
...
May 8, 2012 at 12:44 pm
Viewing 15 posts - 12,151 through 12,165 (of 26,486 total)