How to make inline in following situation.

hi,
ALTER FUNCTION udfa(@aa int)
RETURNS @tbla table (a VARCHAR(MAX),b VARCHAR(MAX))
AS
BEGIN
    Declare @a varchar(max),@b varchar(max)
   SELECT @a=isnull(@a)+L,@b=isnull(@b)+B from xyz
  insert into @tbla(a,b) select @a,@b
RETURN
END
q1) I want to make inline function , so pls tel me is there any other way to formulat it?
yours sincerley

Hi rajemessage,
To change your funtion inline, you can reference the below sample.
ALTER FUNCTION DBO.udfa(@aa int)
RETURNS TABLE
AS
RETURN
SELECT
STUFF(
SELECT ''+L FROM XYZ WHERE id= @aa FOR XML PATH('')
),1,0,'') AS L,
stuff(
SELECT ''+B FROM XYZ WHERE id= @aa FOR XML PATH('')
),1,0,'') AS B
GO
--test
CREATE TABLE xyz (ID INT, L VARCHAR(99),B VARCHAR(99));
INSERT INTO xyz(ID,L,B) SELECT 1,'A','D'
UNION ALL
SELECT 1,'B','C'
UNION ALL
SELECT 2,'C','B'
UNION ALL
SELECT 2,'D','A'
SELECT * FROM XYZ
GO
SELECT * FROM udfa(1)
More on the
STUFF and FOR XML PATH
If you have any question, feel free to let me know
Eric Zhang
TechNet Community Support

