Search Result

Collapse
10 results in 0.0043 seconds.
Keywords
Members
Tags
transfer
  •  

  • How can I transfer an encrypted stored procedure in SQL Sever 2008 R2

    Hi my Frineds

    I had an encrypted stored procedure in SQL Sever 2008 R2, but it was deleted by a mistake. I have the backup of whole database, but I can't restore whole of that, bicause it's not uptodate. Is there any way for transfering an encripted stored procedure from one database to another one?

    Thanx
    See more | Go to post

  • pearlmi
    started a topic How to sync a photo album from iPad 2 to Mac?

    How to sync a photo album from iPad 2 to Mac?

    Hi,
    Recently i was bothered by a problem.It is how can I transfer a photo album from my iPad2 to a Mac computer using Lion? Somehow iPhoto on my Mac can't find my photo album on the iPad. Album doesn't show up in iTunes either.
    Thanks in advance for helping!
    See more | Go to post

  • TheSmileyCoder
    started a topic How to transfer a 2d array into a table

    How to transfer a 2d array into a table

    I have a 2d array, with 10 columns, and somewhere between 200 and 10.000 rows. I was hoping there was a simple(and efficient) way to transfer the entire array into a table containing over a million rows, and growing.

    I allready know how to transfer it by looping through the array, adding 1 row at a time. However, this is not that effective, and I believe that one of the problems stems from the fact that the main table has its indexes...
    See more | Go to post

  • Rob S
    started a topic How to transfer more than 10TB of data quickly?

    How to transfer more than 10TB of data quickly?

    Hi,
    Please suggest ways to transfer huge amounts of data quickly form a client site to a processing center. I have a project that involves running several TBytes of data through a parallel processing system that I created. I was thinking about mailing the client several USB Portable HDD's but if someone has a better suggestion please let me know.

    Also is there a way to combine several HDD's through a software/hardware interface...
    See more | Go to post

  • raakhiparimkayala
    started a topic Why Do we need Serialization?
    in .NET

    Why Do we need Serialization?

    Hi there, just digging into serialization a few questions about serialization.
    1. Why do we need serialization?
    Ans: For transferring the objects or saving the objects in database or file etc.
    But why to serialize inorder to transfer the file? We can directly transfer the file if we create the class in separate .cs file and directly send the file to the person required.

    2. Where do we implement serialization?
    ...
    See more | Go to post
    Last edited by Niheel; Aug 24 '10, 06:25 PM.

  • RobT
    started a topic Yet another VB form to Excel transfer question

    Yet another VB form to Excel transfer question

    I have this form built in VB 2010 that mirrors an Excel spreadsheet. I've been at this for a month and I can't get this to work. I need the user to run the program and fill out the form throughout the day. Then I need them to save it to a corresponding date in the workbook with the fields having their data populated and transferred from the form.

    I can't for the life of me get this to work and I am running out of options.
    ...
    See more | Go to post

  • php: transfer a variable from one page to another & setup cookie

    I am trying to set-up polls for almost all the pages.

    After you submit the response I want to get back to the original page and instead of the form to show the poll results.

    Also, I want to set-up a cookie to make sure that the same person does not vote twice.

    There are 3 pages involved and one script file:
    • main_page.php
    • poll_vote.php
    • poll_results.ph p


    I want all the polls to use the same poll_vote.php...
    See more | Go to post

  • Bapes
    started a topic [C#] .mp3 File Transfer Help

    [C#] .mp3 File Transfer Help

    Hello, I am currently trying to create a server/client file transfer system in which the server sends the client .mp3 files. The file transfers fine but when I go to play the file, it is all scratchy and skips and I think it has something to do with the bytes that I am sending.

    Here is the server code:

    Code:
    byte[] fileData = File.ReadAllBytes(sData);
                           byte[] clientData = new byte[4 + fileData.Length];
    ...
    See more | Go to post

  • Access 2000: How to transfer between forms on the current record of both?

    Hi,

    I'm editing a database to make it easier for the user to input data. I have a large form (FORM_A), where a section is to fill in a contact name, address, telephone number and email.

    I have added a seperate table (pre populated) where frequent contacts are stored (I've made a query to hold this as I needed to make some of the address fields in 1 field to fit in the memo field (address) in the FORM_A).
    ...
    See more | Go to post

  • Pega
    started a topic Microsoft Access/C# transfer problem

    Microsoft Access/C# transfer problem

    Hi, im doing a college project, which is a banking app, it is more or less fully functioning, the user can log in and check their balance, but i have trouble setting up a transfer function, so the user can transfer money from their account to the chosen account. I am using access though JET for it. My efforts thus far have only got it to change the balance on the primary account. This is my open connection code which is activated when the user clicks...
    See more | Go to post
Working...