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 Mike Lewis 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: *

  1. HappyAdam

    code does work when changed to amount/budget

    It looks like there is a null that is causing the problem. as there are some budgets that are 0. How might I code to prevent this?
  2. HappyAdam

    code does work when changed to amount/budget

    the following code is producing the wrong percent. THis is simple spending/bud to give the percent spent of the budget and the percent availalbe. But when i code this change the app blows up. http://pastebin.com/LyJ1cZX5 as you can see here but when i flip budge.value and i.amount, it blows up...
  3. HappyAdam

    How to add rows off the backup process

    HI I want to take some data via backup and place it in a different database, one which has the exact same tables and strucure. F:\Program Files\Microsoft SQL Server\MSSQL10.SQLSERVER2008\MSSQL\Backup\ where do I specify to place the data in the live folder?
  4. HappyAdam

    need to copy rows between 2 databases same tables

    I am trying to copy the rows from the tables in database spendanalyzer to database KPI to put then in customer id 1 in KPI from customerid 7 in Spendanalyzer - the following code is getting an error" Msg 102, Level 15, State 1, Line 4 Incorrect syntax near '1'." SET IDENTITY_INSERT...
  5. HappyAdam

    hown to get a copy of database schema diagrans

    HI How can i get a copy of database diagrams?
  6. HappyAdam

    need to hard code the first value selected

    I have this idea. The Silverlight app works by having a customer combo box and it just runs the first one there, not sure why that particular one is there but it happens to have a large amt of rows, 37,000. If I could hard code to have it start on the smallest customer, maybe we would resolve...

Part and Inventory Search

Back
Top