Posts

TFS 2012 error setup

hi! i trying install , configure tfs 2012 on windows server 2008 r2, sql 2008 enterprise r2 sp2 , have next error on configure database step (translated russian, sorry): tf255356: in process control of team foundation databases there following error: tf400711: there error when performing step of service of install identity data - well-known tfs groups installframeworkcore component during install: tf30040: database adjusted incorrectly. contact administrator of team foundation server. additional data see in configuration jornal. i chose standard single server configuration (in configuration types same error). can me? don't anderstand doing wrong... thanks sharing log. it seems issue sql server 2008 r2 setup. similar post can found here  (german) it suggests executing following code: declare @dochandle int declare @error int exec sp_xml_preparedocument @dochandle output, n'<root><child/></root>' set @error = @@error if @error = 0 begin...

Sorting on calculated group column

running ssrs in vs2012 on windows 7. i have created standard matrix report. row labels/groups "department" , "employee". column group transaction month. there many columns there distinct months of data. each column contains calculated amount (expression).  able sort on recent column (i.e. right-most column).  have been unable find way determine (in code) recent column.  there way this? thanks. hi  marak60 , please try in parent row group i.e department in case. please provide me sample data script , screen shot , data set result , expected result. if still have questions, please feel free ask. please  mark  this answer  if solved issue or  vote helpful  if helps solve issue. thank you! SQL Server  >  S...

Why are these queries are returning different results?

hello query sql queries mere mortals chapter 13: list each staff member , count of classes each scheduled teach. i did query in 3 ways: select stf . stffirstname , stf . stflastname , count ( c . classid ) from ( staff stf inner join faculty_subjects fs on stf . staffid = fs . staffid )                         inner join classes c on c . subjectid = fs . subjectid                         group by stf . stflastname , stf . stffirstname output 23 records. ========================================== tried joins in different way , count classid in different table select stf . stffirstname , stf . stflastname , count ( fc . classid ) as countofclassestaught from staff stf inner join facu...

Silverlight, Firefox and "#" character in path...

 hi all! i have strange problem when running silverlight apps through visual studio , deploy firefox, for example, create empty silverlight 3 project , hit f5. in internet explorer, display empty page in firefox, browser complaining "not found" web page error... i observed path of app, this: "c:\my\projects\c#\work\tests" it seems "#" character giving hard time in firefox not in internet explorer. if create empty solution directory not containing character, in firefox fine.  is there way overcome problem ? from wikipedia main article: uri scheme#generic syntax every url consists of of following: scheme name (commonly called protocol), followed colon, then, depending on scheme, hostname (alternatively, ip address ), port number , path of resource fetched or program run, then, programs such common gateway interface (cgi) scripts, query string [ 6 ] [ 7 ] , , html documents, anchor (optional) pa...

runtime error running metro store app with SmbiosInformation.SerialNumber

i tried serial number calling api, this: "string serialnum = windows.system.profile.systemmanufacturers.serialnumber ",  throws exception saying "access denied". i using vs 2013rc, running app on windows 8.1 preview. can give me help? thanks. lisa, this unfortunately not supported scenario.  best regards - eric this posting provided "as is" no warranties, , confers no rights. Archived Forums T-U  >  Tailoring your Windows Store app for hardware and devices (archived)

Rows Been Processed So Far# SQLSERVER

want know if there way find out, how many rows been processed far query, still running. when query using index. hello, there no way kind of progress / no of rows processed. in sys.dm_exec_requests (transact-sql) have columns percent_complete + estimated_completion_time , contains values less operations; simple select not one. olaf helper [ blog ] [ xing ] [ mvp ] SQL Server  >  Getting started with SQL Server

Cluster HW

  hi,   can tell me if hardware in cluster have identical?  i.e. same model servers w/ same motherboard, same ram, same hdd config, etc.   thks beginning w2k8 failover clustering, cluster hcl goes wayside.  becasue of new built-in validation process, things have changed.  new support policy says...if hardware\software has windows server 2008 logo , validation tests pass...you supported.  here new kb article discusses -   http://support.microsoft.com/kb/943984/en-us   having said that, ideally same and, part, vendors going provide solutions run w2k8 failover clusters contain same hardware.   if could, please provide specific example of mean.  must have in mind have asked question, if see 1 example here, perhaps provide detailed response helpful everyone who monitors forum.   thanks.   chuck Windows Server  >  ...