Viewing 15 posts - 91 through 105 (of 165 total)
AlwaysOn is a great idea IN CONCEPT. If someone suggests this to you, do yourself a favor and take Brent Ozar's quiz (link below). Brent is one of my favorite...
June 21, 2018 at 2:02 pm
Hey Sean,
A few thoughts...columnstore indexes are all about performance. They are great in a warehouse context (or even OLTP context - see link below) where we need to...
June 21, 2018 at 1:47 pm
Just an opinion on this...for me, this is getting a bit complex. I wonder if there is a simpler way to accomplish what you are needing. Have you thought about...
June 20, 2018 at 2:21 pm
First, a word of caution. In some contexts, using sub-reports can introduce significant performance degradation. I have found that it's better to use 1 query and group results in a...
June 20, 2018 at 2:18 pm
Not sure if I understand what you are trying to accomplish, but have you thought about the execution log? It's in the report server database (dbo.ExecutionLog3).
Here is a...
June 20, 2018 at 2:03 pm
Hey Roxanne,
The MCSA is a great start. It's 2 exams. I have been working a ton with SQL Server since SQL Server 2005. I recommend...
June 20, 2018 at 1:58 pm
Just curious...why wouldn't you just have a calendar table that went so far into the future that you would never have a problem with a missing value?
March 20, 2017 at 6:51 am
You all are quick!
If someone hasn't already shown the correct answer, check this out. It's not complete because I'm out of time, but it's a start.
First, I'd...
March 9, 2017 at 7:20 am
tough with set-based logic...thinking about it.
would be easy with CLR.
March 9, 2017 at 6:48 am
I personally prefer to use a stage table with a GUID column to stage all data before they load into the warehouse. This way I can identify bad data, keep it staged,...
March 8, 2017 at 7:00 am
Hey Neil,
Sure would be nice to see the actual parameter data (labels and values) as well as some of the procedure code, but I understand you can't provide that.
March 8, 2017 at 6:45 am
Have you considered Power BI? Power BI has a natural language query feature.
March 1, 2017 at 8:23 am
Hi,
What are you doing to avoid SQL Injection?
March 1, 2017 at 6:25 am
Hi Kavita,
Your question doesn't fully cover all that you are trying to accomplish. Before addressing the question, I have a question for you (since you are interested in SSIS package). ...
March 1, 2017 at 6:22 am
March 1, 2017 at 6:17 am
Viewing 15 posts - 91 through 105 (of 165 total)