Viewing 15 posts - 33,316 through 33,330 (of 39,804 total)
You can backup the files with a password, although it is not very strong. There are third party backups (Quest, RedGate, etc) that will encrypt the backup.
for the MDF, I'd...
March 7, 2006 at 8:05 am
I guess I have been seeing a lot of woman as DBAs. And she got top billing!!!
March 6, 2006 at 7:34 pm
Green Lantern, that was probably about you ![]()
March 6, 2006 at 7:33 pm
Mostly a locking issue. It's better than before and I haven't done any large scale development since early ss2k, so I might revise. Used to see too many "intermediate" results...
March 6, 2006 at 7:32 pm
Good for you. I always ask about the negatives. They certainly will come up later.
March 3, 2006 at 7:25 am
Sorry, try to catch those. It's been reformatted to fit better.,
March 1, 2006 at 4:12 pm
Apologies to all. No idea what happened when I posted this.
Maybe I was running
select sin(confused_DBA(annoymembers()))
![]()
March 1, 2006 at 6:59 am
Is this SQL Server 2000 or 7?
February 28, 2006 at 8:16 am
Ah, but I'd put it up on my desk. Maybe a nice 30 incline to it.
February 28, 2006 at 8:16 am
Are there backup files from this server in there? From my testing it appears that this command will actually check to see if these are valid backups by running a...
February 28, 2006 at 8:15 am
CREATE PROCEDURE u_GetWeekNo
@ARG_CheckDate Datetime,
@ARG_WeekNo Integer Output
AS
select @arg = datepart( wk, @arg_checkdate)
return
February 28, 2006 at 8:14 am
I thought this one would be interesting ![]()
February 28, 2006 at 8:14 am
If you can connect to the other server, you can just do a save as on the other server as well.
February 28, 2006 at 8:13 am
Ah, but the question asked about AWE. The /3GB switch does not enable AWE, but moves the partition for the kernal to allow an application to use 3GB while reducing...
February 26, 2006 at 9:53 am
Viewing 15 posts - 33,316 through 33,330 (of 39,804 total)