Viewing 12 posts - 1 through 12 (of 12 total)
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...
November 9, 2010 at 6:36 am
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...
November 8, 2010 at 11:26 am
The process status =runable, open transactions = 1, command=execute,blocking=0
I still cannot kill it. Any comments?
Thanks
November 6, 2003 at 12:13 pm
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...
November 6, 2003 at 9:23 am
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...
April 4, 2003 at 6:38 am
Thanks, Thomas,
I found the related article using xp_fileexist.
March 26, 2003 at 8:36 am
Thanks, Andy.
How often do I need to run dbcc checkident?
February 27, 2003 at 8:32 am
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.
February 17, 2003 at 3:38 pm
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...
February 17, 2003 at 10:47 am
It works after I rebooted server.
Thanks
February 10, 2003 at 1:22 pm
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;...
October 29, 2002 at 1:33 pm
Viewing 12 posts - 1 through 12 (of 12 total)