Viewing 15 posts - 166 through 180 (of 960 total)
the question should read for index creation, but a good question.
August 20, 2015 at 2:02 pm
Run a trace , find the hostname and IP address
Since its a SQL login the password is hardcoded somewhere this means its either coming from a connection string in...
August 20, 2015 at 5:37 am
In that case I think you need to use the PIVOT Syntax within t-sql
@jeff Looks like a perfect example on using dynamixc SQL 🙂
August 20, 2015 at 5:28 am
http://stackoverflow.com/questions/20057655/multiple-rows-in-one-column-sql-server
Have you seen this ?
August 19, 2015 at 8:42 pm
+1 Jeff , Developer over Express any day , infact you just used one of the the most common examples i give when people ask about learning sql
August 19, 2015 at 8:39 pm
I should have been more clear about my points , sorry . My point revolve around the self service aspects of MSBI.
Its more difficult to implement singlesignon in SSRS...
August 13, 2015 at 1:08 am
Native comes out of the box so there is no additional cost associated.
Native is simple to use and setup
Native can be embeded in Webpages using Report viewer control
Sharepoint provides a...
August 12, 2015 at 6:34 am
In your expected output i see there is a comma delimiter between strings, is this the way the data is stored or added by you when posting the query?
if there...
August 12, 2015 at 6:25 am
I think it was added in the last sevrice pack for 2008 R2, it came out of the box with 2012
August 12, 2015 at 2:32 am
Could you please post the query
August 12, 2015 at 2:28 am
CROSS DATABASE TOOLS !!!!!!!
Be very careful when using generic tools to script out code for production deployments. I would frankly use Data tier application before I even consider using a...
August 11, 2015 at 3:37 am
are you sure its the mDX thats causing the issue, why are you not using the same MDX query in both cases? SSRS performs rendering of the report in...
August 11, 2015 at 3:32 am
Nope dont think so , atleast not within SSMS , might be easier to script out the file and do a replace later.
You Could use powershell to replace the string...
August 11, 2015 at 3:29 am
Viewing 15 posts - 166 through 180 (of 960 total)