Forum Replies Created

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

  • RE: Joins!!

    Hi all,

    Yes, i did that!!

    and have also added one more join but still it was taking bit longer

    so stored the 1st 3 joins result into a temp table and...

  • RE: Joins!!

    Thanks for the replies 🙂

    the problem was with the on clause

    "on b.PO71 = c.LinkfileLineSeq"

    PO71 was varchar while LinkfileLineSeq was decimal!!

    the query did started running..but it is taking ages!!

    Seems like...

  • RE: TSV to Table

    Thanks for the reply. Checked the link, really helpful.

    Thanks once again!

  • RE: TSV to Table

    hi again,

    Though am able to convert tsv to table now..but was wondering why did it truncated the columns when i converted tsv- to excel -to table?

    Total number of...

  • RE: TSV to Table

    Hi,

    Thanks for the replies. 🙂

    tried both and it worked!!:Wow:

    Thanks a tonne !!

    -Shree

  • RE: Conversion

    hello everyone, i found the answer!!!

    Just in case if anyone gets stuck with the same query

    i converted the smalldatetime column in the same way the variable was converted!

    cast(CONVERT(CHAR,DATEADD(d, -1,DATEADD(mm, DATEDIFF(m,...

  • RE: Monitoring databases!!

    Thanks a lott for the replies..:)

  • RE: Monitoring databases!!

    To monitor databases size, am using " sp_helpdb" - this gives size allocated to all the databases on a server but not the available space!

    i tried using " EXEC sp_msforeachdb...

  • RE: Monitoring databases!!

    I forgot that we can use " DBCC SQLPERF(logspace)" to get the details for the log files!!

    Thanks once again David!

    - Shree 🙂

  • RE: Monitoring databases!!

    Hey Thanks David!!

    Just tried the script you gave..it works great!..however it returns only the data files for all the databases..

    Can we do something to get the log files as well..??

    Thanks

    Shree...

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