Viewing 15 posts - 736 through 750 (of 9,641 total)
Evil Kraig F (8/28/2014)
Lynn Pettis (8/28/2014)
August 29, 2014 at 6:32 am
Can you share your complete query?
It sounds like you are doing something like this:
SELECT
I.*,
SUM(final) OVER(PARTITION BY InvoiceNmbr) AS invoicedTotal
FROM
...
August 28, 2014 at 12:44 pm
tacy.highland (8/28/2014)
It's using stored credentials in the shared datasource. Is that what you were asking?
Yes
Could this impact things?
I don't think so.
August 28, 2014 at 12:37 pm
tacy.highland (8/28/2014)
This is just weird.
I...
August 28, 2014 at 11:46 am
tacy.highland (8/28/2014)
Unfortunately neither one helped. Same behavior as before.Anything else?
Sorry, I'm basically tapped out. The only other things I can think of are:
1. A network trace using...
August 28, 2014 at 9:47 am
Okay there are a couple of things I've found that relate to security and UAC that might be the issue, but I haven't seen the behavior you are seeing when...
August 28, 2014 at 6:43 am
michaeleaton 36224 (8/27/2014)
August 27, 2014 at 3:13 pm
You type in the Logical Name for the file and you get that by using RESTORE FILELISTONLY. Check out RESTORE in BOL.
August 27, 2014 at 1:40 pm
acapone (8/27/2014)
What I mean is the database backups will be taken from one server, and...
August 27, 2014 at 11:35 am
have you looked in the ExecutionLog3 view in the ReportServer database to see if the execution is ever finishing from the server perspective?
I think you can also query RunningJobs to...
August 27, 2014 at 11:32 am
I'd agree with most of what gbritton1 has said although I'm not a fan of putting user procedures in master (with a few exceptions like sp_WhoIsActive).
I don't know of any...
August 27, 2014 at 11:16 am
Definitely would be easier to answer with some sample data and expected outcome, but here's what I've come up with:
WITH newCustomers
...
August 27, 2014 at 11:08 am
What do you mean by put in another database? Do you mean move the stored procedures into the database(s) that they source their data from or move them into...
August 27, 2014 at 10:56 am
I'm not aware of any issues with this DMV. What makes you think the procedures weren't executed?
August 27, 2014 at 10:48 am
Viewing 15 posts - 736 through 750 (of 9,641 total)