Forum Replies Created

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

  • RE: Copy database with a backup/Restore script

    Hi All

    Thank you all for this. 😀

    Regards

    Bo

  • RE: Log files

    Thank you all for the replies.

  • RE: login mapped to user dbo

    I found a way

    Change the dbo users login to SA with this command

    exec sp_changedbowner 'sa', true

    and then mapped the login to a new user in the database.

    Regards

    Bo

  • RE: SELECT

    Hi

    Sorry about that, I don't know what I was thinking. I might have over done it with the JOINS, however I don't know I else to combine all my data.

    There...

  • RE: SELECT

    Hi Again

    Now I hope you still see this.

    But I have done what I been told and I use LEFT OUTER JOINS. But now the query takes 10 min to exec...

  • RE: SELECT

    It works

    I think I am starting to see the error of my previous way of join tables ;). But now I have a lot of statements I have to rewrite...

    Tank...

  • RE: SELECT

    Hi SteveB

    I need the where clause. I will try to make some simple sample data that might clearify my problem.

    I have 2 tables where my system stores data:

    entity

    e_string

    The tables have...

  • RE: Job fails

    The [] brackets worked. Thank you

    Bo

  • RE: Problem opening database properties

    Thanks the reattach works.

  • RE: Find two different Cells in one query

    It worked. Thanks

  • RE: Subquery

    Thank you it worked 🙂

  • RE: Subquery

    Let me try to make it more clear what I need by an example.

    The tabel has the following columns

    ID, Incident ID and Time

    Incident One

    1 1 0,15

    2 1...

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