What does _total for instance mean in SQL server log space used alert

Hi,
I would like to know the meaning of specifying _total for instance when creating log space used alert in SQL server 2008R2 server.
Thanks,
Preetha

Hi,
‘_total’ means performance condition alerts are available for all the database and it monitors all the existing databases.
Check out the following TechNet article for more information about
performance condition:
http://technet.microsoft.com/en-us/library/ms180982.aspx
Thanks.
Tracy Cai
TechNet Community Support

Similar Messages

  • What does "RTR FOR ALP" mean?

    I just finished switching my 1400 minute family plan over to the 1GB Share Everything Plan and I noticed that for all four of the phones on the plan (three smart phones and one basic phone), there is an added feature called RTR FOR ALP on all four lines.
    I was shown that FRIENDS & FAMILY ALP - 10 would be removed from all lines and that RTR FOR CAPPED PLANS $0 would be removed from the 4G phone's line and RTR FOR CAPPED MBBC $0 would be removed from the basic phone's line. If I had enough examples of RTR and ALP in use I might be able to figure it out, but with only my own plan to look at, I'm stumped.
    So what does RTR FOR ALP mean and what does the feature allow me to do that I couldn't do before?

    I don't know what the letters stand for, exactly, but what's happening is the 10 Friends for all lines is being removed, since you know have unlimited calling and there is no need for F&F numbers.  The 4G phone and the Basic phone's  individual data caps have been removed, and the shared data cap has been applied to those lines.
    Maybe with another cup of coffee I can come up with what the acronyms mean....
    ** EDIT
    Coffee would not have helped   But Google did:
    http://www.verizonbusiness.com/solutions/public_sector/federal/contracts/continuity_contract/redacted_contract/vol3_business/v3-contents.pdf  starting on page 6 lists pages of acronyms.
    ALP(S) = Automatic Line Protection switching
    RTR = Real Time Restoration
    Message was edited by: SuzyQ

  • What does where 1=1 mean in sql code

    I am going throough someones sql code and they have used where 1=1 in alot of places what is this for... it doesnt make sense to me...

    "create table emp1 as select * from emp where 1=1"
    While your statement that this will create a copy of the emp table is true, the predicate is meaningless.
    CREATE TABLE emp1 AS
    SELECT * FROM empwill do the exact same thing with less typing.
    Puppethead
    The same argument applies to your use of the predicate in development. WHERE 1 = 1 does not change the meaning of the query, no matter how many other predicates you add or remove from the query. The result of the query will be governed by the meaningful predicates in the WHERE clause.
    WHERE 1 = 1 is noise, and is ignored by the optimizer.
    SQL> EXPLAIN PLAN SET statement_id = 'john' for
      2  SELECT COUNT(*) FROM demographic
      3  WHERE patient_first_name = 'JOHN';
    Explained.
    SQL> SELECT plan_table_output
      2  FROM TABLE(dbms_xplan.display('plan_table','john','serial'));
    PLAN_TABLE_OUTPUT
    | Id  | Operation            |  Name        | Rows  | Bytes | Cost  |
    |   0 | SELECT STATEMENT     |              |     1 |    17 |  1969 |
    |   1 |  SORT AGGREGATE      |              |     1 |    17 |       |
    |*  2 |   TABLE ACCESS FULL  | DEMOGRAPHIC  |  1547 | 26299 |  1969 |
    Predicate Information (identified by operation id):
    PLAN_TABLE_OUTPUT
       2 - filter("DEMOGRAPHIC"."PATIENT_FIRST_NAME"='JOHN')
    Note: cpu costing is offNote that explain plan reports that it used the predicate as a filter during the full scan. Now, 1 = 1:
    SQL> EXPLAIN PLAN SET statement_id = 'johna' for
      2  SELECT COUNT(*) FROM demographic
      3  WHERE 1 = 1;
    Explained.
    SQL> SELECT plan_table_output
      2  FROM TABLE(dbms_xplan.display('plan_table','johna','serial'));
    PLAN_TABLE_OUTPUT
    | Id  | Operation             |  Name          | Rows  | Bytes | Cost  |
    |   0 | SELECT STATEMENT      |                |     1 |       |   119 |
    |   1 |  SORT AGGREGATE       |                |     1 |       |       |
    |   2 |   INDEX FAST FULL SCAN| DEMOGRAPHIC_4  |   154K|       |   119 |
    Note: cpu costing is offNote that there is no predicate used. Even combining both, I still get only one predicate evaluated:
    SQL> EXPLAIN PLAN SET statement_id = 'johnb' for
      2  SELECT COUNT(*) FROM demographic
      3  WHERE patient_first_name = 'JOHN' and
      4        1 = 1;
    Explained.
    SQL> SELECT plan_table_output
      2  FROM TABLE(dbms_xplan.display('plan_table','johnb','serial'));
    PLAN_TABLE_OUTPUT
    | Id  | Operation            |  Name        | Rows  | Bytes | Cost  |
    |   0 | SELECT STATEMENT     |              |     1 |    17 |  1969 |
    |   1 |  SORT AGGREGATE      |              |     1 |    17 |       |
    |*  2 |   TABLE ACCESS FULL  | DEMOGRAPHIC  |  1547 | 26299 |  1969 |
    Predicate Information (identified by operation id):
    PLAN_TABLE_OUTPUT
       2 - filter("DEMOGRAPHIC"."PATIENT_FIRST_NAME"='JOHN')
    Note: cpu costing is offJohn

  • What does Looking For pictures mean in start up?

    Can anyone help me? After using my computer this morning (it worked) I came back to it and it was frozen with a "looking for o
    Pictures" note in the middle of the screen with a beach ball. Ack! I tried restarting, force quit etc and get the same thing. Now all that will come up is the iMac apple screensaver.  when I use the f3 -key I can see that safari is working and updating but if I move the mouse the screen goes blue. What in the worl is going on?

    Now when in safe mode, try to figure out which settings are causing the bad screensaver.. My guess is that your screensaver in set to an iphoto event which is missing, corrupt,... First try with changing to a standard screensaver. Glad I could help

  • What does 'security setup forms that accept sql statement' mean?

    I was referring one white paper 'Best Practices for Securing Oracle E-Business Suite'.
    I would like to know what does 'security setup forms that accept sql statement' mean in that?
    My question is
    Where can the SQL statements be entered?
    It would be better if I can have some examples of the same. I am trying to understand this statement.
    Edited by: Kavipriya on 30 Mar, 2011 3:37 PM

    It is explained in the same docs.
    Best Practices for Securing the E-Business Suite [ID 189367.1] -- Page 26, under "LIMIT ACCESS TO FORMS ALLOWING SQL ENTRY" section.
    Best Practices For Securing Oracle E-Business Suite Release 12 [ID 403537.1] -- Page 22, under "LIMIT ACCESS TO FORMS ALLOWING SQL ENTRY" section.
    Thanks,
    Hussein

  • What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  I have to immediately move to trash all the duplications on my desktop.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What application is set to open PDF files? If you CNTRL click on the file and open with Preview does the problem occur?
    If not change the default application to open PDF files to Preview.
    You can do this by highlighting the file and either use CMD i or Get Info , this will open a window with the info on the file with an option to change the application that opens the file.
    That's all I can think of.

  • What does "update carrier settings" Mean?  Settings for what?

    What does "update carrier settings" Mean?  Settings for what?

    It means just what it says. Carrier settings are the settings the carrier installs on the phone to connect it properly to their network. Periodically, carriers push updates to those settings. You should accept them.

  • What does "Upgrade Your Device" mean for a VZW customer?

    I had a LG Octane and "upgraded" to LG Cosmos at the end of my contract. The Octane does not have a camcorder but the Cosmos did. To me this was a "downgrade." I learned of this "downgrade" after I had the "upgraded" a few weeks. I believe Verizon's use of the term "Upgrade Your Device" is deceptive and a false promise. Verizon representatives refuse to recognize this "upgrade" as a "downgrade." I am stuck with a downgraded phone for more than another year before I can upgrade again without paying the full cost of a phone! So what does "Upgrade Your Device" mean when used on the Webpage of your Verizon Account?

    grandpaluther wrote:
    I had a LG Octane and "upgraded" to LG Cosmos at the end of my contract. The Octane does not have a camcorder but the Cosmos did. To me this was a "downgrade." I learned of this "downgrade" after I had the "upgraded" a few weeks. I believe Verizon's use of the term "Upgrade Your Device" is deceptive and a false promise. Verizon representatives refuse to recognize this "upgrade" as a "downgrade." I am stuck with a downgraded phone for more than another year before I can upgrade again without paying the full cost of a phone! So what does "Upgrade Your Device" mean when used on the Webpage of your Verizon Account?
    "I had a LG Octane and "upgraded" to LG Cosmos at the end of my contract. The Octane does not have a camcorder but the Cosmos did."
    The upgrade is that your new phone has a camcorder. Your old phone did not.
    The word upgrade means to me getting a new phone that has features that my old phone didn't have and that i will actually use.

  • What does "improved international support " mean for new Airport software?

    what does "improved international support " mean for new Airport software?

    Improved language support, presumably, or more WiFi channels in some areas.

  • What does the "for( Value A : Value B )" mean?

    What does the "for( Value A : Value B )" mean?
    eg. the following, what does the 'for' sentence with colon ':' mean?
    for (Exercises w : previousValues) {
              }

    Check out:
    http://java.sun.com/j2se/1.5.0/docs/guide/language/foreach.html
    Or better, hit the "enhanced for-loop" section here:
    http://www.javaworld.com/javaworld/jw-04-2004/jw-0426-tiger1.html
    Message was edited by:
    tsith

  • What does the word Factory mean in "naming factory "

    What does the word Factory mean in "naming factory" in JNDI tech?

    A Factory class is a class that produces an instance of an object. For example, a ParserFactory class will have a method that returns a Parser. Usually this Factory class is looking at something in the environment to decide which object to return. "Factory" is just one of many "Design Patterns" that you will encounter in the programming world. Several (many?) books have been written about design patterns.

  • What does scratch disk full mean? My photoshop elements 2 won't initialize.

    What does scratch disk full mean???

    If your scratch disk were really full, it would mean that there's not enough space left on your hard drive for PSE to do its calculations. But usually that error message means your hard drive is too big. PSE 2 can't see a 1 GB drive, for instance. It wants 750MB or less. If you use windows you can possibly get around it by partitioning your hard drive, if you think it's worth it. There's no way to make PSE 2 run on a current mac.

  • What does acrobat failed to connect to DDE server mean?

    What does it mean ? Acrobat failed to connect to DDE server

    Hi,
    DDE stands for Dynamic Data Exchange, and it is a way for two programs to communicate with each other. http://msdn.microsoft.com/en-us/library/windows/desktop/ms648711(v=vs.85).aspx
    Adobe Reader, or (Acrobat Standard/Pro) would be an example of a DDE server, in that when they are open they can accept unsolicited communication from client programs.
    One client could be the fast launch utility.
    Because the DDE server is local to your machine, only a server name needs to be decided upon. For instance prior to version 10 Adobe always used 'Acroview' as it's DDE Server Name. For some reason, Adobe claims 'security', They decided to change the DDE Server name for version 10 to AcroviewR10 for reader, and AcroviewA10 for Acrobat.
    Because there was decades of old code which had never needed to change many programs stopped working, and began claiming that they couldn't connect to Acrobat.
    Adobe, rightly, claimed that it was a bad practice to hard code the DDE Server name into your code, and that a better practice is to get the value from the Registry.
    That would have been helpful but Adobe seems incapable of remembering to update this registry key when upgrading their software, even though they update the setting in their software.
    For instance right now Adobe is setting the DDE Server name in the registry to AcroviewR10 for Reader 11. What is worse is that their software only responds to AcroviewR11.
    So if you hardcode the server name, or create a function to determine what it should be, than you might be ok, but if you accept their good coding practices your applications will fail to work as expected, and your clients will think it is your fault.
    Hope this helps.
    Tristan

  • What does error code -5016 mean?

    What does error code -5016 mean?  My computer spits out my DVD or CD.

    At random places in my packages, I randomly (not always) get this general netwrok error (I am including the first line just to show the line right above the error line):
    Information: 0x400490F4 at Data Flow Task - my task 1, Lookup - my lookup task 1 [234]: component "Lookup - my lookup task 1" (234) has cached 13312 rows. Error: 0xC0202009 at Data Flow Task - my task 1, Lookup - my lookup task 1 [234]: An OLE DB error has occurred. Error code: 0x80004005 An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description: "[DBNETLIB][ConnectionRead (WrapperRead()).]General network error. Check your network documentation." Error: 0xC020824E at Data Flow Task - my task 1, Lookup - my lookup task 1 [234]: OLE DB error occurred while populating internal cache. Check SQLCommand and SqlCommandParam properties. Error: 0xC004701A at Data Flow Task - my task 1, DTS.Pipeline: component "Lookup - my lookup task 1" (234) failed the pre-execute phase and returned error code 0xC020824E.
    FYI - I am using June CTP.
    thanks,
    Nitesh

  • What does error code 0x80004005 mean?

    What does error code 0x80004005 mean?

    At random places in my packages, I randomly (not always) get this general netwrok error (I am including the first line just to show the line right above the error line):
    Information: 0x400490F4 at Data Flow Task - my task 1, Lookup - my lookup task 1 [234]: component "Lookup - my lookup task 1" (234) has cached 13312 rows. Error: 0xC0202009 at Data Flow Task - my task 1, Lookup - my lookup task 1 [234]: An OLE DB error has occurred. Error code: 0x80004005 An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description: "[DBNETLIB][ConnectionRead (WrapperRead()).]General network error. Check your network documentation." Error: 0xC020824E at Data Flow Task - my task 1, Lookup - my lookup task 1 [234]: OLE DB error occurred while populating internal cache. Check SQLCommand and SqlCommandParam properties. Error: 0xC004701A at Data Flow Task - my task 1, DTS.Pipeline: component "Lookup - my lookup task 1" (234) failed the pre-execute phase and returned error code 0xC020824E.
    FYI - I am using June CTP.
    thanks,
    Nitesh

