Viewing 15 posts - 91 through 105 (of 176 total)
jbrandenburg (11/16/2015)
November 16, 2015 at 1:24 pm
The simple answer is that you do this in a reporting tool like Reporting Services instead of straight out of SQL. Certainly there are ways to do this directly...
November 16, 2015 at 1:13 pm
call.copse (11/11/2015)
cphite (11/10/2015)
It was comprised of a join between two other views - their names don't matter - what matters is that each of those views was comprised of other...
November 13, 2015 at 9:23 am
GilaMonster (11/10/2015)
I've recently seen a system with many user-defined functions, each with thousands of lines of code, often calling each other. Tests or no tests, I'm not touching that.
I want...
November 10, 2015 at 3:32 pm
When I first started my current job about 5 years ago, pretty close to the first week or so I was working I noticed the production SQL server being slowed...
November 10, 2015 at 3:13 pm
jared.smith (9/30/2015)
I have two parameters, employee_code and Business_Unit
I...
September 30, 2015 at 5:20 pm
I would create a lookup table: lookup_Policies (Policy, SubPolicy)
The data in that table would be like:
Policy1, Policy_Name 11
Policy1, Policy_Name 12
Policy1, Policy_Name 13
Policy2, Policy_Name 21
Policy2, Policy_Name 22
...etc
Then I would do something...
July 7, 2015 at 12:33 pm
ratherbeflying (6/24/2015)
The story on this guy is that he wants the data secure in case his machines are stolen,
...and he's never heard of hdd encryption?
so the thumb drive is...
June 26, 2015 at 8:44 am
Steve Jones - SSC Editor (6/23/2015)
Disclosure: I work...
June 23, 2015 at 9:16 am
I've been running Red Gate's DLM Dashboard for a while now on one of my dev servers, and it does a good job of tracking any DLM changes. Right...
June 23, 2015 at 8:13 am
Will it work? Yep.
Will it eventually fail in a spectacular manner? Yep.
I tried this once just to see what would happen; on my play laptop, with...
June 22, 2015 at 8:12 am
Try opening the maintenance plan in BIDS and run it manually... disable the other steps if you prefer, but see if it'll perform the delete. If it can't,...
June 21, 2015 at 6:02 pm
I had this problem a while back and it was aggravating the heck out of me... in the end, it turned out to be pretty simple and stupid: ...
June 19, 2015 at 2:41 pm
SQL-DBA-01 (6/19/2015)
I wrote a custom procedure to shrink the db log files alone. It works well always but yesterday in one of the server the job execution was failed.
Error...
June 19, 2015 at 2:32 pm
Sean Lange (4/17/2015)
April 17, 2015 at 1:35 pm
Viewing 15 posts - 91 through 105 (of 176 total)