Forum Replies Created

Viewing 15 posts - 331 through 345 (of 346 total)

  • RE: For the love of...

    we had a similar problem in one of our ASP pages...our situation was a case wherein the user clicks on a button and the data from the ASP page is...

  • RE: Late in the day query help requested

    whoops...error in the query - alias for the table should be F1 instead of F...

    select distinct(F2.machine_id),F1.product_key

    from Forum F1,Forum F2 where

    cast(F2.machine_id as varchar)***'#'***cast(F1.product_key as varchar)

    not in

    (

    select cast(machine_id as varchar)***'#'***cast(product_key...

  • RE: Late in the day query help requested

    Hope this helps(and I hope this results in what was needed) - this is a really late in the day query reply....

    note : *** is the plus sign...I can't seem...

  • RE: 'PRIMARY' Filegroup is full - error

    Hi,

    I came across the following in the Microsoft Knowledge base articles...

    If you delete text or image data, space may not be reused when new data is inserted. This can lead...

  • RE: xp_sendmail errors

    Hi,

    We use SQL Mail along with our exchange server and we get errors like "Unable to resolve email address" etc if there are two similar email addresses on the exchange...

  • RE: CASE statement and NULL values

    hmmmmm...that seems so obvious - now that I think of it.... 😉

    I have to learn to use this thing called the brain more often.....

  • RE: CASE statement and NULL values

    This works fine......thanks.........

  • RE: Count From two tables

    Thanks a lot for the info on UNION and UNION ALL...

    I was using only UNION in a couple of places and I am now using UNION ALL...before the SPs went...

  • RE: Count From two tables

    Hi,

    Here is my response based on what I understood :

    There are tables Table1 and Table2 and you want to count the number of rows in Table1 and Table2 and store...

  • RE: replace function

    I think I get it now...

    CTF = Request.form("CompanyNameTF")

    CTF = Replace(Replace(CTF,"&","AND"),"'","''")

    I hope this is what you are looking for.....

  • RE: replace function

    Hi,

    I assume that you are using the VBScript Replace function...that works fine on my system here...there's no problem replacing the "&" by "AND"...or is there something I am missing out...

  • RE: xp_sendmail - General MAPI failure

    problem solved... 🙂

    the Exchange mail account that is configured on the server had reached its limit...we just increased this limit and its working fine now...

  • RE: SQL Mail

    I agree with what JayMorrison has said...the same things work for us...with just one addition :

    Just restart MSSQL after you have configured the SQL Mail...we too had similar problems...

  • RE: SQL Server Profiler help needed...

    *Finally comprehension dawns upon winash*

    Thanks a lot... 🙂

    Managing senior programmers is like herding cats.

  • RE: SQL Server Profiler help needed...

    Hi,

    I have checked with these commands...they still give me the SQL Login details(like dbo or any other SQL Login that is being used for access)and not the NT User details...

    Is...

Viewing 15 posts - 331 through 345 (of 346 total)