Viewing 15 posts - 451 through 465 (of 2,897 total)
BCP may work well.
If you use SSIS, I think there are some parameters to set batch size that can help, instead of trying to export all at once.
April 15, 2016 at 7:44 pm
I'm not clear what your question is.
"Kick off" what kind of job ??
April 15, 2016 at 8:17 am
As Jacob suggests, you can look at backup history for an approximation.
Something like this will give you an average database size per month, which may be "good enough" for history....
April 15, 2016 at 7:37 am
Alan.B (1/11/2016)
Can you post the query plan that's used for this query?
Also, does that column need to be NULLable? If not can you set it to NOT NULL,...
January 11, 2016 at 1:09 pm
Jeff Moden (11/19/2011)
November 25, 2015 at 1:40 pm
I have been using this which I found a few years ago, and modified a bit.
/****** Object: StoredProcedure [dbo].[usp_LongRunningJobs_XML] Script Date: 11/08/2015 13:20:06 ******/
SET ANSI_NULLS ON
GO
SET...
November 8, 2015 at 11:24 am
Is it run from a SQL Scheduled Job ?? I find the "Log to Table" option under the step's "Advanced" tab often has more useful information ... if...
October 20, 2015 at 12:53 pm
Eirikur Eiriksson (9/20/2015)
OS: Windows 2003 Enterprise x64 Edition
SQL :MS SQL Server 2005 SP3
That's quite an antique collection you got there, not certain if the backup is your real problem!
😎
Is the...
September 21, 2015 at 3:55 pm
Did you contact support from the 3rd party company ??
Sometimes errors are specific to the product.
September 20, 2015 at 8:39 am
Any opinion on this method ?
ALTER DATABASE MyDatabase SET OFFLINE WITH ROLLBACK IMMEDIATE
July 28, 2015 at 11:35 am
I noticed this in my log file:
"Msg 6107, Sev 14, State 1, Line 1 : Only user processes can be killed."
So there's some system process every once in a while...
July 28, 2015 at 6:13 am
I am using RedGate Backup/restore, and have included DISCONNECT_EXISTING, but it does not always work.
My primary concern is reliability of the restore process, with speed secondary.
July 28, 2015 at 5:45 am
"The simplest way to send out the email on the failure of the data flow, is to add an email task in the control flow. Connect it to the data...
June 12, 2015 at 12:14 pm
Viewing 15 posts - 451 through 465 (of 2,897 total)