Viewing 5 posts - 1 through 5 (of 5 total)
-- As one other forum member said, the time in a datetime column is stored --- as a decimal. The trick in the code below simply truncates the decimal
--
--...
February 25, 2004 at 7:13 am
I don't think that jobs (SQL Server Agent jobs, i presume) take parms. (If I'm wrong, someone slap me silly and let me know...)
Here's how a user (via...
February 20, 2004 at 6:02 pm
Ah, I found someone else who fell for the "File has been written to since last backup" flag ... Wouldn't that be nice?
There may be a compromise...
"SELECT * FROM ::fn_virtualfilestats(dbid,dbfile_id)"...
January 28, 2004 at 8:18 am
Most likely you have an application that opens a transaction for updates, inserts, deletes, etc. and doesn't close the transaction for a long time. BCP operations can do this. Also,...
January 28, 2004 at 7:35 am
we have a situation similar to yours. if there's truly a hard file copy (or ftp) lock down, i guess you have to proceed with your sql-based solution: i don't...
January 27, 2004 at 2:32 pm
Viewing 5 posts - 1 through 5 (of 5 total)