Viewing 15 posts - 21,706 through 21,720 (of 22,184 total)
You know, I've never tried, but I have to assume that it would involve a larger amount of data. Based on the information, I doubt you'd see a difference with...
October 3, 2007 at 7:24 pm
No, I can't prove it. It's information I've inherited. I thought it was from an article by Kalen Delaney, but I can't find it. Here's a reference from Kimberly Tripp:...
October 3, 2007 at 12:08 pm
Creating a unique constraint is different than creating a key field. It sounds like you're in the Index/Key creation screen. Basically if you select unique key you're making an alternate...
October 3, 2007 at 8:05 am
The links I supplied are for 2005 (it's that kind of forum), but the concepts should be the same.
October 3, 2007 at 7:34 am
If you literally mean the difference between what you have typed, the first selects all columns & all rows from the table in question. Depending on the size of the...
October 3, 2007 at 6:40 am
Create the new instance, copy & attach all the databases, drop the old instance.
It is a pain in the tucas.
October 3, 2007 at 6:35 am
neoklis (10/3/2007)
Andras thank you for your reply.. I cant figure out the way you are describing me to connet to Sql..
SQL Server is not simply a file on a machine...
October 3, 2007 at 6:32 am
It's just how clustering works. The clustering service shares the disk storage and expects to find the databases there when a failover occurs.
October 2, 2007 at 1:06 pm
Active or passive, how many instances of SQL Server do you have? That's how many tempdb's you'll have.
And they can't go onto local system drives (least not that I've ever...
October 2, 2007 at 12:42 pm
I still don't think you're providing quite enough information to make the determination, but here's a SWAG based on what you've provided:
SELECT DATEDIFF(mi,t1.[END_DATE],t2.[END_DATE]) AS MinutesDifferent
,t1.[OPERATOR]
FROM dbo. t1
CROSS APPLY (SELECT...
October 2, 2007 at 12:19 pm
So I'm ineligible...
I like this site for a number of reasons. First off, the articles are informative, but more than that, because of the structure that you guys set up,...
October 2, 2007 at 5:36 am
I'd also look at the order of processing between the two procedures that are deadlocking. Be sure that if Proc1 is accessing the tables in the order, A, B, C,...
September 27, 2007 at 6:49 am
Damn, I didn't even get all the tape wrapped around my fists to start swinging.
Good choice. I'm facing a major redisign on a fairly substantial system to remove the uber-code...
September 27, 2007 at 6:33 am
Sure sounds like you have a foreign key constrain violation. Check the data incoming against the data in the table that the error indicates. You have to have a discrepancy...
September 27, 2007 at 6:30 am
If I'm reading it correctly, that last image is the new newsletter? I kind of liked having the little tease sentence of what each article is about. It gave me...
September 27, 2007 at 6:15 am
Viewing 15 posts - 21,706 through 21,720 (of 22,184 total)