Summary of amounts with the last date of activity

Here is my table:
select * from amounts_tab;
 
      CODE     AMOUNT ACTIVITY_DATE
---------- ---------- -------------
         1        250 9/13/2011 3:2
         1       -250 9/13/2011 3:2
For each code, I need to get the sum of amount and the date of the activity of the most recent entry of this code. In other words, my query would return this result:
      CODE AMOUNT_SUM AMOUNT_DATE
---------- ---------- -----------
         1          0 9/13/2011 3
The only way I can think to do is writing a query like this, which works. But I'm not bad at SQL. Is there a better approach that I'm missing?
SELECT amounts.code, amount_sum, amount_date
FROM   (SELECT code, MAX(activity_date) amount_date
        FROM   amounts_tab
        GROUP  BY code) dates
JOIN   (SELECT code, SUM(amount) amount_sum
        FROM   amounts_tab
        GROUP  BY code) amounts
ON     dates.code = amounts.code;
Thank you!

Hello

You can do a number any of global functions and any combination of them, in the same query. There is no need to do them in separate queries.
In particular, you can do SUM and MAX in the same query, as follows:

SELECT       code
,       SUM (amount)          AS amount_sum
,       MAX (activity_date)     AS amount_date
FROM       amounts_tab
GROUP BY  code
;

I hope that answers your question.
If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
Explain, using specific examples, how you get these results from these data.
Always tell what version of Oracle you are using.

Tags: Database