Maybe you are looking for

  • How do I get FF to keep my tab groupings (Intel Macbook)?

    I have tried unsuccessfully to arrange my tabs into groups and name them. Occasionally it would hold them for a couple of hours, but invariably it drops them either immediately or relatively quickly. These are the 2 extremes; the middle of the road e

  • DUmp Erro ASSIGN_TYPE_CONFLICT while loading from DSO to INFOCUBE

    HI ALL, Here i had rquirement of modifying the Tranformation rules and i have done some routine coding for a particular infoobject and deleted the data from DOS  & Cube , then i started Loading to DSO, here i got the sucess for DSO, now i have got  t

  • More space between thumbnails

    Hello there I am creating a image gallery with this tutorial http://www.youtube.com/watch?feature=player_embedded&v=rnZNv2jTC9c&noredirect=1 and I would like to have more space between thumbnails, I guess it is doable but I cant figure it out. Any id

  • Bespoke Digital Media: How can i share files between my iPhone5 and other company phones ?

    hi I am from Bespoke Digital Media. I wants to share files between iPhone5 and Samsung galaxy S4. How should i do this? Kindly help me. Thanks Aan Rai

  • Created a user and can't email the user

    I created a user in the HTMLDB/ Adminstration/Manager Users. Now I am trying to send an email through the workspace/application for which the user was created. The user is not a database user, he only has access to the application. I tested my STMP a