SCCM 2012 R2 Report using WMI Query

I am trying to find out if I can generate a report to show which users installed what software using a report in SCCM 2012 R2 and a WMI Query.
If not using the reporting within SCCM, then:
1)  is it possible to pull such data via a wmi query
2)  any suggestions how to do so?
3)  Desktop OS is either Windows 7 or 8 or 8.1 Enterprise x64
Thanks,
Dave
David Lakey

You Can Create Query With the Software name but you can Know Which Computer and you can add System Resource as the Last login name
This for Example:-
From monitoring--> Create New Query--> Edit Query Statement --> Show Query Language
past the following:- 
select SMS_R_System.NetbiosName, 
SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName from  
SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on 
SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceId = 
SMS_R_System.ResourceId where 
SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%Visio%"
After that in General you can add in Results Tap:-
System Source and the Attribute Will be last Login name

Similar Messages

  • Generating a report using ABAP query

    Hi All,
    I want to generate a anlytical report using ABAP query, There are 3 different transactions/steps have to be executed to get this data in an actionable form.
    1. MB52 - Unrestricted Stock
    2. ZCustomquery - Custom query in SAP R3
    3. Combine above two in a single report.
    Please suggest me how can i proceed,
    1. Example i have created query name called Finalrepot
    2. How can i call above zcustomquery and Transaction (MB52) in the Query.
    Thanks for your help
    Pradeep

    Hi,
    Check below link to create ABAP query (SAP Query)
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    Best regards,
    Brijesh

  • WebI Report using BW Query

    Hi,
    I am using WebI Report using BW Query. I don't see some Formulas in Universe which is there in BEx Query.
    Did anybody face the same problem before?

    Hi,
    I meant that you should post in the forum the calculation contained in the formula that you cannot see in your universe.
    But let's start from the begining since you are new to SAP: Did you generated the universe yourself? If the formula was added in the query after the universe was created then you must refresh your universe (In the Universe designer  please select the option "Refresh structure" under the "view" menu) in order to get the newly created formula (I assume we are takling about a calculate figure here) in your universe also.
    Regards,
    Stratos

  • Development of Reports using ABAP Query

    Hi
    can anyone please tell me about 'Development of Reports using ABAP Query' and how to use it in real time
    Thanks
    jay

    look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/b7/26ddebb1f311d295f40000e82de14a/frameset.htm
    A.

  • Created Webi report using BEx Query.

    Hi All,
    I am going to upgrade in BW and using BEx  & Webi Report. I have created webi report using BEx query. Now I need to test data in webi report.
    Can anyone tell me how to test data?
    Regards,

    Hi,
    compare the webi report data with Bex report. more you can compare webi report with SAP R3 system for random records.
    Thanks,
    Amit

  • SCCM 2012 R2 Report Viewer not working.

    I have recently upgraded to SCCM 2012 R2 and now when I go to the reports I get this message. Has anyone come across this?
    The
    DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an
    error: The encryption type requested is not supported by the KDC.
    (rsRuntimeErrorInExpression)

    I found the solution.
    http://www.netdavidic.com/2013/11/how-to-fix-sccm-2012-r2-reporting.html#!/2013/11/how-to-fix-sccm-2012-r2-reporting.html

  • Executing Crystal Report using BI Query as datasource in Bobj portal

    I have a Crystal report using BI query as the datasource. The BI query contains User Entry variables.
    The Crystal report executes as expected except when added to the Bobj portal. From the portal, I can schedule the report and it will execute as correctly. However, if I try to execute without scheduling, I am able to enter the BI restrictions, but then am presented the following error message: "An error has occurred: For input string: "" ".
    If I remove all the BI variables from the query, the report will execute from the portal with out scheduling.
    Any help would be greatly appreciated.

    Hi,
    You can set your parameters from CMC. Select the report and set parameters in to the report properties.
    -SG

  • SCCM 2012 R2 Reports not activate Value button and not showing Visio and Project products

    Hello,
    I have experiencing some problems with SCCM reports
    1)  In some of the reports the "Values" button is disabled and because of that I can not select the name of a specific computer, the reports I've noticed that are relating to Specific Computers
    2) The other problem is that when reviewing a software inventory report on a specific computer, Visio nor the Project of Microsoft Office does not appear , which itself can be seen from the Resource Browser
    I will appreciate it very much to help me to solve these drawbacks presented in the reports of SCCM 2012 R2.
    Thanks in advance.
    Manuel
    Manuel´s Microsoft Forums Threads

    open the report in the report builder tool (in the console, right click and edit. From the reports web page you can click the drop down and choose open with report builder) and examine the query that is being used to populate the computername
    values list. You should be able to run that query from the report builder utility to see if anything is being returned. For the report you mention, there is no query to bring back computer names. In report builder, in the left hand menu, open the parameters
    folder, then right click @variable from the list and open the properties. Go to the available values item in the menu of the properties window and notice that the available values is set to none, not get values from a query. That is why you can't click on
    Values in the SSRS report and get a list of computer Names. You could add a query into the report and save the report if you really want a drop down list of all computer names. I would save the report with a different name if I were to take that approach,
    it is not a good practice to modify the built in reports.
    Regarding the applications you are not seeing, you will have to look at the query contained in the report, and determine if that query is targeting the same view or data that you were looking at using resource explorer. Which category within resource
    explorer were you seeing the information you were expecting to see in this report? You can use report builder to see that the report you are looking at is calling a function to return the software titles, and that function looks to be based on the v_gs_softwareproduct
    view. If you were looking at software files or add/remove programs within the resource viewer, you won't necessarily see the same information in the report, since the report is reading a different view.
    I hope this info will help you to troubleshoot report quirks. SCCM 2012 reporting is a world apart from SCCM 2007 reporting. There are alot more stored procedures and functions used in SCCM 2012, and even a dll file on the reporting point that is required
    for some (most) of the reports!

  • SCCM 2012 R2 - Reporting Services question

    In testing SCCM 2012, I put it on a an existing remote SQL instance. This server also housed SCOM among other applications. I set up reporting services successfully and got reports working.
    A few months later I decided to setup and test reporting in SCOM for Audit Collection Services (ACS). I did not know at the time but SCOM takes over SSRS and makes it unusable for any other application. This broke my SCCM reporting. I finally reinstalled
    SSRS and got rid of the SCOM piece and all is back to normal.
    I am now planning for deployment in production. Our DB team wants to stick the DB for SCCM on a server that will house many other databases (eventually). 
    My question is: Does SCCM reporting play well with others? That is, if I set up SSRS on a SQL server with other applications - should I request that SCCM is the only application using that particular SSRS instance? Or should it be ok to reside on an SSRS
    instance that may eventually house other applications (NOT SCOM). 
    Thanks in advance!

    a couple hundred clients; base specs for the primary server; and it would be a VM
    With all that said, I think our DB team still wants us to use their remote SQL server (physical) so I will probably go with that as it is still supported and our environment will be relatively tiny compared to typical SCCM deployments. Of course, if there
    are known issues or advisories against having a remote SQL please let me know (and provide a link). 
    My main concern was using this remote SQL server and setting up SSRS and having other applications conflicting with it. As long as SCCM plays well with others - I am good to go. Thanks for the replies. 

  • SSRS report using mdx query to display sales of product by yearwise

    There is a requirement to create SSRS report as 
    Product                         +Calender2011               -Calender 2012            +Calender 2013      
             + Calender 2014
    Jan12 Feb12 Mar12...
    Product 1 50    100       200 ..
    Product 2 150    900       200 ..
    Product 3 250    180       900 ..
    Product 4 450    100       200 ..
    Product 5 50    100       200 ..
    Product 6 50    100       200 ..
    When I click on Calender2011 corresponding all months of 2011 has to appear and likewise for Calender2012, CalenderN 
    The MDX query I have like as follows-
    Select    Non Empty{
    [Measures].[Product1], 
     [Measures].[Product2], 
     [Measures].[Product3], 
     [Measures].[Product4],
      [Measures].[Product5], 
      [Measures].[Product6], 
      [Measures].[Product7], 
      [Measures].[Product8], 
      [Measures].[Product9], 
      [Measures].[Product10], 
      [Measures].[Product11], 
       } ON Rows ,
       Non Empty  { ([Dim Calendar H].[Year Name].[Year Name] ) *([Dim Calendar H].[Month name].[Month name])
     ON COLUMNS
      FROM ( SELECT ( { [Dim Calendar H].[Year Name].&[Calendar 2014], 
     [Dim Calendar H].[Year Name].&[Calendar 2013], 
     [Dim Calendar H].[Year Name].&[Calendar 2012], 
     [Dim Calendar H].[Year Name].&[Calendar 2011] } ) 
     ON COLUMNS 
     FROM [Cube]) 
    Please help me. 
    Advance thanks...

    Hi Afans,
    According to your description, you want to create a drill-down report using SQL Server Analysis Services database, right?
    In this case, you need add the Year and Month fields to the column group, and set the Month column can be toogled by Year column group. I have teste it on my local environment, here is the sample query for your reference.
    select [Measures].[Internet Sales Amount] on 0,
    [Product].[Category].members*[Date].[Calendar].[Calendar Year].members*[Date].[Month of Year].members on 1
    from
    [Adventure Works]
    Reference
    http://popbi.wordpress.com/2012/03/02/ssrs-how-to-add-a-column-group-to-an-existing-table/
    http://msdn.microsoft.com/en-IN/library/dd207042.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • XML publisher report using connected query

    dear all,
    I defined some XMLP reports with very similiar parameters.
    I found a strange issue, all reports using query as the source, they appear in the XMLP report viewer.
    But for those using the connected query, all are not able to be found in the XMLP report viewer list.
    Anybody has experience on this. Did I miss anything special for the connected query type?
    Many thanks.

    Is there anybody suffering the same issue?
    I double checked the settings of two XMLP report definitions.
    No difference, but the one with the connected query as the source can NOT been found.

  • SCCM 2012 R2 - Reporting Services Point installation - "The Datasource does not exist"

    Hi all,
    Quick bit of background, we have SCCM 2012 R2 installed on a Windows 2012 R2 server. We have the SQL back end off box, configured on a SQL 2012 R2 server running on a Windows Server 2012 R2 cluster. Then there is yet another server which runs the reporting
    services. I've just tried installing the Reporting Services Point on the srs server but it doesn't appear to have worked that well. Here's the info i've got back: 
    A] Site Status > Reporting services point:
    SMS_SITE_SYSTEM_STATUS_SUMMERIZER
    Site System Status Summarizer detected that the availability of the "Reporting services point" role on server "\\NA-SQLR01.in.tna.local" has changed to Failed.
    B] The last message from the SMS_SRS_REPORTING_POINT Component Status is "Site Component Manager successfully installed this component on this site system"
    C] Here's the first chunk of info which appears in the srsrp.log file:
    SMS_EXECUTIVE started SMS_SRS_REPORTING_POINT as thread ID 4204 (0x106C).
    This is a SRS Reporting Point Role as SRSRP registry key exists.
    Waiting for changes for 0 minutes
    Timed Out...
    Set configuration
    Check state
    Check server health.
    Successfully created srsserver SMS_
    Reporting Services URL from Registry [http://sqlreportserver/ReportServer_SQL2012/ReportService2005.asmx]
    Reporting Services is running
    The DataSource does not exist.
    [sqlserver.local\SQL1] [SCCM_XXX] [ConfigMgr_XXX] [sqlreportserver.LOCAL]
    [SQL2012] [1] [] [xxx\SCCM2012Server]
    Confirmed version [11.0.5058.0] for the Sql Srs Instance.
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_XXX' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetProperties(String
    Item, Property[] Properties, ItemNamespaceEnum itemNamespace, Property[]& Values)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.GetProperties(String Item, Property[] Properties, Property[]& Values)
    Extract resource language packs if exists
    Loading localization resources from directory [D:\SMS_SRSRP\SrsResources.dll]
    Looking for 'English (United Kingdom)' resources
    Looking for 'English' resources
    Found resources for 'English'
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_XXX' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetProperties(String
    Item, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.SetProperties(String Item, Property[] Properties)
    System.Web.Services.Protocols.SoapException: The permissions granted to user 'NT AUTHORITY\SYSTEM' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user
    'NT AUTHORITY\SYSTEM' are insufficient for performing this operation.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateFolder(String Folder, String Parent, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateFolder(String
    Folder, String Parent, Property[] Properties)
    (!) SRS root folder was reported missing
    STATMSG: ID=7405 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_SRS_REPORTING_POINT" SYS=sqlreportserver.LOCAL SITE=P01 PID=2120 TID=4204 GMTDATE=Wed Apr 08 08:56:05.349 2015 ISTR0="ConfigMgr_XXX" ISTR1="sqlreportserver.LOCAL"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
        WARNING: Could not read registry key HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\MPFDM\Inboxes\ on the server, The operating system reported error 2: The system cannot find the file specified.
        WARNING: Could not read registry key HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\MPFDM\Inboxes\ on the server, The operating system reported error 2: The system cannot find the file specified.
    Failures reported during periodic health check by the SRS Server sqlreportserver.LOCAL.
    Registry change
    Waiting for changes for 1 minutes
    After this point i simply get the following info messages looping endlessly:
    Set configuration
    Check state
    Check server health.
    Successfully created srsserver
    Reporting Services URL from Registry [http://sqlreportserver/ReportServer_SQL2012/ReportService2005.asmx]
    Reporting Services is running
    The DataSource does not exist.
    [sqlreportserverlocal\SQL1] [SCCM_XXX] [ConfigMgr_P01] [sqlreportserver.LOCAL]
    [SQL2012] [1] [] [XX\SCCM2012Server]
    [1] [0]
    Confirmed version [11.0.5058.0] for the Sql Srs Instance.
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_XXX' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.GetProperties(String
    Item, Property[] Properties, ItemNamespaceEnum itemNamespace, Property[]& Values)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.GetProperties(String Item, Property[] Properties, Property[]& Values)
    Extract resource language packs if exists
    Loading localization resources from directory [D:\SMS_SRSRP\SrsResources.dll]
    Looking for 'English (United Kingdom)' resources
    Looking for 'English' resources
    Found resources for 'English'
    System.Web.Services.Protocols.SoapException: The item '/ConfigMgr_XXX' cannot be found. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_P01' cannot be found.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.SetProperties(String
    Item, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.SetProperties(String Item, Property[] Properties)
    System.Web.Services.Protocols.SoapException: The permissions granted to user 'NT AUTHORITY\SYSTEM' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user
    'NT AUTHORITY\SYSTEM' are insufficient for performing this operation.~   at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateFolder(String Folder, String Parent, Property[] Properties, Guid batchId)~   at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateFolder(String
    Folder, String Parent, Property[] Properties)
    (!) SRS root folder was reported missing
    Failures reported during periodic health check by the SRS Server sqlreportserver.LOCAL.
    Registry change
    Waiting for changes for 1 minutes
    Has anyone come across this issue before? Must admit, I'm not too hot on the sql side of things so any advice or suggestions would be greatly appreciated. Thanks in advance!

    Hi guys, cheers for the swift response.
    Garth, i can access SSRS in IE from the SCCM box and it looks a-ok.
    Paul, nope can't say I've done any configuration of reporting services - the whole thing has been set up by the database team. Having had a trundle through Reporting Services Configuration Manager, it seems the Database team have set up SSRS in line with
    the walkthrough you posted.
    Since i'm not seeing the ConfigMgr_XXX folder appear in SSRS I'm wondering if there's something preventing SCCM from being able to create it. The message
    "Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions
    granted to user 'NT AUTHORITY\SYSTEM' are insufficient for performing this operation" sounds like the account SCCM is leveraging to perform the install might not have the right permissions in SSRS. Do i need to delegate specific rights to the NT
    AUTHORITY\SYSTEM account in SRS perhaps?

  • SCCM 2012 R2 Reporting issue updating SQL Reporting permissions

    I am in the process of setting up SCCM 2012 R2.  I am having an issue with the SCCM reporting.  If I set the permissions in the SCCM console, the permissions do not propagate to the SQL reporting... I get this... This is from SRSRP.log...
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_DIT $$<SMS_SRS_REPORTING_POINT><01-15-2015 12:00:55.384+300><thread=5432 (0x1538)>
    (!) Error retrieving folders - [A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)]. $$<SMS_SRS_REPORTING_POINT><01-15-2015 12:00:55.438+300><thread=5432 (0x1538)>
    No folder configuration information found. $$<SMS_SRS_REPORTING_POINT><01-15-2015 12:00:55.441+300><thread=5432 (0x1538)>
    Does anyone know how to fix?
    I tried removing and re-installing the reporting point, changing the permissions in SQL Server... and a dozen other things.

    I am in the process of setting up SCCM 2012 R2.  I am having an issue with the SCCM reporting.  If I set the permissions in the SCCM console, the permissions do not propagate to the SQL reporting... I get this... This is from SRSRP.log...
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_DIT  $$<SMS_SRS_REPORTING_POINT><01-15-2015 12:00:55.384+300><thread=5432 (0x1538)>
    (!) Error retrieving folders - [A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)].  $$<SMS_SRS_REPORTING_POINT><01-15-2015 12:00:55.438+300><thread=5432 (0x1538)>
    No folder configuration information found.  $$<SMS_SRS_REPORTING_POINT><01-15-2015 12:00:55.441+300><thread=5432 (0x1538)>
    Does anyone know how to fix?
    I tried removing and re-installing the reporting point, changing the permissions in SQL Server... and a dozen other things.

  • How to retrieve VM's IP Address using WMI query

    Hi,
    Please let me know the WMI query to retrieve the IP of the Hyper-V VMs via Host.
    Regards
    Raamesh Keerthi N J

    try this in powershell
    $VMS = get-vm
    $outputArray = @()
    foreach($VM in $VMS)
          $output = new-object psobject
          $output | add-member noteproperty "VM Name" $VM.Name
          $output | add-member noteproperty "Description" $VM.Description
          $output | add-member noteproperty "RAM(MB)" $VM.Memory
          $output | add-member noteproperty "vCPU" $VM.CPUCount
          $output | add-member noteproperty "Status" $VM.Status
          $output | add-member noteproperty "State" $VM.VirtualMachineState
          $output | add-member noteproperty "IsHighlyAvailable" $VM.IsHighlyAvailable 
          $output | add-member noteproperty "Cloud" $VM.Cloud
          $output | add-member noteproperty "HostName" $VM.Hostname
          $output | add-member noteproperty "Integration Tools" $VM.VMAddition
          $output | add-member noteproperty "Operating System" $VM.OperatingSystem
          $output | add-member noteproperty "Location" $VM.Location
          $output | add-member noteproperty "VMID" $VM.VMID
          $outputArray += $output
    write-output $outputarray | sort "VM Name" | format-table * -autosize | out-string -width 600 | out-file $file -append
    Get-SCVirtualNetworkAdapter -all | select name, vlanid | sort "Name" | format-table * -autosize | out-string -width 600 | out-file $file -append
    #load the report in notepad
    notepad.exe "C:\scripts\reports\Report_$DATEStamp.txt"
    exit
    [email protected] visit my blog stephanco.blogspot.com

  • [SCCM 2012 R2] Re-using site code

    Hi All,
    I have a situation where I need to uninstall SCCM Primary Site because of wrong server name convention. SCCM 2012 documentation do not mention of reusing site code after previous site uninstallation.
    Is it possible to use same Site Code for new primary site after uninstall old one?
    SCCM 2007 Documentation: Site codes should never be used more than once in a Configuration Manager 2007 hierarchy for active sites. If you have uninstalled a site that was publishing site data to Active Directory Domain Services in preparation for installing
    a new Configuration Manager 2007 site with the same site code, you should ensure that the previous site's information has been removed from Active Directory Domain Services, and possibly WINS, before use the old site code for a new Configuration Manager 2007
    site. All references to the original site need to be removed from all other sites in the hierarchy, and you need to clean up any objects previously replicated to potential child sites of the new site. If this is not done, any newly replicated objects from
    the newly created site could overwrite objects already replicated to the child sites by the previous installation.
    SCCM 2012 Documentation: Site codes cannot be used more than one time in a Configuration Manager hierarchy for a central administration site or primary sites. If you reuse a site code, you run the risk of having object ID conflicts in your Configuration
    Manager hierarchy. You can reuse the site code for a secondary site if it is no longer in use in your Configuration Manager hierarchy or in the Active Directory forest.
    Thank you in advance.
    Regards,

    I have a CAS (CAS) and One Primary site (AU1) connected to CAS.
    I want to install second Primary site (EU1) connected to same CAS (CAS). Server name for EU1 Primary site is wrong and guys that are higher in hierarchy than me want from me to fix the server name.
    Reason for everything is always: Politics
    So you know that you are begging for trouble by having a CAS. You do also know that all the administration should be done ONLY on the CAS and nowhere else.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

Maybe you are looking for

  • Not able to start SDM

    Hi All,   I do have a local installation of SAP J2EE engine in my machine. But if I start the instance, SDM is not getting started. Here is the log entry,   ============================================ Feb 4, 2006 4:17:02 PM   Info: =   Starting to e

  • Cant attach files using yahoo mail

    When I attempt to attach a file in yahoo mail i get an error message.  I can attach the files if I use Firefox

  • SQL Server Parsing Key Value from Text

    i am a novice programmer in sql. I want to grab some key value pairs from the text in sql column e.g. some text[Key1=Val1]some text[Key2=Val2][Key3=Val3]some text i want a function which takes Keyname as input & returns the value related with it if f

  • Song to 'music' and to icloud

    Just purchased son.  It's in the 'purchased' folder.  I moved it to my playlist.  However, it's not in my 'music' folder.  How do I get it there and then to icloud and then to my ipod. I'm on a PC.

  • Hai gurus...

    hello guru's... in select single and select upto one row which one is best performance wise and which one will take less time and also which one will give us the correct result and also can i know how these is related to the BUFFERING concept....