• barb.wendling (9/10/2008)


    I did the same thing, edited the single line to two lines and it worked in QA. I was wondering if anyone had ideas on how this feature (GO 10) could be used...any thoughts?

    Use SSMS if you want this to work !! (Not query analyser !)

    e.g. for test purposes

    create table mytable (id int not null identity(1,1) primary key,

    col2 varchar(150) not null ,

    col3 datetime not null default getdate() )

    go

    /* Fill table with 15000 rows */

    insert into mytable (col2) values ('Initial load');

    go 15000

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me