Viewing 15 posts - 106 through 120 (of 232 total)
I can't truncate the table because I'm only updating/reinserting some records, not all. That's why I have to specify the date range in the delete statement.
May 5, 2017 at 4:11 pm
An update is not an option here.
Any other ideas? I'm getting desperate....
May 5, 2017 at 2:20 pm
There are around 1.5 million rows in the physical table. I'm trying to delete around 70K-100K rows on the delete statement.
May 5, 2017 at 1:04 pm
Thanks, Matt. But I'm not sure I'm following. There is an index on the date column. (Non Unique, Non Clustered). I'm looking to delete everything in the physical table in...
May 5, 2017 at 12:33 pm
Sorry, Lynn. Appreciate your effort on this as well. I feel fortunate to have access to so many exceptional SQL minds; it's just fantastic.
Thanks to everyone!
December 2, 2016 at 4:25 pm
Thank you, Jason! I've not used STUFF before. Works great.
December 2, 2016 at 4:03 pm
The only thing I have against these nice simple answers:
REPLACE(RIGHT(CONVERT(CHAR(19),DATEADD(ss,@Time,0),100),7),' ','0')
and
CONVERT(varchar(20), CONVERT(time, DATEADD(SECOND, @time, CONVERT(datetime, CONVERT(date, getdate())))), 100)
...is that they appear to display the time as 07:30PM rather than...
December 2, 2016 at 3:44 pm
omg.
I'm taking that one.
Thank you, Michael!
December 2, 2016 at 2:47 pm
To provide more background on this, our environment is a little different than expected so I had to take into account the early (1-3560 seconds) 12am times as well as...
December 2, 2016 at 2:31 pm
Thanks everyone for your assistance! I've been working with LinksUp original option with a few modifications to handle the AM/PM for midnight and noon. I think this is...
December 2, 2016 at 1:27 pm
No, I didn't specifically, but think I figured out the issue anyway. I actually tried hitting Run to preview the report, based on a forum reply elsewhere on another...
September 9, 2015 at 2:41 pm
Oh my goodness. Compatibility View did it.
Thank you so much, never even considered this to be the issue!
Thanks for everyone's help!
August 29, 2014 at 8:21 am
It's using stored credentials in the shared datasource. Is that what you were asking?
(This is how we set up the security for all of our reports.)
Could this impact things?
August 28, 2014 at 12:16 pm
The permissions to the report are inherited from the folder it's in, which is inheriting from the root. So nothing special about the report specifically.
This is just weird.
I appreciate...
August 28, 2014 at 10:23 am
Unfortunately neither one helped. Same behavior as before.
Anything else?
August 28, 2014 at 8:47 am
Viewing 15 posts - 106 through 120 (of 232 total)