Viewing 15 posts - 1 through 15 (of 59 total)
Wayne,
It looks like this is what I need. However, I keep getting an error because the the phone field is not int.
SELECT contact_KEY,
...
October 12, 2010 at 1:03 pm
Hope this helps in explaining what I need:
Ideal Result
client_id namecontact_KEYsalutationmailing__contact_address_type_KEYaddress_1cityaddress_2state_abbreviationpostal_codecontact_address_type_KEY Business Fax Home Mobile
CREATE TABLE [dbo].[Contact_Phone](
[contact_phone_KEY] [int] IDENTITY(1,1) NOT NULL,
[update__staff_KEY] [int] NOT NULL,
[update_date] [datetime] NOT NULL,
[contact_KEY] [int] NOT...
October 11, 2010 at 4:27 pm
I found the answer. I temporarily disabled the trigger on that table:
--ALTER TABLE [membership] DISABLE TRIGGER ALL
-- do work here
--ALTER TABLE [membership] ENABLE TRIGGER ALL
Thank you everyone for...
May 18, 2010 at 11:23 am
I did not create this database. There may be a trigger on this table.
Is there a way to temporarily disable the trigger while I do the update?
Thank you.
May 18, 2010 at 11:06 am
I have an SSIS package that copies data from one database to another.
I want to give some users an option to run this from a asp.net web page. I...
January 7, 2010 at 2:52 pm
rjv_rnjn + Bru
Thank you! The SSIS package did the trick.
October 28, 2009 at 3:43 pm
We have a web database and a local database.
There is no input in the web database. Only data is served on the website.
All input is done on the local...
October 28, 2009 at 12:17 pm
I found a solution here:
October 22, 2009 at 11:43 am
How would I run it against all tables without specifying each one?
October 22, 2009 at 11:18 am
Sorry. Nevermind. I misspelled a field name.
October 2, 2009 at 7:52 pm
Thank you everyone for the suggestions.
For now, we completely restored the db. We are currently reviewing the cause.
September 29, 2009 at 10:48 am
Ramesh and Christopher Stobbs:
Thank you very much. This is exactly the solution I was looking for!
Norbert
May 28, 2009 at 11:04 am
SSChasing Mays,
Perfect! Thank you very much for your help.
Norbert
March 13, 2009 at 5:33 pm
Viewing 15 posts - 1 through 15 (of 59 total)