All Tags » delete (RSS)

Browse by Tags

  • SCCM Script to Delete old machines from SCCM Database?

    Hello All, i'm currently looking into how to create a SCCM WQL Script to Delete machines from the SCCM Database more than 30 days? Ive currently found a way to locate machines in SCCM & AD Which are older than 30 days, an example of this script is below: select SMS_R_System.ResourceId, SMS_R_System...
    Posted to Systems Management Server (Forum) by microsoft on 03-10-2010
  • Error when trying to delete a row

    Hello all, my website's forums built on asp.net give me a problem recently. When new users add a new post, the post does not contain the user's id and it gives an error on the website. Now, I have identified the 2 posts that give me the error. Both have as user id=0 This is the mistake. When...
    Posted to MS SQL Server (Forum) by microsoft on 03-04-2010
  • Unable to execute query to DELETE records

    Hi experts, I'm using SQL 2008 64bit version (developer edition). When I create new query from SQL Server Management Studio, I was able to run SELECT query, the query return 40.000 records. SELECT * FROM MyTable WHERE MyTableId = 60 Then I tried to execute delete command DELETE MyTable WHERE MyTableId...
    Posted to SQL Server 2008 (Forum) by microsoft on 02-22-2010
  • Linked table cannot be modified?

    I'm working on an Database created by a former co-worker which links data from a dbase 5.0 database with Access 2000. The dbase data needs to be deleted from within Access and my former managed to accomplish this in Access 97 using a delete query but with the upgrade to 2000 it now fails. The error...
    Posted to Access (Forum) by microsoft on 02-14-2010
  • How to delete a record from a form page.

    I have a DB that on the form has a button on it labled "Undo Record" and when i open the for in design view and go to properties of that button it is mapped to an even proceedure as follows. Private Sub Command157_Click() On Error GoTo Err_Command157_Click DoCmd.DoMenuItem acFormBar, acEditMenu...
    Posted to Access (Forum) by microsoft on 02-12-2010
  • Delete All Records from Recordset

    MS Access 2000 I am trying to delete all the records from a recordset. I've tried scrolling through using ADO and deleting each record individually... here's the code: ***** strKeyQry = "SELECT tblMaster.ContactID, tblTemp.ContactID, tblMASTER.Flag, tblMASTER.[Email] " & _ "FROM...
    Posted to Access (Forum) by microsoft on 02-10-2010
  • Delete Access Query using ADOX

    I'm trying to use the code below to delete a query in MSAccess and it fails on the last line. Dim dbConn As New ADODB.Connection dbConn.Open(CONN) Dim Cat1 As New ADOX.Catalog Cat1.let_ActiveConnection(dbConn) Dim View1 As ADOX.View = Cat1.Views.Item("Query1") Cat1.Views.Delete(View1)
    Posted to Access (Forum) by microsoft on 02-10-2010
  • Access 2003 delete buttons greyed out

    I have MS Access 2003 installed and have been using it on a new computer for the last month. Everything was working fine until yesterday when I tried to delete an object (form, report, macro, any object) from the main menu... I can't delete anything from the UI: the delete button is greyed out, and...
    Posted to Access (Forum) by microsoft on 02-09-2010
  • Excel 2003 - How to delete rows - based on a criteria - as part of a macro

    Hello I have an Excel 2003 issue. I want to delete rows based on a criteria. The criteria being that any row which has a number greater than zero in Column D (e.g.). The tricky part is, I want to do this as part of a macro. So basically, if the spreadsheet has 200 rows and only 100 of those rows have...
    Posted to Excel (Forum) by microsoft on 02-01-2010
  • Autoexec.bat routine to delete files based upon date in a specific directory

    Windows CE- need to create a dos routine that will run in the autoexec.bat file. This routine needs to simply scan a preset directory for files older than (current date minus XX days) and delete those files. nothing else. simple.
    Posted to MS DOS (Forum) by microsoft on 01-29-2010
Page 1 of 49 (481 items) 1 2 3 4 5 Next > ... Last ยป