Viewing 15 posts - 1,006 through 1,020 (of 9,641 total)
My guess would be that it depends on the way security is setup for the linked server. Is the linked server passing through your credentials or is it using...
May 20, 2014 at 1:14 pm
I can't duplicate the behavior. I have used EXEC sys.sp_updateextendedproperty multiple times and manually in SSMS to update an extended property and your query is only returning on copy...
May 19, 2014 at 12:57 pm
We need to know more about the schema you are getting the data from so we can write a query that returns the data you need to produce the report...
May 19, 2014 at 12:49 pm
Can you post your query that returns the Extended Properties? I can't duplicate the behavior, so I'm wondering if it is a problem with the query.
May 19, 2014 at 12:15 pm
Are you thinking you will have multiple flows writing to the same flat file in parallel? I don't think this is possible because I think the first task to...
May 19, 2014 at 11:39 am
tresiqus (5/13/2014)
May 14, 2014 at 6:04 am
The only thing that jumps out to me is that you are checking for 0 in RedExceeds and you are dividing by MaxReducedFieldAllowed so you might still be getting divide...
May 13, 2014 at 2:07 pm
I'd either restore from backup or detach attach.
Yes, would like have some orphaned users (no matching login) you'd have to fix, but roles and permissions would carry over because they...
May 13, 2014 at 1:35 pm
I'm surprised to see parallelism which could be part of the issue.
Is optimize for ad hoc workloads enabled on the server? This changes how SQL Server handles...
May 13, 2014 at 1:31 pm
I can only answer #3. The ReportServer database has a view, ExecutionLog3, that has tracks report calls. You'd have to do the aggregation yourself. Here's a good...
May 13, 2014 at 1:20 pm
The issue you are describing is because of how you have the precedent constraints configured.
You have each Execute SQL Task connected to the For Each Loop Container with...
May 13, 2014 at 12:57 pm
Sean Lange (5/13/2014)
May 13, 2014 at 12:50 pm
I'm not sure I totally understand the problem as presented. Are ID and ope_number the only columns that can be different?
I think the EXCEPT operator could be your friend...
May 13, 2014 at 12:44 pm
Koen Verbeeck (5/13/2014)
aaron.reese (5/13/2014)
unless you crate ##temptables which are global and can be shared by different connections.
It doesn't matter if the connection that creates the temp tables is disconnected before...
May 13, 2014 at 8:00 am
This is something I've often thought about. Not having a degree in computer science, engineering, or math, I've found myself behind in theory which, at times, has led to...
May 13, 2014 at 6:38 am
Viewing 15 posts - 1,006 through 1,020 (of 9,641 total)