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: kim20
  • Content: Threads
  • Order by date
  1. kim20

    why are my differential backups 0kb?

    Hello I have my backup strategy for database internet full weekly backup daily transaction log backups (every half hour between 07:00 and 21:00) daily differentials (3 times during timeframe as above) although not live yet the database has had occassions of data updates/inserts/deletes - i...
  2. kim20

    binding textbox values on form2 from datagrid on form1

    Hi I have Form1.cs (with a datagrid) when the datagrid is double-clicked the ID value of the record is passed to hidden text box on Form2.cs using public property form1TextBoxValue as this.txtID.Text = tempvalue.ToString(); i have textboxes i would now like to populate based on the ID i...
  3. kim20

    display cell value from datagrid on delete

    Hi i am creating a windows app. I have a delete button which works ok as below. On the delete i would like to display a value from the cell as string s but i am aware the string s line will not work because item is not part of Eventargs e. how can i display the value from...
  4. kim20

    recommendations for staging server db to live db

    Hi I have a CMS Database held on a staging server set as Full recovery, with weekly full backup trans logs run every 30 mins during daytime diff run twice daily during daytime. i also use a maintenance plan to check integrity and optimize to remove unused space from database file. default...

Part and Inventory Search

Back
Top