Viewing 15 posts - 781 through 795 (of 1,988 total)
You should be able to use convert but you'll probably need to do a little bit of text formatting first since that's not a format SQL Server can read.
March 13, 2018 at 3:57 pm
March 13, 2018 at 3:51 pm
You've a ton of subqueries and joins in there, start with one table then add the joins back in one at a time. That should give you an idea of...
March 13, 2018 at 11:00 am
Try doing a varbinary on the column in question and make sure that data is actually what you expect.
March 13, 2018 at 10:02 am
No you need to run a log backup then you will be able to shrink it, and if the database is in full or bulk recovery mode you need to...
March 12, 2018 at 3:30 pm
March 12, 2018 at 11:45 am
Well if the issue is sensitive data then maybe going with application level encryption for that data would make more sense. Then the sys admin in question would be able...
March 12, 2018 at 10:28 am
A day dimension is pretty standard in a datawarehouse, yes you could have a time dimension but the use cases would be significantly less especially if you want time dimensions...
March 9, 2018 at 12:46 pm
Why exactly do you want a time dimension? And what dimension data are you actually trying to capture that would need to be granular down to the second but is...
March 9, 2018 at 10:24 am
That seems like that would be better done at the application layer.
March 9, 2018 at 10:16 am
Ug... my hatred of DST knows few bounds, we're not medieval farmers whose schedules are driven by the hours of sunlight in the day. I used to work for a...
March 8, 2018 at 1:19 pm
March 8, 2018 at 1:00 pm
You can but only if the sub query will only return 1 or no rows.
March 8, 2018 at 12:14 pm
Hmm... maybe you can do something with this, I'm not an expert on formatting reports in SSRS but in some systems this would work for what you're trying to do...
March 8, 2018 at 11:51 am
Viewing 15 posts - 781 through 795 (of 1,988 total)