Forum Replies Created

Viewing 14 posts - 1 through 15 (of 15 total)

  • RE: a generic error occurred in gdi+

    it's not working. do you have other idea. This error is not occurring in our development office, only in the client.

    Client computers are running windows xp sp2.


    AUXilliary COMmunication 1

  • RE: a generic error occurred in gdi+

    no one else know?


    AUXilliary COMmunication 1

  • RE: Know database current users

    Ok... Many thanks to all of you! I will just play w/ it around!

    Thanks again!


    AUXilliary COMmunication 1

  • RE: How do view execute?

    The subquery is a correlated subquery. All the where clause are different. Example:

    select ...,

    (select count(*) from myview where myview.id = m.id and myview.field1 = 1 and ....) as fieldname,

    (select count(*)...


    AUXilliary COMmunication 1

  • RE: How do view execute?

    The select subqueries contains agregrate functions like:

    (select count(*) from myview where ...) as field1

    (select sum(field) from my where ...) as field2

    How to use case for sql? Can you show some...


    AUXilliary COMmunication 1

  • RE: Know database current users

    I get it now! I can kill the process so that I can take offline the database.

    Thanks!


    AUXilliary COMmunication 1

  • RE: big query conversion problem

    oh i see! i wish it will be on the next version of sqlserver

    many thanks to u!!!!


    AUXilliary COMmunication 1

  • RE: big query conversion problem

    Thanks! But why its not allowed in sqlserver to use directly expression fields?


    AUXilliary COMmunication 1

  • RE: use case result field problem

    thanks for the idea of derived table.


    AUXilliary COMmunication 1

  • RE: select/insert/update blob fields

    Thanks to this extended sproc technique. I just learned that it is possible to create objects inside sqlserver, what a nice feature!

    Many thanks for the script Tobi. I will just...


    AUXilliary COMmunication 1

  • RE: DatePart Function

    I used this UDF alot to return only the date part. I got from some site. It is also possible to get the time part mathematically. I just forget the...


    AUXilliary COMmunication 1

  • RE: incorrect syntax create view problem

    Many thanks to you Antares! And also for the tip on IF EXISTS alternative.


    AUXilliary COMmunication 1

  • RE: sp3 blank password problem

    thanx for informing me.

    i already install msde w/ a blank password. it goes well. and its only for learning purposes.

    now, i just want to get tutorials about msde. do u...


    AUXilliary COMmunication 1

  • RE: sp3 blank password problem

    tnx for the reply...

    i dnt have any previous msde installed and solve my own problem. i just use the command:

    setup.exe blanksapwd=1


    AUXilliary COMmunication 1

Viewing 14 posts - 1 through 15 (of 15 total)