Viewing 15 posts - 1 through 15 (of 26 total)
I have no idea.
I only know that it happened during adding a drive to the server.
June 17, 2005 at 3:36 am
On Saturday morning last week I picked the phone and this is what I've heard:
Hello! We've got a serious problem here. I've just ereased all the drives on SQL Server...
June 17, 2005 at 2:46 am
Sometime ago I created a Query Analyzer template like this:
BEGIN TRAN
/* queries go here */
-- ROLLBACK TRAN
-- COMMIT TRAN
--
-- SELECT @@TRANCOUNT
-- DBCC OPENTRAN
If I make any...
June 16, 2005 at 1:16 am
Yes, there are links for Jan/Feb and Mar/Apr issues.
However, SQL Server Standard for MCPs article http://tinyurl.com/bmbcx says that one 'can now get the January, March, and May issues on...
May 31, 2005 at 12:06 pm
I'm with you, guys.
My point has also been stolen from me.
January 5, 2005 at 3:37 am
This is what BOL says:
-c
Indicates that an instance of SQL Server is started independently of the Windows NT Service Control Manager. This option is used when starting SQL Server from...
December 23, 2004 at 12:28 am
Yeah, but the server starts in single-user mode with -m switch only. Just checked this.
December 22, 2004 at 9:09 am
Thanks for the explanation.
I reported that such a problem exists. Maybe they'll fix it.
December 22, 2004 at 3:04 am
Can anyone explain why the links to MSDN in explanation section are never clickable (one has to copy them into the address bar in order to use them)?
December 22, 2004 at 2:24 am
Nice explanation, SQLBill.
'Till next time (= next QOD), everyone!
November 24, 2004 at 12:23 am
OK, sorry about my English. It is not perfect. I might have used an inappropriate word. By 'execute' I meant 'execute with no errors'.
However, I still think that 'execute' means...
November 23, 2004 at 8:42 am
Please define the word 'execute'.
November 23, 2004 at 8:25 am
Interesting point, Kelvin. I don't know how to explain this.
I only noticed that the order of statements in essential. This works:
SET QUOTED_IDENTIFIER OFF
GO
IF 0 = 1
SET QUOTED_IDENTIFIER ON
SELECT...
November 23, 2004 at 4:01 am
Viewing 15 posts - 1 through 15 (of 26 total)