Viewing 15 posts - 76 through 90 (of 123 total)
Sometimes when changing code I've found that the "Process Default" does not process quite enough. When I get unexplained problems, the first thing I try is to "Process All" on...
August 3, 2015 at 11:09 am
This isn't quite there but may help you to get closer. I'm new to DAX also. My idea was to add an additional filter to your calculate statement with an...
July 14, 2015 at 5:42 am
When you created the cube, did you define Team to have a dependency on Company with the key? This would make 'Team 1' for each company distinctly different even though...
June 21, 2015 at 7:31 am
The issue had nothing to do with SSRS. IE blocks cross-protocol links (http:// to file://) unless the site is on the trusted sites list. Added it to the trusted sites...
December 5, 2014 at 9:01 am
Thanks Grant. This is exactly what I was looking for.
I also loved your book "SQL Server 2012 Query Performance Tuning ".
April 8, 2014 at 11:02 am
The views option would work if we could prevent them from joining views. There might be a way to prevent that but I'm not sure how. I read an article...
June 6, 2013 at 10:56 am
Agreed about the problems with allowing non-technical users access. One of the requirements to get login permissions will be passing a SQL Query exam though. Of course, user's may cheat...
June 5, 2013 at 4:40 pm
Thanks Paul. Right now I'm leaning towards replicating the most relevant tables to another database and then using the resource governer to limit resource usage. I thought about mirroring but...
June 4, 2013 at 11:38 am
If you can get the 90 logins into a table, you could write dynamic SQL to print the needed T-SQL statements. Another way is if they are in Excel, write...
June 4, 2013 at 11:06 am
I have two needs for this.
The first is geocoding addresses and getting the latitude, longitude. I may use Bing for this but I'm open to other ways.
The second...
January 11, 2012 at 12:46 pm
Compile the console app. Then just type in your executable name and path instead of "dir c:\" for the command.
December 6, 2011 at 1:55 pm
if exists(select 1 from Table1) select * from Table1;
December 6, 2011 at 1:16 pm
35,000 rows vs 14,000,000. The funky column names are malconfigured time stamps. I can do this through an OPENQUERY statement inside SQL Server. Once I do that though, there's no...
October 18, 2011 at 12:52 pm
I only have select permission on the AS400 so I can't create a stored procedure. It's an old system and the original developers are long gone. The current people maintaining...
October 18, 2011 at 10:39 am
Viewing 15 posts - 76 through 90 (of 123 total)