Viewing 15 posts - 31 through 45 (of 46 total)
In my case this was caused due to the following properties
[Data Flow Task]
DefaultBufferMaxRows
DefaultBufferSize
[SQLServerDestination]
MaxInsertCommitSize
You need to play around with those three parameters and get the correct values for your hardware/software/database configuration....
November 15, 2011 at 12:03 pm
Didn't realise 1 table and 2 views = 1 trillion tables. Looks like I'll just have to stick with what I have.
November 14, 2011 at 9:25 am
OK, I will try but here's my problem (and I'm hoping you can suggest a solution!).
The reason I use views is because the views bring back values that are...
November 14, 2011 at 9:09 am
I didn't actually simplify the CREATE VIEW statement. But you're right, the objects used to apply user permissions within the view are views as well. What I'm trying to understand...
November 14, 2011 at 8:22 am
Thanks for replies all.
Yes - there are some users who will get all the rows returned.
Unfortunately I can't avoid the view. Our of the three base tables involved two...
November 14, 2011 at 7:27 am
Sorry, that was my mistake! I attached the wrong file. Here's the correct one.
Also I changed the view back to it's original format. The ~20 second query time was only...
November 14, 2011 at 6:04 am
Thanks Ninja!
While playing around with the SQL for the view I found that if I change the SQL to what's shown below the SORT operation disappears and the query runs...
November 14, 2011 at 5:45 am
Sorry but how do I upload the execution plan? I can save it as a ".sqlplan" file or as an XML file.
November 14, 2011 at 5:31 am
Thank you for the reply Lowell.
I think I should clarify - the SQL Logins are purely intended to allow a limited number of "privileged" users to access to database via...
November 10, 2011 at 12:01 pm
In case anyone is interested, this question was answered here:
November 11, 2010 at 3:11 am
...or to put it more succinctly "how long is a piece of string?"
🙂
Sorry I couldn't resist!
I'm no forum expert but surely you can't expect a decent answer if you...
November 9, 2010 at 6:13 am
I think this is what you need:
SELECT salesproductkeyid,
actualunitprice,
billdatekeyid,
productkeyid,
...
October 28, 2010 at 5:22 am
To get the "instance" name you can also do:
select @@ServiceName
October 26, 2010 at 4:14 am
Could it not be to do with the permissions of the user who runs the TaskKill when you execute xp_cmdshell? I think by default SQL server services are started using...
October 18, 2010 at 5:18 am
david.wright-948385 (10/14/2010)
People with the wrong personality will never be ready.
I completely agree with this! Although if you don't have the right personality hopefully you'll be good enough at the technical...
October 15, 2010 at 1:49 am
Viewing 15 posts - 31 through 45 (of 46 total)