Viewing 15 posts - 2,551 through 2,565 (of 2,904 total)
You might want to check the scripts you have running around that time...maybe a script is causing the database connection to close.
-SQLBill
August 26, 2003 at 8:03 am
One other thing to check...did the admin change the port SQL Server is listening on?
On the server, open Enterprise Manager, right click on the server, select Properties, select General tab,...
August 26, 2003 at 8:02 am
Senior DBA is usually the person-in-charge. When you have a company that has Senior and Junior DBAs, that usually just means the SR DBA has more experience and might have...
August 22, 2003 at 12:50 pm
Looks to me like something corrupted your log file (.ldf).
Can you DETACH the database?
If so, do that and then move the log file to another location or just rename it....
August 22, 2003 at 12:25 pm
quote:
The only thing that i need to change is this key? This is an 'official' procedure? Seems like i'm breaking some license...
August 22, 2003 at 12:21 pm
Looking at your code, it looks like you DON'T want any SYSUSERNAME from this list:
'valverde\pGist'
'valverde\jGolden'
'valverde\tPeepgrass'
'valverde\lGallo'
'valverde\cBerry'
'valverde\aGuild'
'valverde\rGlenn'
'valverde\mSarkissian'
'valverde\cJenkins'
'valverde\rKepler'
Is that correct, that you don't want ANY of those names?
If so, you need to change...
August 22, 2003 at 5:13 am
Way to go Dale! Glad to hear you are back up and hopefully without any problems (besides a boss you would probably like to strangle). Maybe now your boss will...
August 20, 2003 at 7:52 pm
quote:
Dagoboz, where exactly do you live that gas station attendants STILL PUMP YOUR GAS??
Dagoboz might...
August 20, 2003 at 11:08 am
Or better yet:
SET DATEFORMAT mdy
SELECT CONVERT(varchar(10), '010702', 101)
-SQLBill
August 20, 2003 at 5:17 am
Try:
SET DATEFORMAT mdy
SELECT CAST('010702' AS DATETIME)
-SQLBill
August 20, 2003 at 5:15 am
quote:
Note to self: Investigate the most commonly used vehicle to drive on the left side in Britan before the war of independance...
August 19, 2003 at 6:18 am
When we built our active/passive cluster, MS DTC was automatically loaded with SQL Server Enterprise Edition. We had problems with it until COMCLUST was run.
So, I believe that will solve...
August 15, 2003 at 6:51 am
Thanks everyone.
I have some ideas now. I'm not sure ASP will work for me, I'll have to check into it more. I'm not allowed to use 'unapproved' software, so I...
August 14, 2003 at 5:42 am
I've never used ASP, where can I find information on how to set up an ASP page?
-SQLBill
August 13, 2003 at 8:10 am
What could be said about Mary's permissions to the Orders table?
That means, based on the status of her permissions NOW. And as her permissions are set NOW, she can NEVER...
August 13, 2003 at 8:09 am
Viewing 15 posts - 2,551 through 2,565 (of 2,904 total)