Viewing 15 posts - 691 through 705 (of 1,233 total)
Also for safe measure, make sure you do not have the file open or the package in an open BIDS window locking it at the same time. Likely though, as...
December 1, 2015 at 6:27 pm
Our storage admin has begun with disk performance monitoring. As I do not want to throw this over the fence, I would still like to check any and...
December 1, 2015 at 6:00 pm
PHXHoward (11/30/2015)
November 30, 2015 at 4:53 pm
Try to get the actual query plan attached here. A couple of people have mentioned that before, plus your table definitions. That will go further in helping us to help...
November 30, 2015 at 1:16 pm
It looks like that Left Join is essentially an inner join... you are filtering the results back down AFTER you are first putting together the bigger recordset. Make this
tbl_documents...
November 27, 2015 at 4:41 pm
So you are able to change the index on the table and not a query? If you knew for a fact that changing the query will not break anything else...
November 27, 2015 at 4:17 pm
siugoalie78 (11/25/2015)
November 27, 2015 at 3:04 pm
his part works but everytime I look at all the IFs I get confused so I thought there might be a better way to achive the same result.
Having before and...
November 27, 2015 at 1:28 pm
You mentioned you have tons of indexes. I hope on of them is a clustered? Lots of indexes ( lets say half the number of columns on the table) can...
November 25, 2015 at 1:53 pm
As mentioned in the blog, in a DW with over 100 Million rows , most of the queries will end up performing scans
I dont know what qualifies as "most queries."...
November 25, 2015 at 11:42 am
rjuarez71 (11/24/2015)
Good morning,Just to ADD, I saw that adding
DECLARE x_cursor CURSOR STATIC READ_ONLY FOR ...
Solves the issue
best regards 🙂
From MSDN,
"STATIC
Defines a cursor that makes a...
November 25, 2015 at 11:00 am
Glad that you were able to get a resolution. Only that uninstalling apps and the pain that goes with all that might get irritating if you run into this situation...
November 23, 2015 at 12:46 pm
Thanks Ed, I had to look at it for a minute to figure it out. It looks like that single quote is closing the first one in front of ren.....
November 23, 2015 at 12:21 pm
"export_File_IMG_'
I dont work with this a whole lot so I was wondering if the single quote closing the double quote is valid, or if it is just covering the...
November 23, 2015 at 11:54 am
Are you referring to exporting the data in a SSRS report to Excel ? OR are you referring to a report subscription ?
Please see if the below link helps...
November 23, 2015 at 11:49 am
Viewing 15 posts - 691 through 705 (of 1,233 total)