Viewing 15 posts - 1 through 15 (of 49 total)
Does anyone know if the stored rocess sp_MSforeachdb will work? I have not found any examples of that so far.
March 30, 2006 at 4:09 pm
I am stuck on this again...
now it looks like new databases will be added to the remote server almost every weekend. it could even be more then 1 thats added....
March 29, 2006 at 7:16 am
I think you have. I just was trying to see if there is an easier way then to go through all the db. but this will definitely work.
Thank you...
March 22, 2006 at 2:31 pm
thank you sara, it worked like a charm with a little modification of the fields that I wanted. Thanx again
July 20, 2005 at 11:16 am
That worked like a charm thank you very much urvashi.
July 19, 2005 at 7:23 am
I just installed .NET on the server and I still get this error.
When I go into the design of the package on the server and look at the Transfer...
July 18, 2005 at 9:40 am
Thank you for all your help and ideas.
"Tarique - I think there was a disconnect here...I was suggesting you keep a separate "deleted table" that would have objectID, tableID, UserID,...
July 13, 2005 at 8:58 am
sushila,
"1) Your objectID is not useful at all...you should use docID, AddressID etc. since this is the only ID that uniquely identifies your rows."
What I was thinking of doing is...
July 13, 2005 at 8:35 am
Each table has an Identity ID which I guess i didnt show. My mistake on that. I tried to keep the post to a minimum.
July 12, 2005 at 1:14 pm
It is IDENTITY and I am using
SELECT @@IDENTITY AS NewID
right after I do the insert to get the ID. this way this ID is my ObjectID.
"When a specific row...
July 12, 2005 at 11:24 am
the requirements are:
there are processes, documents, contacts, addresses, company info, stores info, employee info, insurance for each, 401k info for each etc. processes can have multiple documents attacthed to it....
July 12, 2005 at 9:19 am
what i am going to do is:
tblDocument
ID docID docName docLocation docVer
99 1 temp.txt c:\abc 1.0
when client changes c:\abc to c:\xyz then
tblDocument
ID docID docName docLocation docVer
99 1 temp.txt c:\abc 1.0
100 1 ...
July 12, 2005 at 8:13 am
sushila,
I was thinking about/discussing the situation last night. The solution I, with help from co-workers, came up with is we will keep the tables as is and have a status...
July 12, 2005 at 7:29 am
the example of Document that I gave is just one part. similer will apply to address records, contact names. phone/fax etc numbers, and other company related information. If it was...
July 11, 2005 at 3:07 pm
Thank you very much Noel. it worked perfectly!
July 8, 2005 at 10:30 am
Viewing 15 posts - 1 through 15 (of 49 total)