Viewing 15 posts - 33,256 through 33,270 (of 39,739 total)
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
Take advantage of more memory beyond the 2GB that's standard in the Windows kernel (32bit)
February 24, 2006 at 7:18 am
No offense taken. Just clarifying. I had to go back and reread the question after your post to make sure.
Remember to answer the question and not read beyond or try...
February 24, 2006 at 7:17 am
Actually we asked that a series of queries occur within a transaction. I guess we could have specified 3, but given the questions, the answer should be obvious if you...
February 23, 2006 at 6:16 pm
Thanks for the complements and hopefully this will help some people.
David, you missed it slightly. Early in my career I had a 3 year time frame, looking to gain different...
February 23, 2006 at 10:53 am
, Godwin's Law certainly applies to Slasdot.
February 23, 2006 at 10:51 am
Viewing 15 posts - 33,256 through 33,270 (of 39,739 total)