Similar Messages

  • How to make the graph follows the position of the video frame

    Hai..
    I want to open the video (. avi) and graph together in one VI.. The videos and graphs can be controlled (forwarded or rewind) in the desired position.. However, the graph should follow where's the position of the video frame..   The graph generated from the data in excel, after reading data, then there is the processing of signals, such as filter, mean, find the peak, etc.. After that the result will appear in the graph..
    Until now, I've been able to display video and graph.. I'm trying to use WMP and also IMAQ..
    Because I want to show the position of the graph or signal when the video plays, I was making a cursor or a line on a graph that follows the position of the video..
    First, I'm trying using WMP.. I can forward and rewind video using WMP, after that I make a cursor on the graph and the position of cursor I put in the position video.. And then when I run the program, the signal that arises from the right, but the cursor in the graph follow the position of the video (the cursor appears on the left) different side with the signal..
    I also tried using IMAQ when I tried to use the video controls, so the video can be forward or rewind using the slide, and I made a graph control to follow the video.. But the video isn't playing, it just show only images or frame in the video..
    Can we create a graph that can follow the position of the video? (graph can be in forward and rewind just like with video)
    I've tried many ways but until now have not been successful.. can someone help me?
    Any help is greatly appreciated thank you.

    This should do pretty much what you want, assuming that a slider is how you are controlling your video position. You are going to have to play around with it a little but it should give you the basic idea.
    Attachments:
    Slider.vi ‏35 KB

  • Tight Deadline: How to make image to follow mouse only side to side

    I am on a tight deadline and looking for the AS3 code of how to do what this company does on their site:
    http://www.imageworksstudio.com/ However, I don't know AS3. Literally my project requires I recreate the what is shown with the hand holding the sharpie and moving only back and forth restricted to a centered rectangular area at the bottom of the screen. I know how to import the image that follows the mouse to the stage, and to make it a movieclip. Let's say I have named the instance "Image_mc". Does anyone have the actionscript for how to do this? Do you attach it to the object or to a keyframe on a separate actions layer? I appreciate any help! Thanks!

    The replacement for those two lines of code in AS3 would be:
         box_mc.x = mouseX+(box_mc.x-mouseX)/2

  • How to make a line follow a motion path

    alright, i'm gonna try and explain this as best as possible. i want to do something like what apple did for the motion video, where lines follow a motion path. but my problem is that when the line hits a keyframe, the line stays straight and turns its axis (looking ********), unlike apple's vid where the line itself turns and curves around each keyframe.....alright does that make any sense? look at the picture below, see how the lines are curved to follow a path....my lines stay straight and look like the second pic.
    http://img279.imageshack.us/img279/1269/picture59rh.png RIGHT WAY
    [img=http://img279.imageshack.us/img279/1387/picture68sb.th.png] WRONG WAY
    iMac G5   Mac OS X (10.4.5)  

    Don't do it like that. Create a curved line and use a replicator on it...
    Patrick

  • How to make inline format command carry over to subsequent pages

    Using Designer 5.7.  Using inline formatting in the data file (\b. \b0.) to make part of the text bold (Example: bold text bold text regular text).  The problem occurs when the end of page is reached.  The text flows to the next page and if the text is split across pages after the bold command was turned on but before it is turned off, the text at the top of the new page is not formatted.
    Example of Bottom of Page 1:     This is an example of the text at the bottom of page one.  This text is supposed to be
    Example of Top of Page 2:            all bold but the end of page commands cause the bold command to be "forgotten".
    Using 1 line subform and an identical overflow subform formatted to reserve space and a Switchpage override in in the Preamble.
    It's not feasible to use a field formatted for bold and also be able to determine when it should be used during document generation since the text may be variable in length.  Any information is appreciated.

    For the time being, I can only respond to Pages for iOS. OS X I'll need to check when I get home (or perhaps someone else will beat me to it). You may wish to post in the Pages for Mac forum for better exposure.
    In Pages for iOS you are limited to a single header and footer. There is no Section structure so no way to do different headers/Footers for different pages (as you can do in MS word for example). To modify the Header and insert the text you want: Tap the Tools icon (wrench in upper right), then Document Set up. Tap in the header field, then tap and hold to use the menu to insert pages numbers, then type the text you need.
    Quite possibly. Check the app store. Or you may be able to set this up in Pages for OS X and import it into Pages on the iPad. I'm not certain the sections will import however.
    Also consider using a different app, such as word for iOS or any of the numerous other word processing apps available.

  • ** I NEED HELP!!.. I NEED TO KNOW HOW TO MAKE A  2NDROBOT FOLLOW MY RCBOT**

    Im in a bit of a jiffy.. i need help trying to get a second robot to follow my custom RCBot.
    Anything would be helpful.. Thanks.

    luva_bwoi wrote:
    Okay sorry guys, im new to this thing..
    Here's the problem. Im in a Gr.11 Computer Science class and we're doing exercises on programs. One of the prgrams is to construct a custom RCBot that a user could control, which i did. The second task was to create a second 'Smart Robot' that would follow the RCBot as if Chasing him in a game like PacMan or something.
    We are using becker.robots and were instructed to use a loop in order to figure this out. In my case i have no clue how to do this but believe it has something to with the RCBots location (street, avenue). Hope this gives a better understanding of what im trying to do. ThanksYou're in the wrong place: this forum is meant for questions about the standard Java classes (your robot classes are not a part of it).
    Ask your teacher or find a forum dedicated to this Becker-Robots application.

  • How to make mail colours follow onto mac from .mac

    I have a .mac account with several alisas and in my .mac account i have them colour co-ordinated so I can see which email alisas most of my trafic is coming from.
    I have a work one(pink) , home one(blue), google one etc, you get the picture. Is there anyway to get the colours to come through on my mail as at the minute it doesn't work.
    Also the stationery feature, is it any good, as in response time, slowing the machine, font problems, corruption sending mail etc
    cheers
    russell

    Sorted my self, used rules in mail

  • How to make compiler do inline optimization in WTK?

    Hello:
    I'm a freshman in WTK. I found that my project is running very slow, so I wrote the following test to find the time cost of function call. I found that in this test, it spent 94ms, 1076ms and 2016ms in simulator, for 0, 1, and 2 function calls in each cycle (300,000 times).
    By this result, I think function call may be very expensive and may became the bottleneck of performance in my project.
    public static runTest(){
            long i = 0;
            long j = 0;
            long begin = System.currentTimeMillis();
            int times = 300000;
            for (i = 0; i < times ; i++){
                j = j + i;
            long end = System.currentTimeMillis();
            System.out.println("The result no call is " + (end - begin) );
            begin  = System.currentTimeMillis();
            for (i = 0; i < times ; i++){
                j += set(i);
            end =System.currentTimeMillis();
            System.out.println("The result 1 call is " + (end - begin) );
            begin  = System.currentTimeMillis();
            for (i = 0; i < times ; i++){
                j += set2(i);
            end = System.currentTimeMillis();
            System.out.println("The result 2 call is " + (end - begin) );
    private static long set2(long i) {
         return set(i);
    private static long set(long i) {
            return i;
    }I work in eclipse ,and make sure i've checked "Inline finally blocks" check box.
    I also run the same code in pc, and find the function call may have been optimized to "inline" by compiler (The times changed to 300,000,000, and result is 2016ms, 2281ms, and 2266ms), i also make sure changed the "compiler compliance level" to 1.3
    In an ideal situation, the compiler can find "set(i)" is exactly "i" and change all"set(i)" to "i";
    I wonder if the compiler can change some function to such "inline" in WTK. I don't know how compiler works in WTK, but as a freshman in WTK, i think there may have some optimization option i don't know. Can someone tell me how to make compile do this stuff?
    Thx a lot!

    ...javac make something inline while WTK not...I doubt this. I think that code that was inlined by javac, will remain inlined when executed by WTK. You can check that in more details at compiler forum if needed. Javac remains the same, inlines are there - I don't think this changes.
    What WTK probably can (and maybe even should) change is *hotspot* optimization settings when it emulates execution of MIDlets by real device.
    As for your problem, could it be described as follows: MIDlets run slower than you'd expect of a typical desktop Java applications?
    If yes then WTK User Guide seem to have an explanation for that: +"...Compared to the desktop-based emulator, a real MIDP device usually has a slower processor, less memory, and a slower network connection, and might have a different type of display. The Sun Java Wireless Toolkit for CLDC enables you to simulate the constrained environment of a real device..."+ (quoted from chapter Adjusting Emulator Performance). To me this reads like WTK forces Java machine to slow down execution of MIDlets in order to make it feel closer to a typical mobile device.

  • I am frustrated with how my cursor jumps around while typing.  How can I make the arrow follow the cursor so this doesn't happen?

    Macbook Pro with OSX Yosemite:  I am frustrated that when using Word for Mac, the cursor keeps jumping around all over the page.  How can I make the pointer follow the cursor so this stops?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • How to make Address Book obey Preferences? I run MacBook Pro 4.1 laptop,  Mac OS X 10.6.8  Address Book 5.0.3 (883) Preferences set at ... General First name following Last name   Sort for Last name Address Format Canada Font size Large Phone format set a

    How to make Address Book obey Preferences?
    I run MacBook Pro 4.1 laptop,  Mac OS X 10.6.8
    Address Book 5.0.3 (883) 
    Preferences set at ...
    General
    First name following Last name 
    Sort for Last name
    Address Format Canada
    Font size Large
    Phone format set at
    +1.123.456.7890
    When application quits - it's all forgotten and it self-resets to
    unwanted configuration.

    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    Here are some general guidelines. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.

  • How can I make the mouse follow as I point?

    I am brand new to captivate and incredibly frustrated. I'm
    trying to record a web site walkthrough and have selected
    "Demostration." No matter what setting I change, the mouse only
    moves when I click, but I want to point to things as I narrate. Can
    anyone help me understand how to make that happen?

    Welcome to our community, murphisto
    Captivate doesn't exactly work in this manner. Basically here
    is how the process works. You open an application. You open
    Captivate and configure it to record the application. There are
    different ways to record. You elected Demonstration. When recording
    in Demonstration mode, the following happens.
    Where you click or type, Captivate captures the screen. The
    screen capture becomes the background image for the slide. The
    mouse coordinates are tracked. In other words, where it started and
    where it stopped. So each slide has a single mouse movement. On the
    first slide where mouse movement was recorded, you may adjust the
    start and end spots. But each slide afterwards only offers you the
    ability to adjust the mouse ending spot. The starting spot is
    determined by where it STOPPED on the slide before.
    You may wish to investigate using Full Motion Recording
    (FMR). But if you choose to go that route, you need to be aware of
    some factors. Captivate was never designed to be a Full Motion
    product. It's better than it used to be, but far from perfect. If
    you do record in full motion, keep it very brief. Just a few
    minutes worth. If you find this method of recording and playback
    are what you feel are best, you will find yourself constantly
    frustrated with Captivate. In that case, you should investigate a
    different product that was designed with full motion in mind.
    Camtasia Studio, Fraps or one of the others.
    Hopefully this was helpful... Rick

  • I keep getting the following message on my phone "Sorry!  The application Email (processcom.andriod.email) has stopped unexpectedly.  Please try again"  and there is a force shutdown button, which I push but keep getting the message.  Any ideas how to mak

    I keep getting the following message on my phone "Sorry!  The application Email (processcom.andriod.email) has stopped unexpectedly.  Please try again"  and there is a force shutdown button, which I push but keep getting the message.  Any ideas how to make it go away so I can get my emails?

    Have you installed any applications recently?  A task killer maybe?  You can try rebooting the phone and see if that helps.

  • How to make Firefox 4 locale follow the one set in Windows

    I want to use Firefox 4 in a multi tennant environment. On each workstation users of different origine can log on. Ideally of course I'd like to have everybody use the system using his own language. I already found out how to make Firefox available in multiple languages, but at the moment that can only be set manually. I am looking for a way to make FF's locale follow Windows' locale. Anybody that can give me some pointers?
    In case FF can't do this by automated I was hoping to find out where about:config stores it's settings (file / registry).

    To help other users find solutions, please return to this Thread and '''Sign-in''' to the forum with your Username and Password:
    click on '''"Solved It"''' next to the reply ABOVE that '''BEST''' solved your question
    '''DO NOT click "Solved It" next to this reply

  • How to make BBSAK able to detect 9860 - White Screen

    Hi Guys
    Need serious help here. My 9860 (7.0) is showing  'white screen'. It happened since I tried to reload OS using BBSAK. Seems I choose wrong menu. As adviced by an expert, I have to wipe it again to see 507 error code. I tried to wipe it through BBSAK but Unfortunately BBSAK didn't detected the device anymore.
    My question is: How to make BBSAK able to detect my device.
    The situation are as follow:
    1. BB Desktop Manager & Apploader detected my device (means USB driver are installed correctly & using OEM USB cables and good USB Port.). Trying to reload OS through these apps still stacked at the white screen (75%), same as through web uploader.
    2. Already uninstall and reinstall BBSAK, Rrestore my laptop system, modify compatibility program of BBSAK, and tricks in windows task manager to avoid conflict between BBDM and BBSAK, still failed.
    3. Clean Uninstall BBDM and BB Link and reinstall BBDM 7.0 Version only (BBDM 7.1 seems not reliable-for me).
    4. Tried to wipe using JL_Cmder & Vnbbutils, both didn't  execute wipe process.
    5. Registry Cleaner using CCleaner.
    Additional info: BBSAK detected my 9860 once when I was using BBDM 7.0 but since I upgraded to BBDM 7.1, it didn't detected anymore, so I had removed BBDM 7.1 and reinstall BBDM 7.0.
    The result is: BBSAK still didn't detect my 9860.
    Helps will be greatly appreciated. Thanks in advance for your time & effort.
    Regards,
    Arthur.
    • Click Likes to appreciate those who helps you
    • If your issue solved, mark the best post in your thread as Solution

    When I do that it only makes a short portion (the top video) color somehow it shortens the clip to 2 seconds, I tried to edit for the full 47 second clip (just a sample to play with) but it keeps going back to 2 seconds for the top video. 
    Any other ideas?  I do have Final Cut Pro as well as Adobe After Effects as well, but I just figured iMovie would be easiest way to do this simple effect...

  • How to make iMovie to read ADVC-110???

    I'm struggling how to make iMovie to recognize my Canopus ADVC-110 so I can transfer my VHS tapes to iMovie..
    Pleease help

    Hi s
    < When I open up iMovie HD - which video format do I use? >
    • DV
    • Go down under the viewer window and You can select Camera or a pare of siccors.
    Camera should have a black triangle and let You select iSight or ADVC. If not it doesn't detect the
    ADVC
    • Most probably it is. 6-pin end is about double the size and is rectangular eccept on short end that
    are curved to prevent wrong turning
    4-pin end is smaller and has an indent on one of it's longer sides for same reason.
    If it is not dectected on either of Your Macs it indicates a problem with either the ADVC or the FW-Cable.
    • The Cable is far more often the problem. Try to borrow another one and test.
    HERE Comes my long long list. Use it with care - not all apply to Your situation.
    I would print-out and cheque off those that are usably. No guarantee at all.
    Capture/Import problems:
    a) File-Vault is on - turn it off
    b) don’t Daisy chain camcorder - external hard disk - Mac
    (except for some Canon-Cameras)
    c) Slow hard disk (fragmented: repair permissions, repair hard disk, use a faster hard disk)
    d) Something is occupying the CPU/System, like other programs, Internet etc.
    e) Bad RAM-chips
    f) drop outs on the miniDV-tape - make a camera to camera copy on a tape which You have previous recorded with a time code (dummy recording).
    g) FW-wire cable OK?
    h) Break in the time-code on the miniDV tape (make a camera to camera copy on a tape which is prerecorded with nothing/anything so that the tape has a time-code from beginning to the end)
    i) defective camera TRY IT ON ANOTHER MAC !
    j) remove bookmarks in iMovie project
    k) Do You have desktop pictures or screen-savers active? Try turning them off.
    l) Updating - OS has to be a clean install - not an update eg from X.3.x to X.4.x (no good)
      OS X.4.0-2 needs a clean install to work (I use X.3.9)
    m) Updating QT and/or other updates (to 7 needs v6 to be cleaned out first)
      QT v.7 needs a clean install to work (I use 6.5.2)
    n) Have you tried the crazy fix:
    Open GarageBand, play a few notes, close it and reopen iMovie. The camera should import fine now. (Sue/SDillini)
    o) NEW (from Sue/SDillini):
    Trash the Font Collections Folder.
    These files are found:
    /YourUserName/Library/FontCollections folder.
    Drag the folder to the trash and launch iMovie. iMovie will create a new FontCollections folder containing the files it needs when it next opens.
    p) or thrashing the com.apple.imovie.plist file (Rodney Brown2)
    q) - Other programs interfering like Flip4Mac
    r) - Third party or old plug-ins
    May be You find some help in my list:
    Mac:
    • hardware
    ◊ Slow hard disk (fragmented: repair permissions, repair hard disk, use a faster hard disk)
    ◊ I wonder how full your Mac's hard disc is. (David Babsky) A near full hard disk prevents Import/Capture.
    10% free is recommended + space for Import/Capture + work space (about 4 to
    5 times the amount needed for Capture) eg on a 200Gb hard disk You need 20Gb + (one hour tape)
    13Gb + 50Gb = about 80 to 90Gb free space.
    ◊ Disconnect all other ext devices (FW and USB) exept Camera (and keyboard + mouse) and try again
    ◊ Rebuild Desktop (Tech-tool or fingersetting during start-up) (System up to 9)
    ◊ Reset PRAM (Tech-tool or keyboard finger settings alt-cmd-P-R ??)
    ◊ Reset PMU ( Restting the PMU...is the the alt-ctrl-shift and powerbutton shortcut? ) (Sue)
    PMU: http://docs.info.apple.com/article.html?artnum=86760
    PMU/SMU are essentially the same in the PM G5.
    ◊ Reset SMU
    SMU: http://docs.info.apple.com/article.html?artnum=300341
    ◊ Bad RAM-chips
    ◊ disconnect Mac from powerline (not just switch off, really plug out) for a few minutes to reset FW ports
    • software
    ◊ File-Vault is on - turn it off
    ◊ Something is occupying the CPU/System, like other programs, Internet etc.
    ◊ Do You have desktop pictures or screen or energy-savers active? Try turning them off.
    ◊ Updating - OS has to be a clean install - not an update eg from X.3.x to X.4.x (no good) OS X.4.0-5 needs a clean install to work (I use X.3.9)
    ◊ Updating QT and/or other updates (to 7 needs v6 to be cleaned out first) QT v.7.0.0-4 needs a clean install to work (I use 6.5.2)
    ◊ Have you tried the crazy fix: Open GarageBand, play a few notes, close it and reopen iMovie. The camera should import fine now. Sue/SDillini
    ◊ Running iDVD at the same time as iMovie can cause problems: (Lennart Thelander)
    ◊ If You also have installed FinalCut Express/pro there are possibly problems with this
    ◊ Other programs that interferes like Flip4Mac
    ◊ Codecs added to QuickTime
    ◊ Old plug-ins to iMovie or third party alike
    iMovie:
    ◊ remove bookmarks in iMovie project
    ◊ Trash: com.apple.iMovie.plist and com.apple.iMovie3.plist : files (Xinram)
    Connection:
    ◊ don’t Daisy chain Camcorder <--> external hard disk <--> Mac
    ◊ FW-wire cable, is it OK?
    ◊ USB/USB2 is NO GO !
    ◊ Cheque FW connection at Camera end. OK? (Adam Smith1)
    ◊ Cheque FW connection at Mac end. OK?
    Camera:
    ◊ The Camera is set to VTR ? (not as when You ”film” record with it)
    ◊ You may be need to go to the Camera menu and select digital out.
    ◊ defective camera TRY IT ON ANOTHER MAC ! (if the A/D chip in the camera is harmed then it will say in iMovie that the camera is connected and You can forward resp. backward the tape but there will be no picture or sound just the blue screen).
    ◊ connect camera to power-line, not battery-only....(Karsten Schlüter)
    ◊ Canons don't allow daisychaining on firewire, make it "only device" on port (Karsten Schlüter)
    ◊ Cheque the menu on Your Camera so that it communicates with the FW digitally to Your Mac
    ◊ Date and Time is correct on Your Camera ?
    Tape:
    ◊ Drop outs on the miniDV-tape - make a camera to camera copy on a tape which You have previous recorded with a time code (dummy recording).
    ◊ Break in the time-code on the miniDV tape (make a camera to camera copy on a tape which is pre-recorded with nothing/anything so that the tape has a time-code from beginning to the end)
    ◊ If You recorded in LP-mode (90 min on a standard 60 min tape with 12-bit sound). Try to change in iMovie pref. to import but not as individual clips. If this doesn’t work You have to make a Camera to Camera copy with the receiving Camera set to SP-mode and 16-bit sound.
    More:
    ◊ follow advises here http://docs.info.apple.com/article.html?artnum=43000
    ◊ follow Grandmaster Dan's advice for Sony cameras here: http://www.danslagle.com/mac/iMovie/usage/5020.shtml
    NEWS: Jerry Harris writes:
    I know that in a lot of the new Sony HD cameras, iMovie requires that you turn i.Link Conv off. I would look for a similar setting for your camera. This setting has to do with shooting a movie in one format, and using the camera to import as a different format. For instance, if you shoot HD footage and have i.Link conv on - the camera will send DV to the computer etc...
    So, case in point: look for a setting on your camera that has to do with the video format and see if that helps.
    Yours Bengt

Maybe you are looking for

  • Unable to open MS Office 2004 after updating to Safari 5.1.4

    I was not having any problems until I updated my Safari to the latest version, 5.1.4.  Now I can't get into any of my MS Office applications or my HP Director.  I get a message saying "____ quit unexpectedly. Click Reopen to open the application agai

  • Grid in matrix report

    I've made a matrix report and I want it to have a grid. I did everything that the document "Building reports" said, but it doesn't work properly. When I open the report - the gird disappears, but if I for example change color lines or fill of the fra

  • Webloc files from drag and drop

    Ok, before I start, let me say, I know this probably isn't the best place to post this, but I really don't know where else to ask. For YEARS I have dragged images out of (generally) firefox (but also safari) windows/tabs and dropped them into my maps

  • Using Adobe's SMS Rporting Tool kit - Software Inventory

    I'm using SMS Reporting tool kit  ver 4.0, with SCCM 2007 R3.  Is there a newer version? 1. How long would it/should it take for SCCM to query 2500 systems in SCCM for Adobe SWTAG files? The current scan has been running for about 3 hours now. 2. Wil

  • I can't download the latest update to iTunes. I keep getting error 6403. My iTunes is dead. Help!

    Still having the same issue. Anyone have a solution???