Forum Replies Created

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

  • RE: LDF File has been deleted - Help!

    Have you tried to attach from the Enterprise Manager.

    I have had these problem one day. And from the Enterprise Manager I attached the database correctly.

    You will only get a warning...

  • RE: Querying the Active Directory from SQL Server

    Thanks David,

    This query already works fine:

    SELECT * FROM OPENQUERY( ADSI, 'SELECT Name, SN, ST FROM ''LDAP://GALCD2''')

    and this other too:

    SELECT * FROM OPENQUERY( ADSI, 'SELECT sAMAccountName,cn,userWorkstations FROM ''LDAP://GALCD2/OU=SETSIyGABINETE,DC=galatea,DC=cervantes''')

    The biggest inconvenience...

  • RE: Problem when I try to see volumes from SQL Server

    Thank you.

    Your information has been really useful.

    I have added the disk as dependence of the SQL Server Service and I already see correctly G:...

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