Forum Replies Created

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

  • RE: Database design - help needed

    Thank you so much.

    Product A and B have nothing in common except democraphic tables. A developer suggests put Product B in a seperated database so that he can use...

  • RE: Database design - help needed

    Thanks for the replies.

    Here is the basic table relationships.

    Account

    AccountGUID (PK)

    SalesrepGUID (FK)

    AddressGUID (FK)

    PhoneGUID (FK)

    ProductA

    ProductGUID (PK)

    AccountGUID(FK)

    Address

    AddressGUID(PK)

    Phone

    PhoneGUID(PK)

    Salesrep

    SalesrepGUID (PK)

    User

    UserGUID (PK)

    UserAccount (1 user to many accounts relation)

    UserAccountGUID (PK)

    UserGUID (FK)

    AccountGUID (FK)

    Since all existing...

  • RE: Blocking process cannot be killed

    Thanks, The table is back.

  • RE: Blocking process cannot be killed

    The process status =runable, open transactions = 1, command=execute,blocking=0

    I still cannot kill it. Any comments?

    Thanks

  • RE: Blocking process cannot be killed

    Yes, you are right. spid 80 is gone. But spid 20 blocking is 0 status is running. It has a rollback transaction. I tried to stopped the job, it said...

  • RE: xp_fileexist find a file accross network

    Thanks, ianscarlett.

    You are right. The account I tried was a remote PC access network via VPN and it does not have access to the network direcotry. It works if I...

  • RE: How to find files and move...

    Thanks, Thomas,

    I found the related article using xp_fileexist.

  • RE: Help on data loss

    Thanks, Andy.

    How often do I need to run dbcc checkident?

  • RE: Slow on query

    Thanks, Jay:

    It works after I used inner join instead of left outer join. I am wondering about other queries that have to use left outer join.

  • RE: Slow on query

    It happens on some complicated queries joined from several tables. These tables are updated frequently. It ran ok for several months with execution time 1s. But now it takes over...

  • RE: Running forever on creating a trigger

    It works after I rebooted server.

    Thanks

  • RE: How does Windows authentication work?

    I have trouble to connect to the SQL Server with windows authentication settings from ASP or VB.

    It works if I use SQL Server authentication as: dsn = "Provider=SQLOLEDB; Server=xxxxx; Database=xxxxx;...

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