Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: SQL varbinary(max)....

    Hello Again!...

    Just in some case I'll have some files with this size, normally my files will be since 1MB to 10 MB and in some case with 20 to 40...

  • RE: SQL varbinary(max)....

    That's a real answer, and based on what you mention is that when uploading a 40mb file in the database, the cost is approximately 672 kb file? ...

    Incredible.

    and really thank...

  • RE: SQL varbinary(max)....

    Hello

    Thanks for sharing your experience with barbinary.

    I will be creating the new table with the option of TEXTIMAGE_ON and creating a new group to see the performance.

    Another question.

    When I upload...

  • RE: Calling SQL Server With A BlackBerry Phone

    Cool article, but i'd like to know if you use the blackberry toolkit from vb.net and then you use a web service?? or wath did you do?

    thanks alot and nice...

  • RE: SQL Server agent jobs

    Hi all,

    I've the same error: i installed the SP2 for Client and nothing I'm getting the same error. should i reinstall the SQL?... i don't know wath to do?.. and...

  • RE: Loop, Cursor or maybe something else?

    Hi

    i hope this can help u, maybe not is the good way but i thing that works!

    create table #tmpTable(

    IdTmpTableINT IDENTITY(1,1),

    ConceptVARCHAR(50)

    )

    create table #tmpProduction

    (

    idProductionINT IDENTITY (1,1),

    idConceptVARCHAR(50),

    ConceptVARCHAR(50)

    )

    insert into #tmpTable(Concept)

    select'1 Cars'

    insert into #tmpTable(Concept)

    select'a Corvette'

    insert...

  • RE: CAST DATE i.e 1=Jan, 2=Feb, 3=March etc....

    try it

    select datename(month,TRADE_DATE)

    fromtbldeals

  • RE: optimize queries

    Hi Jeff once egain...

    interesting your case and in that case who u can resolve it?... 🙂

    And i'll talk with the network administrator.

    I really apreciate it..

    Tx.

    😎

  • RE: optimize queries

    Hi Jeff, thanks a lot...

    Now that you are talking something about the WLAN, when i execute this query in the local server the time is 1 second, but when i...

Viewing 9 posts - 1 through 9 (of 9 total)