Viewing 15 posts - 481 through 495 (of 717 total)
What brand of server are you using? Did you install SP3 about the time the lockups started?
If you are running an HP server you are likely running into a conflict...
September 27, 2010 at 5:18 pm
srilu_bannu (9/27/2010)
but it is converting the dates like ex:30-DEC-99 to...
September 27, 2010 at 4:32 pm
I'm not sure you can. If you have the Enterprise version of SQL Server you could use the resource governor to set the MAXDOP for the users connection, but that...
September 27, 2010 at 4:19 pm
Thanks Steve, I think that will come in very helpful for me in the future too...
September 27, 2010 at 3:56 pm
Drikus Roux (9/26/2010)
September 27, 2010 at 3:39 pm
Robert Frasca (9/27/2010)
Well, I suppose you could do that but that defeats the purpose of using the identity attribute.
No, not if your purpose is just to get a sequential set...
September 27, 2010 at 10:56 am
Yes, as far as I know the SQL Server 2008 R2 media contains both the 32-bit and 64-bit versions.
September 27, 2010 at 12:38 am
Jeff Moden (9/26/2010)
On that very note, I've recently been doing a whole lot of research for a little project I'm on concerning different methods to do certain things in T-SQL.
What...
September 26, 2010 at 10:59 pm
Jeff Moden (9/26/2010)
September 26, 2010 at 10:58 pm
I take it from the lack of responses that nobody has run this error message before... figure, just my luck.
September 26, 2010 at 3:15 pm
Phil,
Thanks for the editorial and bringing this back to peoples attention.
I like how a number of the connect items have comments from Microsoft in 2007 saying that they couldn't get...
September 26, 2010 at 3:01 pm
You can do almost anything, and there are usually multiple ways to solve a given problem.
Here is some code that I think will do what you want:
SELECT
Dupes.amount,
...
September 26, 2010 at 12:07 am
It can be done, but it can get complicated depending on how many duplicates it needs to support. Would there ever be more than 5 duplicates for a set of...
September 25, 2010 at 9:52 pm
Does this give you the results you were looking for? (You weren't really specific about the results you wanted to get.)
SELECT
Dupes.amount,
Dupes.number,
Dupes.duplicates,
DupePeople.name
FROM (SELECT...
September 25, 2010 at 8:46 pm
I'm having the same problem, I can subscribe to some SSC RSS feeds in Google Reader without a problem, but others just show up as 'Permission Denied."
The only difference I...
September 25, 2010 at 8:15 pm
Viewing 15 posts - 481 through 495 (of 717 total)