No announcements
Found 3079744 threads
-
0 Votes
Delete record after a certain time
I'll create a stored proc that's run once a day to delete any expired records.Answered | 3 Replies | 5911 Views | Created by RegX - Thursday, September 24, 2009 1:48 AM | Last reply by RegX - Thursday, September 24, 2009 12:44 PM -
0 Votes
Deleting 500K rows at a time
why not delete all the time?Answered | 6 Replies | 3488 Views | Created by kesar_k - Friday, April 13, 2012 4:15 PM | Last reply by Ramesh Rakam - Friday, April 13, 2012 10:03 PM -
0 Votes
Delete Blob automatically after certain period of time
However, if you want to delete the blobs automatically, we need to write delete function in our work role we can use the container's ListBlobs method to fetch the blobs ...Answered | 3 Replies | 7427 Views | Created by babloo1436 - Friday, September 6, 2013 5:26 AM | Last reply by Jambor yao - Thursday, September 12, 2013 11:38 AM -
2 Votes
DataTable + delete selected Rows
Now, i have certain conditions left to the users choice, depending upon which i have to associate only certain rows from this outtable to the grid.Answered | 16 Replies | 69875 Views | Created by edukulla - Thursday, August 17, 2006 11:43 AM | Last reply by BonnieB - Sunday, December 5, 2010 12:28 AM -
0 Votes
Are projects automatically deleted after a certain time of inactivity
And also you can check the histroy via VS to see if you or someone delete the projects.Answered | 2 Replies | 1039 Views | Created by DevDells - Thursday, September 5, 2013 8:37 PM | Last reply by Charles-Li - Friday, September 6, 2013 7:29 AM -
0 Votes
Delete row where certain conditions are met
bottom to top) For Lrow = Lastrow To Firstrow Step -1 'We check the values in the A column in this example With .Cells(Lrow, "C") ...Answered | 4 Replies | 1179 Views | Created by Geir Arne Hansen - Monday, December 9, 2013 11:46 AM | Last reply by CSharpNoob2011 - Tuesday, December 10, 2013 5:39 PM -
1 Votes
Excel: Replace values in rows after certain GAP of row numbers
I need to replace the value in a certain row that is repeated after a certain amount of rows.Answered | 1 Replies | 1138 Views | Created by Success t0rres - Monday, July 8, 2019 10:23 AM | Last reply by Herbert Seidenberg - Tuesday, July 9, 2019 1:27 AM -
1 Votes
get deleted Rows after DateTable.Merge
This call will get you all changes made to the datatable after the last AcceptChanges() call.Answered | 6 Replies | 2470 Views | Created by frank.uray - Friday, June 24, 2011 3:38 PM | Last reply by Nico Boey - Tuesday, June 28, 2011 11:32 AM -
0 Votes
How to generate rows certain times with a counter column
Hi How can I write it in SQL?Answered | 3 Replies | 592 Views | Created by DanmanBi - Friday, July 10, 2015 1:18 PM | Last reply by Patrick Hurst - Friday, July 10, 2015 2:42 PM -
0 Votes
How to shrink database after deleting multiple rows in a table?
I misread your original post, deleting rows is always handled better in batches.Answered | 4 Replies | 9057 Views | Created by PCSQL66 - Thursday, September 19, 2013 12:28 AM | Last reply by Candy_Zhou - Friday, September 20, 2013 7:01 AM -
0 Votes
Making an app Time after a certain amount of time vb 2005
Sup, I need to have an application time out or disable it after a certain amount of time.Answered | 2 Replies | 13138 Views | Created by Bigmos - Tuesday, March 18, 2008 2:14 PM | Last reply by Ed Price - MSFT - Wednesday, January 4, 2012 6:08 AM -
0 Votes
How to create trigger on delete if Delete certain rows in table drop the matching tablename(this information is stored in table) in Database
Hello I have table which contains log like structure on delete on rows drop the table in Database-- ...Answered | 2 Replies | 671 Views | Created by Ranjith Murthy - Wednesday, January 13, 2016 8:57 AM | Last reply by Manu Kapoor - Wednesday, January 13, 2016 11:46 AM -
0 Votes
return a database to a certain time
how can i return a database to a certain point of time if i don't have a backup ?Answered | 2 Replies | 7622 Views | Created by Butmah - Sunday, October 23, 2011 8:12 AM | Last reply by zerome - Tuesday, October 25, 2011 4:01 PM -
4 Votes
how to delete duplicate rows in access
Interesting way to delete those rows repeated.Answered | 7 Replies | 8740 Views | Created by E_gold - Thursday, June 21, 2012 10:41 AM | Last reply by Miguel Arroyo Pérez - Friday, June 22, 2012 6:17 PM -
0 Votes
How to delete rows from Queues
Hello There, I am having problem to delete rows/Messages from Queues in sql server 2008.Answered | 3 Replies | 24057 Views | Created by Outlander_DBA - Friday, October 16, 2009 2:21 PM | Last reply by Outlander_DBA - Monday, October 19, 2009 10:02 AM -
1 Votes
How to cancel a Console.ReadLine() after a certain amount of time?
yes, but if time goes by, even if you type sometihng in, console app will close as soon as user presses Enter.Answered | 5 Replies | 5741 Views | Created by alexkill51 - Friday, September 7, 2012 8:24 PM | Last reply by Mitja Bonca - Friday, September 7, 2012 10:40 PM -
1 Votes
how to delete a specific row from a database
Hi OurNed, i'm not concern with the data, i only want to delete the data that is on the second row, whatever it is, it should delete the second ...Answered | 8 Replies | 14655 Views | Created by OurNed - Friday, January 21, 2011 9:29 PM | Last reply by Hugo Kornelis - Sunday, January 23, 2011 12:21 AM -
0 Votes
How to delete row with condition
I could not use merge statement Because at one time only one record is coming that check in gridview if One activity I mistakly save And I update ...Answered | 5 Replies | 772 Views | Created by tusharshinde - Thursday, August 6, 2015 12:13 PM | Last reply by tusharshinde - Friday, August 7, 2015 8:17 AM -
3 Votes
when deleting rows from a grid, how to update the Grid.RowProperty for the remaining rows?
ok. seems i kinda solved this problem myself. every child element embedded in a row having an index larger than the one to be deleted needs its Grid.RowProperty reduced by one ...Answered | 9 Replies | 3964 Views | Created by TomTom1234 - Friday, March 27, 2009 8:05 AM | Last reply by TomTom1234 - Monday, April 6, 2009 12:37 PM -
1 Votes
Restore deleted database to certain point in time
PF NF, For a deleted Azure SQL Database you can only restore up to the point in time at which the database was deleted.Answered | 1 Replies | 950 Views | Created by PF NF - Friday, April 10, 2015 4:14 PM | Last reply by Eli Fisher - Friday, April 10, 2015 4:54 PM - Items 1 to 20 of 3079744 Next ›
No announcements