[SOLVED] How to create uncompressed packages

Is there a way to convince makepkg to create uncompressed packages. I often tweak an official package or build from one the AUR and it takes a lot of time to compress the package that will be immediately uncompressed for installation. I would like sometimes to be able to create uncompressed packages (just tar-ed packages).
Last edited by olive (2011-02-15 15:24:22)

[karol@black ~]$ tail /etc/makepkg.conf
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
PKGEXT='.pkg.tar'
#PKGEXT='.pkg.tar.gz'
SRCEXT='.src.tar.gz'
# vim: set ft=sh ts=2 sw=2 et:
Looks like PKGEXT='.pkg.tar' does the trick. Gzip compression is fast enough for me, so I use that.
Last edited by karol (2011-02-14 17:48:31)

Similar Messages

  • How to create a package in ECC 6.0.

    Hi,
    Can you tell me how to create a package in ECC 6.0 system?
    Thanks in advance,
    Regards,
    Arnab.

    Hi,
    Thank you for your replies.
    Can you tell me the difference and uses of the two types of package I can create from SE21.
    i.e. : Package and package interface. any sap link would also be helpful. I need to know where i can use what and what would be helpful for my case.
    Regards,
    Arnab.

  • How to create the package.

    Hi ,
    How to create the package.
    Thanks

    Hi Mahaboob,
    Goto SE80 Transaction
    Select Package and below give the package name and click on enter.
    then u get a pop up asking to create package. Click yes. then u get a pop up  Package Builder: Create package
    Give the description and the Application component and click on create.
    Best regards,
    raam

  • How to create a package and add a file?

    Hi all,
    I am new to Java and very much much confussed with how to create a package and then include some files any help will be very thankfull.
    Thanks for your help
    kka.

    Steps for creating a package in java are as follows:
    Choose a base directory for your classes. For example, you might choose c:\java\packages. Type the following command:
    set CLASSPATH=%CLASSPATH%;c:\java\packages
    Create subdirectories for each chapter or section, if you don't already have them.
    For each of the classes in the subdirectories, add the following line to the very top of each file:
    package directory-name;
    where directory-name is the name of the subdirectory the class file is located in.
    In other directories you may have class files that need to access one of the classes in another directory (package). To do this, write one of the following at the top of the class that needs the other class:
    import subdir.*;
    or
    import subdir.classname;
    Use the class by name in the new class file.
    Note that you can create sub-packages by creating subdirectories of the original subdirectories, and inserting package statements at the top of the java files in those directories.
    Hope this helps!

  • How to Create a Packaged Application

    Hello,
    I am trying to create a packaged application of an APEX program I have developed and I am following the "How to Review a Packaged Application" instructions in the Advanced Tutorials.
    When I try to install the application on another workspace, the application "appears" but the supporting data objects do not install eventhough I select that option.
    Additionally, the users do not get installed.
    I have a feeling that I am supposed to create installation scripts to create the data objects (i.e. Tables, Views, etc.) in the "Installation Scripts" page but when I click on "Create Scripts to Install Files" the data objects are not there to select.
    Can someone please let me know what I am doing wrong?
    Thanks
    LEH

    You can go to Utilities > Generate DDL, and use the built-in feature to generate a DDL script; however, it's up to you to determine which database objects will be required for your application and which won't. As for seeding data, you will have to hand-code a bunch of INSERT statements. Depending on the volume of data, this may (or may not) be practical.
    As for users, if you are using APEX users, then you can also export/import the workspace, and the users will be preserved. If you are using LDAP, then you don't need to be concerned with moving users. Again, it all depends on what you're trying to achieve overall. Are you moving a system from DEV to PROD, or are you trying to package something that you will resell? These two different situations will each have different recommended best practices.
    Thanks,
    – Scott –
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • When and how to create a package

    I have a doubt about how Oracle loads a package.
    Let's suppose I have a package PACK1 with N procedures inside. When I execute a statement such an EXEC PACK1.PROC3(), does Oracle load all the N procedures of the package PACK1 into the SGA? I ask for that for a simple reason. I usually create a package according to the fact that all the procedures inside that package are "connected" among them in some way. A collegue of mine said me that he would like to put in a same package some more procedures even if they aren't all called among them, but because in some way thay deal with the same topic. Since I think Oracle loads all the package in SGA, I believe it would make sense to put inside a package only the procedures called among them.
    Can you help me?
    Thanks!

    Mark1970 wrote:
    I have a doubt about how Oracle loads a package.
    Let's suppose I have a package PACK1 with N procedures inside. When I execute a statement such an EXEC PACK1.PROC3(), does Oracle load all the N procedures of the package PACK1 into the SGA?Whenever any element of the package is referenced, the whole package is loaded into memory and (assuming it is not aged out) remains in memory for future use.
    I ask for that for a simple reason. I usually create a package according to the fact that all the procedures inside that package are "connected" among them in some way. A collegue of mine said me that he would like to put in a same package some more procedures even if they aren't all called among them, but because in some way thay deal with the same topic. Since I think Oracle loads all the package in SGA, I believe it would make sense to put inside a package only the procedures called among them.You are right. Also if other elements in the package are needed the overhead of calling them is very small, because they are in the same memory area. This means that you can and should group related program units together so that they can share data structures when needed and call each other with minimal overhead

  • How to create a package without BIDS in Microsoft SQL Server Management Studio

    I have inherited some SSIS packages that I found I can edit by opening the .dtsx file in my local copy of Microsoft SQL Server management studio.  I then get Control Flow tab, Data Flow tab etc.  I can add or change or delete any of the control
    or data flows.  I have found that if I use the same path to the local file where the packages are stored that exists on the server, I can edit the dtsx file on my local machine and copy the dtsx file to the server into the same directory structure and
    sucessfully execute the package on the SQL 2008 server.
    I have VS 2010 installed.  I have read that I have to install VS 2008 to use BIDS from within VS.  However, this has not worked out very well.  Since I can basically create a new package by deleteing all of the control and data flows from
    an existing package, I am in pretty good shape.  However, I would just like to know if there is a way to create a new dtsx file from within Microsoft SQL Server management studio.  Also one thing I have not been able to change is the event handler
    name or package exploration name....it is just an annoyance since it does not cause any problems, just would like to be able to rename it.   

    Hi Fred,
    We cannot develop SSIS package in SQL Server Management Studio. If we use SQL Server Import and Export Wizard, we can save it as a package but the package is rather simple.
    We use Business Intelligence Development Studio (BIDS) or SQL Server Data Tools (SSDT) to develop SSIS packages. To develop SSIS 2008 packages, we must use BIDS installed by SQL Server 2008, and the BIDS 2008 can only be integrated with Visual Studio 2008.
    To develop SSIS 2012 packages, we use the SSDT installed by SQL Server 2012 which uses Visual Studio 2010 shell and can only be integrated with Visual Studio 2010.
    Different versions of SSIS package have different package formats/schemas. If you can create SSIS packages project in you Visual Studio 2010, it means that you have installed SSDT already, and the packages you design are SSIS 2012 packages. If you open and
    eidt SSIS 2008 packages in you Visual Studio 2010, the packages will be upgraded to SSIS 2012 package format. SSIS 2012 packages cannot be downgraded to SSIS 2008 packages or deployed to SSIS 2008 server.
    Regards,
    Mike Yin
    TechNet Community Support

  • How to create SSIS package

    Hi ,
    I have a DTS package in sqlserver 2000 and i want to create the same in 2008 using SSIS.
    Need the componets that should be used in SSIS to create a package.
    Thanks,
    Ajay

    So which are the components or process that you are looking for? Please explain bit more.
    If you are totally unaware of SSIS 2008, you can refer Lessons given in below:
    https://msdn.microsoft.com/en-IN/library/ms170419(v=sql.105).aspx
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • [SOLVED] How to Create OGG Theora Video From an Audio Track + 1 image

    Does anyone know how to create an OGG Theora video (.ogv) from an audio track and one still image. I just want one video frame to repeat until the audio file is finished playing. Make sense? Any help would be appreciated, and if possible I'd love to do it with ffmpeg2theora. Thanks!
    Last edited by tony5429 (2009-11-30 03:14:54)

    http://lists.mplayerhq.hu/pipermail/ffm … 19761.html
    I've tested it w/ 'ffmpeg -loop_input -f image2 -i image.jpg -i sound.mp3 blah.avi' and the output works w/ mplayer but I had issues w/ .ogg and .ogv output.
    In case vlc and gstreamer won't do, check out http://v2v.cc/~j/ffmpeg2theora/
    Last edited by karol (2009-11-29 16:43:23)

  • How to create a package with procedures?

    By referring through net I have written the following PCK file. I have installed my Oracle 11g database in VirtualBox(Win XP). I can able to select the tables using query from the host(Windows 7)
    CREATE OR REPLACE PACKAGE APEX_SYS_PCK
      AS
        TYPE refcursortype IS REF cursor
    PROCEDURE GET_USER_DETAILS(
      D1 OUT refcursortype,
      P_USER IN VARCHAR2,
      P_PASS IN VARCHAR2);
    END APEX_SYS_PCK;
    CREATE OR REPLACE PACKAGE BODY APEX_SYS_PCK
    AS
    PROCEDURE GET_USER_DETAILS(
      D1 OUT refcursortype,
      P_USER IN VARCHAR2,
      P_PASS IN VARCHAR2)
    IS BEGIN
      OPEN D1 FOR SELECT * FROM APEX.PERSONS;
    END GET_USER_DETAILS;
    END APEX_SYS_PCK;
    When I try to run the script I am getting the following error. How to solve this problem? If there is any error in this package please do correct it!!!
    Project: sqldev.temp:/IdeConnections%23vAPEX.jpr
    F:\PACKAGES\APEX_SYS_PCK.sql
    Error: PL/SQL: Compilation unit analysis terminated
    Error(1,14): PLS-00905: object APEX.APEX_SYS_PCK is invalid
    Error(1,14): PLS-00304: cannot compile body of 'APEX_SYS_PCK' without its specification

    STATUS in USER_OBJECTS
    "OBJECT_NAME"
    "SUBOBJECT_NAME"
    "OBJECT_ID"
    "DATA_OBJECT_ID"
    "OBJECT_TYPE"
    "CREATED"
    "LAST_DDL_TIME"
    "TIMESTAMP"
    "STATUS"
    "TEMPORARY"
    "GENERATED"
    "SECONDARY"
    "NAMESPACE"
    "EDITION_NAME"
    "CUSTOMERS"
    70645
    70645
    "TABLE"
    03-AUG-13
    03-AUG-13
    "2013-08-03:17:59:09"
    "VALID"
    "N"
    "N"
    "N"
    1
    "CUSTOMERS_PK"
    70646
    70646
    "INDEX"
    03-AUG-13
    03-AUG-13
    "2013-08-03:17:59:09"
    "VALID"
    "N"
    "N"
    "N"
    4
    "DEPARTMENTS_PK"
    70656
    70656
    "INDEX"
    03-AUG-13
    03-AUG-13
    "2013-08-03:18:32:32"
    "VALID"
    "N"
    "N"
    "N"
    4
    "EMPLOYEES"
    70657
    70657
    "TABLE"
    03-AUG-13
    03-AUG-13
    "2013-08-03:18:32:57"
    "VALID"
    "N"
    "N"
    "N"
    1
    "DEPARTMENTS"
    70655
    70655
    "TABLE"
    03-AUG-13
    03-AUG-13
    "2013-08-03:18:32:32"
    "VALID"
    "N"
    "N"
    "N"
    1
    "EMPLOYEES_PK"
    70658
    70658
    "INDEX"
    03-AUG-13
    03-AUG-13
    "2013-08-03:18:32:57"
    "VALID"
    "N"
    "N"
    "N"
    4
    "SUPPLIERS"
    70659
    70659
    "TABLE"
    03-AUG-13
    03-AUG-13
    "2013-08-03:20:25:41"
    "VALID"
    "N"
    "N"
    "N"
    1
    "SUPPLIERS_PK"
    70660
    70660
    "INDEX"
    03-AUG-13
    03-AUG-13
    "2013-08-03:20:25:41"
    "VALID"
    "N"
    "N"
    "N"
    4
    "PRODUCTS"
    70661
    70661
    "TABLE"
    03-AUG-13
    03-AUG-13
    "2013-08-03:20:28:32"
    "VALID"
    "N"
    "N"
    "N"
    1
    "PRODUCTS_PK"
    70662
    70662
    "INDEX"
    03-AUG-13
    03-AUG-13
    "2013-08-03:20:28:32"
    "VALID"
    "N"
    "N"
    "N"
    4
    "PERSONS_PK"
    70687
    70687
    "INDEX"
    10-AUG-13
    10-AUG-13
    "2013-08-10:22:37:34"
    "VALID"
    "N"
    "N"
    "N"
    4
    "PERSONS"
    70686
    70686
    "TABLE"
    10-AUG-13
    10-AUG-13
    "2013-08-10:22:37:34"
    "VALID"
    "N"
    "N"
    "N"
    1
    "APEX_SYS_PCK"
    70776
    0
    "PACKAGE"
    13-AUG-13
    15-AUG-13
    "2013-08-15:19:56:47"
    "INVALID"
    "N"
    "N"
    "N"
    1
    "GET_LOGIN_CREDENTIALS"
    70775
    0
    "PROCEDURE"
    13-AUG-13
    13-AUG-13
    "2013-08-13:22:26:49"
    "INVALID"
    "N"
    "N"
    "N"
    1
    "APEX_SYS_PCK"
    70792
    0
    "PACKAGE BODY"
    15-AUG-13
    15-AUG-13
    "2013-08-15:19:56:47"
    "INVALID"
    "N"
    "N"
    "N"
    2
    "EMP_MAINT"
    70802
    0
    "PACKAGE"
    15-AUG-13
    15-AUG-13
    "2013-08-15:19:54:39"
    "INVALID"
    "N"
    "N"
    "N"
    1

  • How to create website package ?

    Hi All
    I am working on website and want to create package of it, is this possible ?
    If yes, can you please help how to do that ?
    Thanks
    - Sunny

    Hi,
    It is possible You can create packages which will contains your application for your website and also already created content. If you need more details please open and study following link:
    http://dev.day.com/docs/en/cq/current/administering/package_manager.html
    Regards,
    Adam

  • [SOLVED] How to submit AUR package updates?

    Since yesterday I started maintaining a package. Unfortunately I don't see how I can update it. Please help.
    Last edited by bstaletic (2014-06-20 17:07:17)

    Oh. I thought it would make a duplicate, thanks.

  • [SOLVED] How to create a wlan0 interface?

    Hello:
    I'm getting a lot of problem with my wireless card, as you can see in this post (unsolved).
    I installed the supposedly driver for my wireless card without result. Installed "WICD" -installed networkmanager, but never achieved to initialize the GUI- and just see my wired connections, not the wireless, mine or from others.
    I'm just wondering if the problem is that I do not have a "wlan0" interface in my "/etc/rc.conf". If that  is true, could I create one by myself? In the wiki there are many pages (wireless setup, beginners guide, etc) that makes some dispersion in the information and it is difficult to me to follow -and evaluate- That's why I'm asking for your support.
    My actual rc.conf -selected parts- is -notice that because WICD there are some "!", as the wiki suggested -:
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(!eth0)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus !network wicd netfs crond alsa hal sensors privoxy tor)
    ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:1E:33:FE:CA:04
    inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21e:33ff:fefe:ca04/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1165 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1091 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:849947 (830.0 Kb) TX bytes:132884 (129.7 Kb)
    Interrupt:44 Base address:0xe000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:14 errors:0 dropped:0 overruns:0 frame:0
    TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
    iwconfig:
    lo no wireless extensions.
    eth0 no wireless extensions.
    Should I create a wlan0 interface? How?
    Thank you very much.
    PD: I also create a WPA profile in netcfg, following the wiki, but it is not working. I get:
    > Profile "mynetwork" does not exist (but I created it!!!)
    Last edited by gromlok (2010-10-16 03:13:59)

    [offTopic]
    I know this is not what you expect as a reply but anyway... I recently bought a very nice machine which is a Thinkpad x201i (the cheap version of the x201), great build quality, affordable price, perfect size and enough processing power. The problem is that it came with a realtek 8192se wireless card. It's everywhere on the internet: the driver sucks and it's only supplied by the vendor (so not in kernel tree, not even in staging). it costed me few bucks and 20 minutes of my time to replace it with an intel centrino advanced 6200N, I guess the Intel Centrino-N 1000 is even cheaper (saw it at less than USD15 on amazon). You'll get in-tree kernel drivers, injection support and all that fun stuff... I was happy to pay the extra money just thinking about the endless frustration I would have gotten with the realtek card. Not that compiling a driver makes me scared, but using a crappy driver is a pain.
    [/offTopic]
    Last edited by bangkok_manouel (2010-10-16 02:55:39)

  • [Solved] How to create a ntework bridge device?

    Hi!
    I'm trying to create a network bridge device for using it with KVM.
    Therefore I installed netctl and bridge-utils.
    I have two network interfaces in my computer. net0 and net1.
    net0 is connected to a network switch and gets its address via DHCP.
    net1 is disconnected.
    My aim was to create a new device, br0, that uses net0 to get an IP address from the DHCP server of my network.
    So I created the following configuration:
    [mine@intelmine ~]$ cat /etc/netctl/bridgekvm
    Description="Bridge for KVM"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=(net0)
    IP=no
    ## sets forward delay time
    FwdDelay=0
    ## sets max age of hello message
    #MaxAge=10
    When I start this configuration with the command
    systemctl start netctl@bridgekvm
    The br0 interface appears:
    [root@intelmine ~]# ifconfig
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet6 fe80::225:22ff:fe67:d6c0 prefixlen 64 scopeid 0x20<link>
    ether 00:25:22:11:d6:c0 txqueuelen 0 (Ethernet)
    RX packets 2 bytes 382 (382.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 5 bytes 478 (478.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 757 bytes 53267 (52.0 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 757 bytes 53267 (52.0 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    net0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500
    inet 192.168.5.10 netmask 255.255.255.0 broadcast 192.168.5.255
    ether 00:25:22:11:d6:c0 txqueuelen 1000 (Ethernet)
    RX packets 560686 bytes 773497800 (737.6 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 321142 bytes 49144250 (46.8 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    net1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    ether 00:02:12:3d:23:a4 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
    inet 10.38.0.18 netmask 255.255.255.255 destination 10.38.0.17
    unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
    RX packets 548425 bytes 720892580 (687.4 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 541569 bytes 362557409 (345.7 MiB)
    TX errors 0 dropped 227425 overruns 0 carrier 0 collisions 0
    The strange thing is, that the br0 device gets the same MAC address as the net0 device.
    Right after activating the netctl profile, I cannot ping any host on the network anymore.
    When stopping the netctl profile both devices, net0 and br0 disappear:
    [root@intelmine ~]# systemctl stop netctl@bridgekvm
    [root@intelmine ~]# ifconfig
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 2597 bytes 147170 (143.7 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 2597 bytes 147170 (143.7 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    net1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    ether 00:02:44:3d:23:a4 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
    inet 10.38.0.18 netmask 255.255.255.255 destination 10.38.0.17
    unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
    RX packets 548425 bytes 720892580 (687.4 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 5308955 bytes 7506979179 (6.9 GiB)
    TX errors 0 dropped 4987835 overruns 0 carrier 0 collisions 0
    What is going on here? How can I simply create a bridge device for a KVM host?
    Thanks,
    newpipe
    Last edited by newpipe (2013-07-01 08:07:56)

    Thanks for the clarification, teekay!
    I was just confused because of the behaviour of virtualbox. There you can also set bridged network to the guests, but you don't need to change anything on the host config.
    Now I understand that I just need to disable the interface in the Network Manager, create the bridge device with the wished IP config for the host and tell the guest to use that bridge interface. The guest then gets a new interface with a new MAC and IP config but connected to the bridge interface.
    Now everything works for me. Thanks a lot for your help!
    newpipe

  • How to create a package/sql agent job to monitor a table constantly

    I have a situation like this: there is a log table. once a while, there will be a row inserted into this log table.  What i'd like to do is to create a ssis package/sql agent job, to monitor this log table.  As soon as a new row got inserted
    into the log table, do something process it (process time might be as long as a few minutes).  Timing is quite important here.  I'd like to make sure the new row get processed as soon as it got inserted into the log table (so I don't like the ideas
    to schedule the sql agent job to run every 5 minutes, or something like that).  What is the best way to achive this?  Thanks a lot in advance!
    Tim

    Hi,
    There is one System Stored Procedure: dbo.sp_Start_job
    Which excepts values are like :-
      @job_name    sysname          = NULL,
      @job_id      UNIQUEIDENTIFIER = NULL,
      @error_flag  INT              = 1,    -- Set to 0 to suppress the error from sp_sqlagent_notify if SQLServerAgent is not running
      @server_name sysname          = NULL, -- The specific target server to start the [multi-server] job on
      @step_name   sysname          = NULL, -- The name of the job step to start execution with [for use with a local job only]
      @output_flag INT              = 1     -- Set to 0 to suppress the success message
    First Create one Trigger on your table which call above Store Procedure
    Trigger is look like below:-
    ALTER TRIGGER dbo.MyTrigger
        ON  dbo.MyTable       
        AFTER INSERT     
    AS       
        BEGIN         
            SET NOCOUNT ON;
            DECLARE @MyTableTypeTVP AS MyTableType;
            INSERT INTO @MyTableTypeTVP(job_name, job_id, @error_flag ,@server_name,@step_name,@output_flag)
            SELECT 'Your JOb Name',generate UNIQUEIDENTIFIER,1,'Localhost','Any Step if',1
            EXEC [dbo].[sp_start_job] @MyTableTypeTVP;
        END
    Thanks
    Prasad

Maybe you are looking for

  • Problem with minimize and maximize of the AIR WIndow

    If I execute the below code I will get an window with 100 buttons. With vertical scrolling on. If I bring the vertical scroll down say positioned at some button. Minimize it using minimize button and maxmize it . The vertical scroll position is reset

  • Middle mouse button problem after arch update

    Dear Arch Users, I have a very strange problem in xfce4 with middle mouse button after arch linux update. It is especially annoying in firefox. Earlier, the middle button just opened a new tab (in firefox) now it also tryies to go back everywhere it

  • Delete emails????? HELP 3892 inbox!!

    Hi iPad 3 on ios8. I currently have over 3800 emails in my inbox. HOW do you complete a bulk delete all on the iPad? I have tried the check one-hold move-uncheck, as described elsewhere. I have also change settings so deleted emails are also deleted

  • Running Interfaces in parallel in the Package Diagram

    Is there anyway to run 2 interfaces in parallel and once they both finish successfully start off another interface?

  • BLuuuury DVD. Bummed - would love help!

    I have a slide/show interlaced with some video clips. I have Mac OS X 10.8.5 3.4 Ghz, 32 GB ram Profject settings : HD1080i, 29.97 frames per second Fileds, upper filed first Capture Fomat HDV Video Render : Maximum bit dpth and Oprimize stills check