Viewing 15 posts - 4,126 through 4,140 (of 11,678 total)
Login failed for user 'ticketing'. (Microsoft SQL Server, Error: 18456)
Seems pretty self-explanatory.
November 27, 2013 at 1:16 am
Didn't I already gave you a blog post that explains how to do this?
November 26, 2013 at 11:59 pm
There are several ways to do this in SQL Server:
* you can addan identity column (which has one of the numeric) data types. This column auto-increments.
* in SQL Server 2012,...
November 26, 2013 at 11:55 pm
VLF stands for Virtual Log File and the transaction log file is made up of one or more virtual log files.
Damn you Brent Ozar!
November 26, 2013 at 11:47 pm
Can you post a screenshot? Normally all packages should run in parallel when executed from the master package.
November 26, 2013 at 3:00 pm
fakedon63 (11/26/2013)
November 26, 2013 at 2:59 pm
DaveDB (11/26/2013)
I am trying to hide the Data Source and Datasets folder from my users, as they do not need to access them. I was able to hide them from...
November 26, 2013 at 2:56 pm
DJH-445911 (11/26/2013)
Thank you for the reply.I got that from in here:
http://msdn.microsoft.com/en-us/library/cc671628.aspx
David
I guess Jamie didn't have to upgrade a lot of packages and changing the native provider in each of his...
November 26, 2013 at 5:26 am
vignesh.ms (11/26/2013)
Can I have query for creating triggers to achieve this ???
I don't have a query like that (I'm not a DBA), I just know it is possible.
So you'll have...
November 26, 2013 at 5:25 am
René Manggaard (11/26/2013)
Data Flow Task:DefaultBufferMaxRows: 10000
DefaultBufferSize: 10.485.760
OLEDB Destination:
AccessMode: OpenRowset Using FastLoad From Variable
FastLoadMaxInsertCommitSize: 2.147.483.647
FastLoadOptions: TABLOCK,CHECK_CONSTRAINTS
What if you triple DefaultBufferSize and set the DefaultBufferMaxRows to 40000?
I'm curious if we can cheat...
November 26, 2013 at 4:57 am
René Manggaard (11/26/2013)
package deployment model
OK, this rules out anything different introduced by the project deployment model.
What are your data flow settings for the buffer sizes and what are the settings...
November 26, 2013 at 4:41 am
René Manggaard (11/26/2013)
ExecuteOutOfProcess is set to false (don't remember whether I have changed this at some point)
False is the default, so you didn't change anything 🙂
Are you using the project...
November 26, 2013 at 4:36 am
I would indeed try to use Windows Authentication as much as possible, with dedicated domain accounts who have just enough permissions to run the package. In SQL Server Agent, use...
November 26, 2013 at 4:17 am
It should be equivalent yes.
What option is selected in the Execute Package Task for ExecuteOutOfProcess?
November 26, 2013 at 3:34 am
Viewing 15 posts - 4,126 through 4,140 (of 11,678 total)