Redundancy

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I need to create a duplicate record into another database when I create a record in the current one. I'm using the SQL INSERT Command. How would I send a copy to another database with SQL? Also is this safe?
Thanks
DS
.



Relevant Pages

  • Re: Cannot use a CONTAINS or FREETEXT predicate on table...
    ... command from the context of the database I wish to publish. ... This database is not enabled for publication. ... The replication agent has been successfully started. ... Source: Microsoft SQL Native Client ...
    (microsoft.public.sqlserver.replication)
  • Re: SQL update in SQL database issue
    ... I am thinking if i change the database from Foxpro to SQL or MS Access, ... program installation require, if a table corrupted, user can just attach ... should I use SQL pass through command to update the Foxpro Database or ...
    (microsoft.public.fox.programmer.exchange)
  • Help needed, ASP.NET caching with SQL Server doesnt work
    ... I'm trying to use ASP.NET caching with my web site and SQL Server, ... First I run the aspnet_regsql tool on the command line succesfully to enable ... the database for cache notification: ... dependency matches exactly the table name used in cache notification ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Backup SQLExpress 2005 in code
    ... The backup statements can be done as DDL (Data Definition Language, a form of SQL Script), so you can send the commands to the database via that method. ... One option is to send as a SQL command, but that is not the best option, as you lock up a thread while the command is running. ...
    (microsoft.public.dotnet.framework)
  • Re: dataset saving to sql ce
    ... > I am attempting to save a dynamic dataset to sql ce, ... > create table command is as follows: ... > exception with the message "Update". ... > if ) // Get rid of existing database file ...
    (microsoft.public.dotnet.framework.compactframework)