Search:

Type: Posts; User: ronaldrahme; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,734

    SQL Re: importing data

    I got it
    i used the following script


    insert into openrowset('microsoft.jet.oledb.4.0','excel 8.0;database=c:\fiches.xls;',
    'select * from [sheet1$]')
    select * from tablename


    hope...
  2. Answers
    20
    Views
    37,380

    SQL Re: Insert new column in the middle of a table

    yeah sure u can insert a new column in the middle, unfortunately it cannot be done by script, you can do it manually.
    after you create the new column, open the design table, your column appears at...
  3. Answers
    3
    Views
    3,734

    SQL importing data

    i wanna have a script that imports data from an excel file to my database, how can it be done through a 'script'?
  4. Answers
    2
    Views
    3,338

    SQL Re: insert query

    hey dipanjan,
    10x 4 ur help...plz, can u give me an example so it would be more clear?
  5. Answers
    2
    Views
    3,338

    SQL insert query

    goodmorning,

    let us assume i have a table called dbo.Info with some data, for example:

    ClientID Name
    111 Phil
    112 ...
  6. Answers
    4
    Views
    4,028

    SQL Re: stored procedures

    oops its not workin, just another kst> how to use execute immediate? its not working for the above statements
  7. Answers
    4
    Views
    4,028

    SQL Re: stored procedures

    Thnks krishna for your help
    i made a stored proceduren i checked the syntax, it was okay:

    create procedure sp_priorites

    as
    execute immediate
    alter table dbo.priorites
    drop constraint...
  8. Answers
    4
    Views
    4,028

    SQL stored procedures

    Hi all
    i have a table called dbo.priorites which contains 2 columns
    _codepriorite varchar (20) primary key
    _priorite varchar (50) null

    so i was asked to change _codepriorite varchar (20)...
  9. Thread: script

    by ronaldrahme
    Answers
    2
    Views
    3,459

    SQL script

    hi guys,

    i wanna change the type of a column i have in my table;
    for example from int(4) to varchar(20).
    any script to do that??

    thanks in advance
  10. Answers
    1
    Views
    3,403

    SQL Server - Sql Scripts

    Hi all,
    i'm updating a new 'common management' software n i wanna update the database bcoz i added many extra tables.
    i did write scripts for all the tables this way:

    Create..............
Results 1 to 10 of 10
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact