Viewing 15 posts - 1,006 through 1,020 (of 9,643 total)
Excel is just formatting the data as a percent for display it actually has the data stored as 0.84, etc...
If you want the data to be stored in the database...
May 20, 2014 at 1:21 pm
I don't normally include SET OPTIONS in my scripts. I allow the script to inherit the database/connection SET OPTIONS.
May 20, 2014 at 1:16 pm
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
Viewing 15 posts - 1,006 through 1,020 (of 9,643 total)