Viewing 15 posts - 1 through 15 (of 17 total)
Thanks Graeme.
I was afraid of that (nicknames).
I was under the impression that the order of replication was determined by the order in which the objects are added to the publication,...
October 16, 2007 at 10:00 am
You're right about the PK not being replicated before the child. What do you mean by "nickname" and where does one set it?
Also, how do you ensure parent tables get...
October 16, 2007 at 5:36 am
Go with replication. Transactional or Merge will be fine. Create either a push subscription from the main server to your backup server or a pull subscription the other way. Set...
February 15, 2007 at 5:13 am
Don't dismiss Access so quickly without knowing the details of the required application. Depending on the needs of the company and what they want to do, Access could well be...
January 17, 2007 at 5:37 am
I'm not sure truncating will work on tables linked by referential integrity. You can either drop all constraints first, or delete the records from child tables first, then move up...
December 19, 2006 at 8:21 am
That looks about the way I would do it. Just make sure you can re-name a uniqueidentifier column and reset it as a primary key before you start - I'm not...
December 15, 2006 at 6:48 am
You will need to add a field to the "inventory item" table to hold the primary key of the "sales order item" table. When an inventory item is placed on...
December 15, 2006 at 6:39 am
I think you have the wrong syntax for ISNULL. That function requires two parameters.
October 31, 2006 at 5:30 am
I believe you still need to supply the username 'admin' even though no password is set for the admin user.
October 10, 2006 at 6:54 am
You could use SQL Login authentication - however, the same problem of the "open computer" would still exist. If a user logged into the Application/SQL Server and left it open...
September 20, 2006 at 5:34 am
Prasad assumed you would pass the value in as a parameter to the stored procedure. If this is the case, your SQL command to run the SP would look like:
...
September 19, 2006 at 5:58 am
You do development on your production machines?
September 19, 2006 at 5:51 am
Have you tried setting "Record Locks = No Locks" on the "Other" tab of the report design properties in Access. You really only need "read only" access to data showing on...
September 19, 2006 at 5:49 am
The user needs rights to run xp_cmdshell or you have to set up a proxy user for the SQL Agent.
August 31, 2006 at 7:56 am
I think you need to set up a "proxy" user in the SQL Server Agent properties. The proxy user should be a "windows" user that has permissions to run Agent.
August 23, 2006 at 7:45 am
Viewing 15 posts - 1 through 15 (of 17 total)