Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

diePopster

@diePopster
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Transaction to update multipel values in a table
    D diePopster

    Data type is string and it is a sql express database. Also, i cannot update the etries that already have a '000' prefix so i can do something like :

    UPDATE TableName
    SET AccountNumber = '000' + AccountNumber
    WHERE AccountNumber NOT LIKE '000%'

    Correct?

    Database database question announcement

  • Transaction to update multipel values in a table
    D diePopster

    Hi There, I don't really use sql so this can be an stupid questoin but, say ive got a column called accountNumber with the following values: 55123 55124 55124 ...etc and i want to change all the values (5000+ entries) to a concatenation of '000' + the current accountNumber. i.e. 00055123;00055124;00055125 how will i achieve this? Regards and thanks

    Database database question announcement

  • Starting AND Monitoring status of a Process on a Remote workstation
    D diePopster

    Hi there, I want to start a process on a remote machine and as soon as the process is complete i want to start a local process. Keep in mind that: - I only have the UNC of the remote pc - The process that must be run is stored on the remote pc and must be run on that pc. - I do not want to map network drives (although it's highly unlikely that i should) This is how I would do it if the first process was run on my local machine.

    myProcess.Start();
    myProcess.WaitForExit()
    //next process

    Thank you,

    C# sysadmin

  • Finding a string variable in memory??
    D diePopster

    Hi there, If i assign a value to a string, is it possible to go and see where it is stored in the memory and what the value is? e.g.

    string _testString = "Value I want to read from memory";

    Any way to do this?

    C# performance question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups