Forum Replies Created

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

  • RE: query help

    I'm not sure whether this will help you.. But I'm giving a try,

    select id, max(submit_date)

    from orders

    where id = "xxx"

    groupby id

  • RE: Installaion of SQL Server 2008 problem.

    This problem occurs because the service environment does not read the Windows registry to obtain the most recent changes to Windows environment variables.

    First check, echo %PATH% in CMD prompt...

  • RE: How to use the data from a stored procedure in a stored procedure

    Unfortunately, there is no built-in support for arrays in SQL Server's T-SQL.

    We cannot create arrays of variables or input parameters or columns in T-SQL.. 😀

    Workaround:- Write a proc (dynamic sql)...

  • RE: Lock and No Locks

    thnx 🙂 i got this clear..

  • RE: Mdf ,Ldf

    thank you jim! nxt time i will create new thread to discuss more..

  • RE: Mdf ,Ldf

    but is it ok if we keep both mdf/ldf files on one common storage (LUN partition) in SAN storage?

    my db size:15 gb

    mdf/ldf LUN Size : 200 GB

    ldf LUN size: 100...

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