Similar Questions

  • Get the amount of the last date

    Greedings,

    Sorry for my question of amateur but how is it possible to get the (column1) amount of the last date (column2)
    To get the last date we use Column2 but how to get the amount of this line of Column1?

    Thank you for your help

    Another way using analytical functions...

    SQL> select distinct first_value(sal) over (order by hiredate desc) from emp;
    
    FIRST_VALUE(SAL)OVER(ORDERBYHIREDATEDESC)
    -----------------------------------------
                                         1100
    

    Order by hiredate desc, gives us the dates in descending order, the 'maximum' date is first, then we can get the first_value of the column we want based on that (give us the first value of lines in ascending order of lines). Because this is an analytic function, it applies the same value to all the rows in the table, then use separate to get just the value of a.

  • Don't know how it happened but my file deleted is past the last date in an alphabetical list.

    Don't know how it happened but my file deleted is past the last date in an alphabetical list. How ti to return with the last date in?

    original title: deleted file.

    If you mean the trash in Explorer mode, simply click on the column heading "Date deleted" until the most recent appears first on the list. If you do not have this column, do a right click No matter what column header and click to put a check on 'Delete Date' in the context menu that appears.

  • problem with the backup data in text file

    Hello

    The problem I am facing wihile, saving the data in the text file is that everytime when I'm slecting the path of the façade, data that are recorded are added with the previous data, not only in the new text, the new data set is saved but also, is there any previuos run for the program , the corresponding data is also present in this text file.

    However, when I change the same ''(file path) to 'constant' in the control block diagram, and then add the path of the file, it doesn't have this problem. Basically, changing the "file path" constant in the diagram of control block (so that it is displayed in the front panel) is at the origin of the problem.

    Help, please!

    Thank you

    Your shift on the loop Register For is not initialized. It will keep the value of the string since the last time that he performed. That initialize and it should solve your problem.

  • MY FONT SIZE HAS CHANGED WITH THE LAST UPDATE AND I CAN'T SEEM TO RETURN TO NORMAL.

    WITH THE LAST UPDATE OF THE FONT SIZE CHANGED ON MY EMAIL ACCOUNTS AND PAGES OF MY WORK.  IT OF SMALL, I CAN'T READ IT EVEN WITH GLASSES ON. IT IS MAGNIFIED 150 TIMES.  MY COMPANY, HE CHANGED THE RESOLUTION WHICH HAS CHANGED MY SIZES OF ICONS, BUT DOESN'T HAVE ANYTHING DONE TO MY FONT SIZES.  THE HAD ME ALSO DO SOMETHING WITH MICROSOFT THAT DOESN'T WORK ANYMORE.  SO THEY HAD ME CONTACT MICROSOFT WHO CAN HELP ME BECAUSE I CAN'T AFFORD TO PAY TO GET ANSWERS TO MY QUESTIONS.  I AM ALREADY 3 HOURS LATE FOR WORK IN TRYING TO SOLVE THIS PROBLEM.  CAN SOMEONE OUT THERE HELP ME?

    Hi ELLA SMITH (KELLY).

     

    Welcome to the Microsoft community forums. Please post your query and giving me the opportunity to help you.

    I'm sorry for the inconvenience caused.

    I will guide you on the issue of the police.

    (1) you are on a domain network?

    (2) the Windows updates were installed?

    (3) what happens when you try to change the font sizes, you get an error message?

    I suggest you refer to the link to verify that Windows update have been installed.

    http://Windows.Microsoft.com/en-us/Windows-Vista/see-which-Windows-updates-are-installed

    Method 1:

    You can check follow them the links below, if that helps:

    (1) change the Windows fonts

    http://windowshelp.Microsoft.com/Windows/en-in/help/bdc9d003-777b-4B1E-9664-2957f50870bd1033.mspx

    (2) fonts: frequently asked questions

    http://windowshelp.Microsoft.com/Windows/en-in/help/0caf0419-6990-45de-8D71-67f14a3ae4c71033.mspx

    (3) how to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista

    http://support.Microsoft.com/default.aspx/KB/936212

    Method2:

    un) make system restore, choose the date where the screen resolution and the fonts were ok as your restore point.

    (b) when these updates come to install again, do only ONE AT A TIME. After each installation, check if the screen is ok, and then next update and so on.

    c) in this way, you'll be able to simply update is the cause of this problem.

    If the problem persists feel free to post us. We're here to help.

    Thank you.

  • When I burn CD for my use on the computer, sometimes the order of the songs are returned, starting with the last song first.

    * Original title: Windows Media player

    When I burn CD for my use on the computer, sometimes the order of the songs are returned, starting with the last song first.  This is the CD, or I do something wrong?  This isn't an ongoing problem... most of the time it's ok.  Can I change the order manually. If Yes, where and how.

    Thank you

    Lee

    Lee - there are a number of possibilities. First of all, it depends whether you burn audio disks or data - if they are audio discs, you can check and rearrange the order of songs in the burn list - if necessary - before you start burning. If you drag multiple files to the burn list quite often the last track you clicked on will go upward, so I wonder if it is what can happen. Back with a little more detail if I not quite correctly interpreted the problem. Best regards, Ric.

  • Display total records with the last record

    Hi all

    I have the following tables:

    create the table TRY_date_detail

    (

    item_date date,

    number of item_order

    );

    create the table TRY_date_master

    (

    date of master_date,

    number of date_amount

    );

    Insert all

    IN TRY_date_detail values (to_date('01-01-2011','DD-MM-YYYY'), 1)

    IN TRY_date_detail values (to_date('01-01-2011','DD-MM-YYYY'), 2).

    IN TRY_date_detail values (to_date('01-01-2011','DD-MM-YYYY'), 3)

    IN TRY_date_detail values (to_date('01-01-2011','DD-MM-YYYY'), 4)

    IN TRY_date_detail values (to_date('01-01-2011','DD-MM-YYYY'), 5)

    IN TRY_date_master values (to_date('01-01-2011','DD-MM-YYYY'), 6432)

    IN TRY_date_master values (to_date('01-01-2011','DD-MM-YYYY'), 1111)

    IN TRY_date_detail values (to_date('11-08-2012','DD-MM-YYYY'), 11)

    IN TRY_date_detail values (to_date('11-08-2012','DD-MM-YYYY'), 12)

    IN TRY_date_detail values (to_date('11-08-2012','DD-MM-YYYY'), 13)

    IN TRY_date_detail values (to_date('11-08-2012','DD-MM-YYYY'), 14)

    IN TRY_date_master values (to_date('11-08-2012','DD-MM-YYYY'), 8913)

    IN TRY_date_detail values (to_date('09-03-2014','DD-MM-YYYY'), 21)

    IN TRY_date_detail values (to_date('09-03-2014','DD-MM-YYYY'), 22)

    IN TRY_date_detail values (to_date('09-03-2014','DD-MM-YYYY'), 23)

    IN TRY_date_master values (to_date('09-03-2014','DD-MM-YYYY'), 1234)

    IN TRY_date_detail values (to_date('11-03-2014','DD-MM-YYYY'), 33)

    Select * twice;

    -My query is:

    SELECT ITEM_DATE, ITEM_ORDER, DATE_AMOUNT NULL

    OF TRY_date_detail

    WHERE ITEM_DATE IN (SELECT DISTINCT master_date OF TRY_date_master)

    UNION

    SELECT MASTER_DATE, NULL, SUM (DATE_AMOUNT)

    OF TRY_DATE_MASTER

    MASTER_DATE GROUP;

    -My query result:

    ITEM_DATE ITEM_ORDER DATE_AMOUNT

    January 1, 11 12:00:00 AM 1 (null)

    January 1, 11 12:00:00 AM 2 (null)

    January 1, 11 12:00:00 AM 3 (null)

    January 1, 11 12:00:00 AM 4 (null)

    January 1, 11 12:00:00 AM 5 (null)

    January 1, 11 12:00:00 AM (null) 7543

    11 Aug 12 12:00:00 AM 11 (null)

    11 Aug 12 12:00:00 AM 12 (null)

    August 11, 12 noon 13 (null)

    11 Aug 12 12:00 14 (null)

    11 Aug 12 12:00:00 AM (null) 8913

    9 March 14 12:00:00 AM 21 (null)

    9 March 14 12:00:00 AM 22 (null)

    9 March 14 12:00:00 AM 23 (null)

    9 March 14 12:00:00 AM (null) 1234

    -What I need, is to display the Date_amount with the last line of each date as follows:

    ITEM_DATE ITEM_ORDER DATE_AMOUNT

    January 1, 11 12:00:00 AM 1 (null)

    January 1, 11 12:00:00 AM 2 (null)

    January 1, 11 12:00:00 AM 3 (null)

    January 1, 11 12:00:00 AM 4 (null)

    January 1, 11 12:00:00 AM 5 7543

    11 Aug 12 12:00:00 AM 11 (null)

    11 Aug 12 12:00:00 AM 12 (null)

    August 11, 12 noon 13 (null)

    August 11, 12 12 00 14 8913 h

    9 March 14 12:00:00 AM 21 (null)

    9 March 14 12:00:00 AM 22 (null)

    9 March 14 12:00:00 AM 23 1234

    Thank you

    Ferro

    You have to JOIN to the table two

    SQL> select item_date
      2       , item_order
      3       , decode(rno, cnt, date_amount) date_amount
      4    from (
      5          select item_date
      6               , item_order
      7               , date_amount
      8               , row_number() over(partition by item_date order by item_order) rno
      9               , count(*) over(partition by item_date) cnt
     10            from try_date_detail
     11            join (
     12                   select master_date, sum(date_amount) date_amount
     13                     from try_date_master
     14                    group
     15                       by master_date
     16                 )
     17              on item_date = master_date
     18         );
    
    ITEM_DATE           ITEM_ORDER DATE_AMOUNT
    ------------------- ---------- -----------
    01/01/2011 00:00:00          1
    01/01/2011 00:00:00          2
    01/01/2011 00:00:00          3
    01/01/2011 00:00:00          4
    01/01/2011 00:00:00          5        7543
    11/08/2012 00:00:00         11
    11/08/2012 00:00:00         12
    11/08/2012 00:00:00         13
    11/08/2012 00:00:00         14        8913
    09/03/2014 00:00:00         21
    09/03/2014 00:00:00         22
    09/03/2014 00:00:00         23        1234
    
    12 rows selected.
    
    SQL>
    
  • Acrobat crashing on the Mipad Xiaomi with the last stable Europen MIUI [Android]

    I use Acrobat Reader to read the files on Acrobat cloud. Works perfectly on the first launch. My camera is a MiPad Xiaomi, with the last stable MIUI. However, once Acrobat reader has run a few minutes in the background while I use other applications on the device, or just after the awakening of the unit to standby form, Acrobat Reader don't just run. It starts, but she didn't ever get there. And I mean ever.

    It is not slow, it is not the case. The only thing that helps is erase the data from the cache and app, but the app becomes clumsy AND the clouds function does not work. The only thing that works is to uninstall and reinstall the app, but I don't want to do every time he happens to leave the unit for more than a minute. The ROM is stable, everything else works fine, and I have about four applications installed on the device. Nothing could be risky. Acrobat Reader has proved to be a nightmare, however.

    I need for my studies; This app is the reason why I bought the tablet. Please solve the problem

    Thank you very much in advance for your help.

    HI zoltan.tajti,

    Please try to clear the Cache for the application, then open it.

    If not try this:

    Uninstall Adobe Acrobat of decentralization

    Access Adobe - Adobe Acrobat Reader DC Distribution

    Download the APK here and install it.

    Thank you

    Abhishek

  • Acrobat Reader crashing on the MiPad Xiaomi with the last stable MIUI Global [Android]

    I use Acrobat Reader to read the files on Acrobat cloud. Works perfectly on the first launch.

    However, once he has run a few minutes in the background while using other applications on the device, or just after sleep, Acrobat Reader simply run. It starts, but she didn't ever get there.

    The only thing that helps is erase the data from the cache and app, but the app becomes clumsy AND the clouds function does not work. The only thing that helps is to uninstall and reinstall the app, but I don't want to do every time he happens to leave the unit for more than a minute.

    The ROM is stable, everything else works fine, and I have about four applications installed on the device. Nothing could be risky. Acrobat Reader has proved to be a nightmare, however.

    I need it for my studies, so this app is the reason why I bought the tablet.

    Please solve the problem

    This is a double post.

    Please see Re: Acrobat reader crashing on the Mipad Xiaomi with the last stable Europen MIUI

  • Select the last Date of multicolumn and its value adjustent cust_id

    I have a Table with 5 customer_id and 5 Dates with each belonging to its cust_id.

    I need to take the last, in my example would be CUSTID_5.  I know

    this with the GREATEST who select the CHANGE_DATE_5 (in my example), but

    How to choose the CUSTID_x? that goes along with the winning Date?

    create table test_tbl)

    number of custid_1

    date of change_date_1,

    number of custid_2

    date of change_date_2,

    number of custid_3

    date of change_date_3,

    number of custid_4

    date of change_date_4,

    number of custid_5

    date of change_date_5

    );

    INSERT INTO test_tbl

    (CUSTID_1, CHANGE_DATE_1, CUSTID_2, CHANGE_DATE_2, CUSTID_3, CHANGE_DATE_3, CUSTID_4, CHANGE_DATE_4, CUSTID_5, CHANGE_DATE_5)

    VALUES

    (111, sysdate, 222, sysdate + 1, 333, sysdate + 2, 444, sysdate + 3, 555, sysdate + 4);

    commit;

    Hello

    Here's one way:

    WITH unpivoted_data AS

    (

    SELECT custid, change_date

    , EVALUATE () OVER (ORDER BY change_date DESC) AS r_num

    OF test_tbl

    UNPIVOT ((custid, change_date)

    Label ((custid_1, change_date_1) AS 1)

    , (custid_2, change_date_2) AS 2

    , (custid_3, change_date_3) AS 3

    , (custid_4, change_date_4) AS 4

    , (custid_5, change_date_5) AS 5

    )

    )

    )

    SELECT custid, change_date

    Of unpivoted_data

    WHERE r_num = 1

    ;

    Having several columns for several occurrences of basically the same thing is a bad table.  This problem would be much simpler, but also more effective if each pair custid/change_date has been strored on a separate line.  In addition, you would not be limited to 5 pairs.

  • How to find the last date of execution of the objects in database

    Hi all

    We're going for an upgrade of the database 11g and for the same thing, we want to know the last date of the following-

    Packages, Tables, views
    Conc. programs / value Sets / look up / profile options

    Is there a way we can find the same thing.
    The answers would be really useful.

    Kind regards
    Shruti

    So can you provide clues on how to find the last opportunity registration

    I don't think you can find such a script with having activated audit.

    Thank you
    Hussein

  • Last day of the month with the last minute of the day

    Hello
    I wonder about how to get the last day of the month with the last minute of this day(23:59). We can use the last_day function (DATE) to get the last date, but reminds me of the time of day when the function has been executed. But I want to have the last minute with my last date of the current month.

    Please inform.

    Thank you

    HP

    Hello

    Ora_bie wrote:
    Hello
    I wonder about how to get the last day of the month with the last minute of this day(23:59). We can use the last_day function (DATE) to get the last date, but reminds me of the time of day when the function has been executed. But I want to have the last minute with my last date of the current month.

    In fact, it returns at the same time as the argument you pass; But whatever it is, is not what you want.

    This will return the last day of the month that contains the DATE 23:59 (or 23:59) dt:

    SELECT  ADD_MONTHS ( TRUNC (dt, 'MONTH')
                 , 1
                 ) - (1 / (24 * 60))
    FROM    dual
    ;
    

    TRUNC (dt, 'MONTH') is 00:00 on the first day of the month that contains dt.
    ADD_MONTHS (TRUNC (dt, 'MONTH'), 1) is from 00:00 the first day of the month following the one containing dt.
    ADD_MONTHS (TRUNC (dt, 'MONTH'), 1)-(1 / (24 * 60)) is a minute earlier.
    (Since there are 24 hours, each with 60 minutes, every day, 1 / (24 * 60) days is identical to a minute.)

    Another (less clear, in my opinion) way to get the same results is:

    TRUNC (LAST_DAY (dt)) + (1439/1440)  -- 1440 minutes = 1 day
    
  • Question about report with the format "Date."

    Hello friends! I want to make a line chart with a measure on the columns and type 'date' Format (MM/dd) data on lines and my report is invited with the type 'date '. In my dashboard page, I have a prompt with the Date and the operator is "BETWEEN".

    For example if I choose in my line of the first date: 01/01/2009 and the second date: 01/10/2009 in my chart, I see the results between these dates. But my question is... I see the same date last year? I mean if I choose the 01/01/2009 - 10/01/2009 I see this line and another line with 01/01/2008-01/10/2008. Is this possible?

    Because in my guest I can't type a variable presentation because date type is not taken care of...


    Thank you very much!!

    Let's say you have fresh measure
    then in your SPR you create logical column with the AGO formula (costs, TimeDim.YearLevel, 1)-Let's call him ' py 'measure.
    This will be your column YAGO...

    now in your report - you drop date, measure and measure columns py... it should work as long as you have the right size of set up time

  • Using DBMS_DATAPUMP with the LONG data type

    I have a procedure below that calls the DBMS_DATAPUMP procedure using a REMOTE_LINK move a schema of one database to another. However, some tables in this schema have columns with the data type of LONG. And when I run it I get an error saying that you cannot move the data with the LONG data type using a REMOTE CONNECTION. So no data in these specific tables gets flying over.

    Does anyone else have this problem? If so, do you have a work around? I tried to add a CLOB column in my table and affecting the new CLOB equal THROUGHOUT, but I couldn't get that to not work either... even when I tried to use a TO_LOB. If I could get that pass, then I could just slide ALONG, the schema, and then re-create the LONG column on the opposite side.

    Here is my procedure...



    DECLARE
    / * IMPORT/EXPORT VARIABLES * /.
    v_dp_job_handle NUMBER;          -The handful of job data pump
    v_count NUMBER;          -Index of the loop
    v_percent_done NUMBER;          -Percentage of job complete
    v_job_state VARCHAR2 (30);     -To keep track of job status
    v_message KU$ _LOGENTRY;     -For error messages and work in PROGRESS
    v_job_status KU$ _JOBSTATUS;     -The State of the work of get_status
    v_status KU$ _STATUS;     -The status returned by get_status object
    v_logfile NUMBER;
    T_DATE VARCHAR2 (13).
    v_source_server_name VARCHAR2 (50);
    v_destination_server_name VARCHAR2 (50);

    BEGIN
    v_project: = 'TEST ';
    T_DATE: = TO_CHAR (SYSDATE, 'MMDDYYYY_HHMI');
    v_source_server_name: = 'TEST_DB ';

    v_dp_job_handle: = DBMS_DATAPUMP. OPEN)
    OPERATION = > "IMPORT."
    JOB_MODE = > "SCHEMA."
    REMOTE_LINK = > v_source_server_name,
    JOB_NAME = > v_project | ' _EXP_' | T_DATE,
    VERSION = > 'LAST');

    v_logfile: = DBMS_DATAPUMP. KU$ _FILE_TYPE_LOG_FILE;

    DBMS_DATAPUMP. ADD_FILE)
    MANAGE = > v_dp_job_handle,
    FILENAME = > v_project | ' _EXP_' | T_DATE |'. JOURNAL '.
    DIRECTORY = > 'DATAPUMP. "
    FILETYPE = > v_logfile);

    DBMS_DATAPUMP. () METADATA_FILTER
    MANAGE = > v_dp_job_handle,
    NAME = > 'SCHEMA_EXPR ',.
    VALUE = > ' = "' | v_project | " ' ') ;

    DBMS_DATAPUMP. START_JOB (v_dp_job_handle);

    v_percent_done: = 0;
    v_job_state: = "UNDEFINED";

    WHILE (v_job_state! = "COMPLETED") AND (v_job_state! = "STOPPED")
    LOOP
    DBMS_DATAPUMP. GET_STATUS)
    v_dp_job_handle,
    DBMS_DATAPUMP. KU$ _STATUS_JOB_ERROR + DBMS_DATAPUMP. KU$ _STATUS_JOB_STATUS + DBMS_DATAPUMP. KU$ _STATUS_WIP.
    -1,
    v_job_state,
    v_status);

    v_job_status: = v_status. JOB_STATUS;

    IF v_job_status. PERCENT_DONE! = v_percent_done THEN
    DBMS_OUTPUT. Put_line ('* percent of the job done = ' |) To_char (v_job_status. PERCENT_DONE));
    v_percent_done: = v_job_status. PERCENT_DONE;
    END IF;

    IF BITAND (v_status. MASK, DBMS_DATAPUMP. KU$ _STATUS_WIP)! = 0 THEN
    v_message: = v_status. WORK IN PROGRESS;
    ELSIF BITAND (v_status.mask, DBMS_DATAPUMP. KU$ _STATUS_JOB_ERROR)! = 0 THEN
    v_message: = v_status. ERROR;
    ON THE OTHER
    v_message: = NULL;
    END IF;

    IF v_message IS NOT NULL THEN
    v_count: = v_message. FIRST;
    While v_count IS NOT NULL
    LOOP
    DBMS_OUTPUT. Put_line (v_message (v_count). LOGTEXT);
    v_count: = v_message. Next (v_count);
    END LOOP;
    END IF;
    END LOOP;

    DBMS_OUTPUT. Put_line ("' job has completed");
    DBMS_OUTPUT. Put_line (' State of the Final work = ' | v_job_state);

    DBMS_DATAPUMP. Detach (v_dp_job_handle);
    END;

    TO_LOB can be used to insert, create table in select and update the instructions to convert

    So: You simply cannot use it in SELECT..., you can use CREATE TABLE BLAH AS SELECT TO_LOB (LONG_COLUMN) OF DREADED_TABLE_WITH_LONG_COL;

  • Why Firefox always opens with the last session tabs?

    When I open firefox always opens with the last session tabs? How can I solve this problem?

    You can check if you have a user.js file in the Firefox profile folder that affects the pref browser.sessionstore.resume_session_once true value.

    The user.js file is present than if you or another software has created this file and normally it wouldn't be here.
    You can check its contents with a text editor (right click: 'Open with'; do not double-click).
    The user.js file is read whenever Firefox is started and initializes the preferences to the specified value in this file, so the preferences set via user.js can be changed temporarily for the current session.

    You can remove the user.js file if you do not create this file yourself.

    You can use this button to go to the Firefox profile folder currently in use:

    Windows hides certain default file extensions.
    Among them are .html, .ini and .js, .txt, so you can see only file name without the file extension.
    You can see the type of actual file (file extension) in the properties of the file via the context menu in Windows Explorer.

Maybe you are looking for

  • Error message for liveupdate Engine COM - Satellite P100 module

    I have a Satellite P100 using Windows Vista Edition home premium and upgraded cable internet plans with Optus over the weekend at the Fusion89 plan.Since internet is slow to open (when I click on a new tab up to 25 seconds), and attachments are slow

  • How can I watch a cd of improved QuickTime?

    I have a Beatles remaster cd which also has a short documentary on it. How can I watch it? It doesn't give me that option. He's playing songs. First of all, I had to do is put the cd in my computer and it will play automatically.

  • On remote access points SSID broadcast

    I'm deploying a Uniified Wireless Communication network that spans two location (Head Office and branch) using 1xWLC 4402 and 13 x 1252 APs. Is it possible to configure the access points to the branch to broadcast the ssid, which would not be release

  • program does not work on startup

    There are several programs that do not start and run with Windows startup. An example: Techsmith | SnagIt 11. What I did to try to get this program to run at startup (each step is done successively in the previous step failed, without cancellation of

  • The Group Policy Client service could not sign-in

    I'm having a problem with my computer, where everytime I try to connect I get the message "the Group Policy Client service could not sign-in. The computer is running Windows 8 and I have only 1 account configured on the computer (so I guess it's the