Page 3 of 21 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 207

Thread: IT Professionals

  1. #21
    Senior Member Diamond Hubber Nerd's Avatar
    Join Date
    Mar 2005
    Posts
    7,811
    Post Thanks / Like

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #22
    Member Junior Hubber
    Join Date
    Mar 2005
    Posts
    45
    Post Thanks / Like
    thankyou SOOO much fer your replies Raghu and kasi_sce !!!!! i'l chk these sites and let you kno how far i hav progressed

    thanxx

  4. #23
    Senior Member Veteran Hubber
    Join Date
    Oct 2004
    Location
    Kailash
    Posts
    2,121
    Post Thanks / Like
    Ok, here is a question,

    I am migrating databases from One server to another server, the migration is done through DTS packages(Migrate, classes, objects, data, users, roles,logins,..etc) one of the database failed with an error message saying 'Bulk Copy execution has failed', does any one know what this is?, is this SQL time out error?

    I have tried the restore method, in which I took the back up from the old server and tried to restore it on the new server, but this also failed, it says, I need to use the 'WITH MOVE' to move the LDF & MDf files, I don't want to do that, cos that will mean take the databases off line!

    any other suggestions??

    thanks a lot

  5. #24
    Senior Member Veteran Hubber
    Join Date
    Oct 2004
    Location
    Kailash
    Posts
    2,121
    Post Thanks / Like
    dudes

    Found a way to copy databases across servers, what u do is backup the Source database, copy the .bak file across to new server, either FTP it or just copy it, then restore it from there by using the following T-SQL command

    RESTORE DATABASE TestDB
    FROM DISK='d:\testDB.BAK'
    WITH MOVE
    'TestDB' TO 'D:\data\TestDB.MDF',
    'TestDB_log' TO 'D:\data\TestDB_Log.LDF'

  6. #25
    Senior Member Seasoned Hubber
    Join Date
    Oct 2004
    Posts
    1,069
    Post Thanks / Like
    What is a batadase?

  7. #26
    Senior Member Veteran Hubber
    Join Date
    Oct 2004
    Location
    Kailash
    Posts
    2,121
    Post Thanks / Like
    Quote Originally Posted by hehehewalrus
    What is a batadase?
    HHW anne

    I don't know what a batadase is, perhaps other intellectuals can enlighten me , but I do know what a database is

  8. #27
    Senior Member Regular Hubber
    Join Date
    May 2005
    Posts
    211
    Post Thanks / Like
    has anyone worked with mesa on a linux machine. i need some help.

  9. #28
    Senior Member Veteran Hubber
    Join Date
    Oct 2004
    Location
    Kailash
    Posts
    2,121
    Post Thanks / Like
    Quote Originally Posted by j.chenkalvarayan
    has anyone worked with mesa on a linux machine. i need some help.
    nope sorry

  10. #29
    Senior Member Regular Hubber
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    167
    Post Thanks / Like
    HEY ziaXXXXX,
    which programs are you interested in?
    For things like HTML, Java , PHP you can learn it easily on the net. But if you want to learn the other programs ( UNIX etc) its better to take classes. In university i had classes in Java, php etc but i learned better on my own by looking at stuff on the net.
    Let me know waht your looking to learn, and i can give you some links.

    Quote Originally Posted by ziaxxxxx
    can anyone give me any gud links or names of any buks...which will help me in learning web desiging / graphic designing on my own??

    or is it imp for a person to attending classes / have a tutor , for learning such courses??
    Kanavu Mattum Enakku Undu
    Kannai Kaana Villaiyae ...Irandhu Poana Kaadhal Kavidhai
    Irangal Koottam Poadudhoa ..Enakkul Irukkum Undhan Idhayam
    Egiri Gudhithu Oadudhoa

  11. #30
    Senior Member Regular Hubber
    Join Date
    May 2005
    Posts
    211
    Post Thanks / Like
    Quote Originally Posted by Raghu
    Quote Originally Posted by j.chenkalvarayan
    has anyone worked with mesa on a linux machine. i need some help.
    nope sorry

    I just don't understand how you can answer on behalf of all.

Page 3 of 21 FirstFirst 1234513 ... LastLast

Similar Threads

  1. IT Professionals
    By Raghu in forum Miscellaneous Topics
    Replies: 196
    Last Post: 14th March 2017, 09:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •