Viewing 12 posts - 1 through 12 (of 12 total)
Well, You are talking about stand by servers indeed. where servers provided with the backups or logs are read only servers.
My problem actually requires merge replication, where two machines are...
March 19, 2005 at 1:15 am
I am trying to write the changes made to a database into a file and update another remote database with such changes.
Kelly suggested to set up auditing via triggers which...
March 18, 2005 at 7:43 am
Thanks every one ...
Is there any way to read and use this log using t-sql . For instance like exporting the changes into an external file?
March 18, 2005 at 1:00 am
Thanks Site Owner
Actually, The thing that I find strange is that the server can distinguish which transactions where made and when as it is the case with the defferentional backup!...
March 1, 2005 at 1:45 am
Believe me, I got more dazzled with this discussion.
I still cannot decide what to do.
Having one lookup table will help me having less code on the application side.
The pros for...
January 4, 2005 at 3:59 am
Well Frank,
I already have an appplication which has each of clients and vendors apart.
But I had to have an account code for each of them in the chart of accounts....
January 3, 2005 at 1:15 pm
It could log into the server but could not enumrate the databases!
January 3, 2005 at 1:11 am
Thanks Vasanth
I read that having unncessary indexes would actual criple the database performance.
What do suggest for the optimal use of indexes?
January 2, 2005 at 3:24 am
Also , Can you please explain the use of cursortypes and locking in ado and if it can explain in this case
Thanks
December 4, 2004 at 1:40 am
I am using vb6 with ado
I was used to use addnew with a recordset
but so I will use somthing like
"insert into dbo_invoice (invoice_id, invoice_date) select max(invoice_id)+1 as new_id,...
December 3, 2004 at 9:13 am
Thanks Sam
Well, that's a good suggestion.
I suspected a piece of my delete function which could have deleted the first record not the one meant to be delelted.
But I recognized...
December 3, 2004 at 6:13 am
Thanks Paul
Well I guess this is what I am about to do .
I tried to change the sa password once but I...
December 3, 2004 at 6:04 am
Viewing 12 posts - 1 through 12 (of 12 total)