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!

Recent content by AndyFreeman

  1. AndyFreeman

    Rename Folder Using ASP.Net page

    Hi there all i am really hoping you can help me with something i have been struggling with for days now. I am trying to rename a folder using a asp.net page, the idea is the user eners name of folder in a text box, clicks a button and in the onclick sub i rename this folder. The drive i am...
  2. AndyFreeman

    Rename Folder Using ASP.Net page

    Hi there all i am really hoping you can help me with something i have been struggling with for days now. I am trying to rename a folder using a asp.net page, the idea is the user eners name of folder in a text box, clicks a button and in the onclick sub i rename this folder. The drive i am...
  3. AndyFreeman

    Textbox Highlight all text on click

    Apologies guys, i have found the solution In the PAGE LOAD section: TextBox1.Attributes.Add("onfocus", "this.select()")
  4. AndyFreeman

    Textbox Highlight all text on click

    ok thanks have posted across there apologies if i used the incorrect forum
  5. AndyFreeman

    Textbox Highlight all text on click

    Hi there In my aspx page i have a textbox that is used for users to enter a search string, on load of the page i have a text value set to Search..... the object in the page is as below: <asp:TextBox ID="tb_search_google" runat="server" Text='Search.....' /> What i am looking for is when the...
  6. AndyFreeman

    Textbox Highlight all text on click

    Hi there In my aspx page i have a textbox that is used for users to enter a search string, on load of the page i have a text value set to Search..... the object in the page is as below: <asp:TextBox ID="tb_search_google" runat="server" Text='Search.....' /> What i am looking for is when the...
  7. AndyFreeman

    SQL 2005 Server, cant back all DB's T-Logs up

    Ok no probs, thanks for all your help. I think it has something to do with Db owners etc the only DB's i am having a problem with is ones migrated across from our old SQL 2000 Server I am having a good look around now
  8. AndyFreeman

    SQL 2005 Server, cant back all DB's T-Logs up

    Plan 1 I Specify the DB's to backup and uses sub directories I have tried plan 2 on both subsirs and not and also on specified db's and all user db's Dont seem to be able to get any combination to work unfortunately
  9. AndyFreeman

    SQL 2005 Server, cant back all DB's T-Logs up

    I presume so as the same account would be used to create the Full DB backups on that server also I have 2 Plans Plan 1/ Does full Db backup every 12 hours Plan 2/ Every 1 hour backups up T-Logs of same DB's
  10. AndyFreeman

    SQL 2005 Server, cant back all DB's T-Logs up

    No sure if this error will tell you much but i am receiving this error whenever i run the DB maint Task to backup the T-log for just a single Db Message Executed as user: LAUW03EXCH02\SYSTEM. ....00.3033.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started...
  11. AndyFreeman

    SQL 2005 Server, cant back all DB's T-Logs up

    Wonderful, that was it. Amazing when ur close to a problem how its always the small things that sat in front of you that you dont see. Thanks so much Paul
  12. AndyFreeman

    SQL 2005 Server, cant back all DB's T-Logs up

    I have stumbled across a little proble. I have been setting up some maintenance wizards to backup all of our DB transaction logs. However it will not show me all of the databases present on the server. It only shows me some of the User DB’s. I have had a look around the only difference I can...
  13. AndyFreeman

    SQl 2005 Saving Maintanance Plans - &quot;no such interface supported&quot;

    Thankyou very much, this morning i have re-installed sql server 2005 and ensures i had integration services then patched and all is working fine now Thanks Andy
  14. AndyFreeman

    SQl 2005 Saving Maintanance Plans - &quot;no such interface supported&quot;

    Hi there, I am running 2005 Server and am having great difficulties creating Maintenance plans and saving them. Every time i try and save changes i get an error window up saying "no such interface supported" if i create the plan through the wizard it is fine but of course not all plans can be...
  15. AndyFreeman

    Fixing Crosstab Column Widths

    When running a Crosstab report, using Impromptu Version 7.2mrI The column information differs each time a differing prompt is entered and the report run, but the column widths remian the same size which does no always accomdates the data in the field. Has any one any ideas how to fix the column...

Part and Inventory Search

Back
Top