Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dpwsmw
  • Content: Threads
  • Order by date
  1. dpwsmw

    How to find and then delete duplicates

    I have a table, that has duplicates in them, so Basically I would like to first find the duplicates with a script, and then delete all the duplicates
  2. dpwsmw

    Zipcode to County help

    I am new to Java, so I was wondering, If I have a form that someone inputs the Zipcode in one field that it can autofill the other with the county, this is for a small number of counties and like 20 ZipCodes. So is it like an if then statement. I would appreciate any help with this. thanks
  3. dpwsmw

    Disaster Recovery Scenario

    OK, here is the Situatuation, I have a Small Business Server, and I am in Florida, When a Hurricane is approaching we take the server offsite and relocate either in a secure bunker or Hotel. Neither the Hotels or Secure bunker will assign me a static IP. Is there a way to use a Dynamic IP such...
  4. dpwsmw

    Create your own Invoice CRM 3.0

    I need to create my own company invoice from within CRM 3.0 can anyone point me in the right direction on this? I want to use my format and company logo. Please Help
  5. dpwsmw

    Server Crash created new Domain, and all users have a 2@domain.com

    So our server crashed, I recreated the server and Domain, Different name, rejoined the master Domain, and now all my SMTP email have a 2@ourdomain.com. Its probably an easy fix, but I am not sure whee to fix it.. Please help.
  6. dpwsmw

    Query Multiple Server

    I have 2 seperate Servers, and would like to know the steps to connect both of them and run a insert statement from one server.table.row to server1.table.row Do you use a Join first? I need a little feed back thanks
  7. dpwsmw

    SQL Statement with an if statement??

    I have this insert, first of all it doesnt work, maybe I need a Join statement, But is there an easier way to write this, cause it will not work, any help would be appreciated. Thanks in advance Insert into [dbo].[tblArTransHeader] ( TransId, TransType, BatchId, CustId, ShipToName...
  8. dpwsmw

    Select Statement problem with Datetime

    here is the select statement the problem is I need a 2 digit code for Month, so if the number is 5 I need it to be 05 and if the number is 9 I need it to be 09 and so on, I cant seem to figure this out. its the 15th line of code and part of the 17th and 18th Can someone give me a hand? select...
  9. dpwsmw

    Create a View, how to change the size of a column

    How do you change the size parameter, cause I have a 18 character field and it truncates it to 9. any help?
  10. dpwsmw

    Activity Duration

    Does anyone have an Idea of how to change the picklist in the Duration field in Microsft CRM Activities?? I cant seem to find it in Deployment Manager
  11. dpwsmw

    Admin.exe Doesnt Launch

    I double Click Exchange Admin 5.5 and it doesnt launch, I look in tasks and it is there, but it doesnt ever come up, any suggestions?? However it does work when I reboot the server once.
  12. dpwsmw

    An update that deletes rows?Please need expert help!!

    here is the situation, I have a front end that calls this SP, any data that I change it brings over ok, But if I dont change it, it deletes the info from the row. So for instance, if I change the CustomerName, it changes the name and updates the table, But then it deletes all the other rows...
  13. dpwsmw

    How do you add 2 seperate Databses

    Can you add 2 seperate Databases from SQL to one ADP? Can it be done, and can someone send me a HowTo
  14. dpwsmw

    Tough One, Stored Procedure Not Functoining

    Below is a stored Procedure I have wrote, However it fails with the following error ************************************************** Server: Msg 213, Level 16, State 4, Procedure p_insertCustomer, Line 23 Insert Error: Column name or number of supplied values does not match table definition...
  15. dpwsmw

    Trigger one table to another db.table Quetsion

    I have a situation, I want to create an Insert trigger, I have 2 tables they are Identical one is in db1.ar1_cust and the other is in db2.ar1_cust I want a trigger that when something changes in one, it will change in the other. I was wondering if there was like a Wildcard that you could put in...
  16. dpwsmw

    How to write a Delete trigger

    Can someone tell me why this doesn't work? I am trying to create a trigger that deletes from one table when another table gets deleted where the accountnumber in the deleted table is = to the cutomernumber in the other. here is what I tried create trigger MASdel on [dbo].[AccountBase] FOR...
  17. dpwsmw

    Trigger not working with Join?

    Here is my trigger and it works great, However, I want to join a table called dbo.CustomerAddressBase and grab the accountbase.accountnumber and insert it into the table customeraddress.CFSMASCustNum, can I do this with one trigger? Can you Join 2 tables in a trigger? Below is my trigger, and...
  18. dpwsmw

    Question about a View

    This is probably a stupid question, But does a View automatically populate if you dont open it, In otherworkds, if there is a vue in the view list, and you enter data into the table that is directly related to a view will that view get the info?
  19. dpwsmw

    Changing a CASE to an INT in a Trigger?

    This Trigger Works, But I need to make the case an interger on Division, so when it comes in as 00 it actually puts 2 zeros in instead of one. Is there a way to do it with the Case statement I am using? I really need help with this. Can anyone help? CREATE TRIGGER [mas_trigger] ON...
  20. dpwsmw

    Trigger Format wrong.. Jointo another db

    I need some help with this trigger, I am not sure how to Join the Db MAS_001 and Maybe I can have an Expert, Take a look and tell me Why this doesn't work, and maybe someone can help me. Thanks in advance. CREATE TRIGGER [mas_trigger] ON [dbo].[AccountBase] FOR INSERT AS insert...

Part and Inventory Search

Back
Top