| howard's profileHoward @ MSFT selling BIPhotosBlogLists | Help |
|
Howard @ MSFT selling BIJuly 03 Force Reporting Services to clear the session cookiePass this string: &rs:ClearSession=True to the Section in a PPS RS Report Setings. July 02 SSAS cube report actions with ParametersHere is how you do it. Create the report action in the cube Servername: <servername>:<port> Report path: reportserver?http://<servername>/Reports/ReportsLibrary/<reportname>.rdl Parameter Name: <name> Parameter Value: UrlEscapeFragment( [Dim].[Attribute].CurrentMember.MEMBER_CAPTION) This will pass the value as a string. In the report, create a parameter in the report data area - General: name, prompt, text, visible - Available values: none - Default values: none In the row groups, group properties, filters, add - Expression: [Dim] = - Value: @ParamName April 15 Report Builder 2.0 Click Once
April 14 Add all authenticated usersA good best practice to avoid problems upstream. NT AUTHORITY\Authenticated Users April 07 Crystal Report (.rpt) to Reporting Services (.rdl)
April 06 IT vs. ManagementA man in a hot air balloon, realizing he was lost, reduced altitude and spotted a woman below. He descended further and shouted to the lady "Excuse me, can you help me? I promised a friend I would meet him an hour ago, but I don't know where I am" The woman below replied, "You're in a hot air balloon, hovering approximately 30 feet above the ground. You're between 40 and 41 degrees north latitude and between 59 and 60 degrees west longitude." "You must be in IT," said the balloonist. "Actually I am," replied the woman, "How did you know?" "Well," answered the balloonist, "everything you have told me is technically correct but I've no idea what to make of your information and the fact is I'm still lost. Frankly, you've not been much help at all. If anything, you've delayed my trip." The woman below responded, "You must be in Management." "I am," replied the balloonist, "but how did you know?" "Well," said the woman, "you don't know where you are or where you're going. You have risen to where you are due to a large quantity of hot air. You made a promise, which you've no idea how to keep, and you expect people beneath you to solve your problems. The fact is you are in exactly the same position you were in before we met, but now, somehow, it's my f***ing fault..." March 23 Run IE as user scriptDim wshShell if (wscript.Arguments.Count < 2) then 'wscript.echo "Opening Internet Explorer as " & wscript.Arguments(0) & "\" & wscript.Arguments(1) wshShell.Run "cmd.exe /c ""title StartIE & runas.exe /user:" & wscript.Arguments(0) & "\" & wscript.Arguments(1) & " ""%ProgramFiles%\Internet Explorer\IEXPLORE.EXE""""" wscript.Sleep(1000) wshShell.AppActivate "StartIE" wshShell.SendKeys wscript.Arguments(2) & "{ENTER}" Save this script then create a shortcut with this as the target C:\<path>\StartIEAsUser.vbs <domain> <user> <password> March 13 Tips on How To Act Like A ZombieHere is some useful info from the Xbox360 Marketing Team with the release of Resident Evil 5
|
||||
|
|