Viewing 15 posts - 781 through 795 (of 1,187 total)
Yes, it does have 3 parts. I will try that.
Thanks again!
-webrunner
March 26, 2010 at 2:57 pm
Thanks for your reply.
Here is the command I used to create the linked server:
EXEC sp_addlinkedserver 'ADSI', 'Active Directory Services 2.5',
'ADSDSOObject', 'adsdatasource'
GO
Then I tried this query (domain changed for confidentiality):
select...
March 26, 2010 at 2:46 pm
Good question if only because it made me realize that these links in SSMS query code can be activated at all, which I never knew before.
- webrunner
March 25, 2010 at 9:13 am
Great question. I got it wrong because I didn't know about the implicit conversion of string values containing only numbers.
For example, this code throws the error I expected:
declare @a int
declare...
March 25, 2010 at 9:00 am
Kingston Dhasian (3/18/2010)
I doubt if anybody is going to get this right. 20 attempts so far and nobody has got it till now. ...
That's ironic. Although in this case, I...
March 19, 2010 at 1:07 pm
dbaInTraining (3/11/2010)
Not only do I think that it is useful, even necessary to have more than one article on a topic, I think it would even be helpful to have...
March 11, 2010 at 11:37 am
I think there's always room for a better explanation. There's even a web site devoted to the challenge of explaining things better: http://betterexplained.com[/url]. And, of course, there's How Stuff Works,...
March 11, 2010 at 9:06 am
Steve Jones - Editor (2/3/2010)
Don't know enough about that product, but there definitely could be some better security controls and auditing improvements in SQL Server.
Hi Steve,
What sorts of improvements do...
February 4, 2010 at 7:41 am
Paul White (2/2/2010)
It does indeed depend - but on the other hand more RAM never hurt a system 🙂
That reminds me of a joke I tell myself. No doubt I'm...
February 2, 2010 at 12:50 pm
Thanks, everyone, for your help. I think the all of the advice points to not rushing to request the RAM right away, but spending some more time analyzing the performance...
February 2, 2010 at 7:03 am
Thanks, Jeff,
Yes, I suspect code and database design (including indexes) are probably the bigger problem, but I want to be able to quantify the severity compared with the (at least...
February 1, 2010 at 5:46 pm
Michael Osmond (1/27/2010)
Hello Steve,Bruce Schnieder has an interesting discussion about the implications (or non-implications) of this in his January news letter http://lists.virus.org/crypto-gram-10/msg00000.html. Worth a read.
Regards
Michael
Thanks, Michael. Schneier's comments...
January 29, 2010 at 2:14 pm
kcox-889321 (1/21/2010)
I am a dba for a large distributor - of wine and spirits. My answer to stress is easy.Kevin
*clink*
January 21, 2010 at 7:06 am
Forgive me the indulgence of replying "cold" - I normally read through as many of the existing comments as I can, but for now I want to make one quick...
January 21, 2010 at 7:06 am
Lynn Pettis (1/20/2010)
January 20, 2010 at 8:50 am
Viewing 15 posts - 781 through 795 (of 1,187 total)