Viewing 15 posts - 1 through 15 (of 34 total)
Yeah I call Complete-BitsTransfer after every file. Still can't figure out why it gives me access denied though on the larger files.
October 21, 2014 at 4:39 pm
Ok. Thanks I'll give that a try. I did have
throw $error
in there though so I thought that would have done it.
Additionally, most of...
October 16, 2014 at 6:29 pm
Yes, partially. I'm not able to get it to import the bitstransfer module when running it through a job, so I still need to look at what's going on...
October 10, 2014 at 12:55 pm
It fails during the file transfer of one of the larger files. There are about 6 files total with three of them being between 10GB and 75GB. Periodically...
October 9, 2014 at 9:55 am
Yep I have that listed on my implementation sheet for when we build the production system.
Thanks
April 22, 2014 at 10:39 am
Well I figured it out. Apparently it will only fail over once by default within a six hour period. I upped it to three and could fail over...
April 21, 2014 at 3:23 pm
Thank for the reply Matt-
Both servers are running SQL Server 11.00.3128 and both servers are running the same service pack levels and software updates. I verified this again through...
April 21, 2014 at 2:08 pm
Thanks for the reply. I guess I'm still having a hard time with it conceptually since something like this:
if object_id('foo') is not null
BEGIN
DROP TABLE FOO;
END
ELSE
PRINT'NOT THERE'
will not fail even...
July 2, 2013 at 6:17 pm
Thanks for the replies! I finally found that this morning after poking around at some things. Just misleading that it shows AWE (which i interpreted as 32-bit)...
March 21, 2013 at 10:13 am
I ran RamMap and it shows AWE using the amount of memory that I have specificed in SQL Server for the max memory setting (60GB). We allocated an additional...
March 20, 2013 at 12:15 pm
@SQLFRNDZ (7/12/2012)
Ther must be an open transaction that is filling your log, DBCC opentran.
No active open transactions.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Nope
July 12, 2012 at 3:19 pm
GilaMonster (7/12/2012)
July 12, 2012 at 3:19 pm
Nicholas Cain (7/12/2012)
July 12, 2012 at 1:36 pm
Lynn Pettis (7/11/2012)
What does the following query return?
select
[name] as DatabaseName,
log_reuse_wait_desc
from
sys.databases;
Checked that and it returns "NOTHING".
July 12, 2012 at 1:14 pm
SQLRNNR (7/11/2012)
Something that has worked very well for me in this case is to run two tlog backups back to back. That will often times clear that transaction.
Yep, did...
July 11, 2012 at 6:46 pm
Viewing 15 posts - 1 through 15 (of 34 total)