Viewing 15 posts - 736 through 750 (of 813 total)
Assume you have vendorid and vendorname:
AB Abner
A Babner
Because you're converting to varchar, these both collapse to
ABABNER, so they look the same, while they clearly...
May 17, 2010 at 8:25 am
I would suggest you also consider exactly how to meet the implicit requirement of "if the traces fail, SQL Server logins need to fail"; i.e. if your logging is down,...
May 11, 2010 at 10:41 am
Look up whether you're in a one person taping state or not (can you lawfully record a conversation you have a speaking part in without informing the other person, or...
May 10, 2010 at 8:11 am
A SAN is one thing; how the spindles are grouped is a completely different thing.
Are the backups sharing any of the same spindles (EMC Raidgroups) as the main...
May 7, 2010 at 8:29 am
rjv_rnjn (5/6/2010)
MSDN: http://msdn.microsoft.com/en-us/library/aa933131(SQL.80).aspx
Because the clustered index dictates the physical storage order of the data...
May 6, 2010 at 8:54 am
From what I'm hearing, that would mean that requests travel as follows, whether it's 2007 or 2010 using blobs or 2010 using Filestream:
Client sends a request to Sharepoint Server.
Sharepoint Server...
April 29, 2010 at 9:27 am
Mike C (4/19/2010)
Nadrek (4/19/2010)
Mike C (4/17/2010)
Not sure how you calculated the probability of collision at 2^40 off the top of your head... You can engineer an MD5 collision in...
April 19, 2010 at 11:23 am
Mike C (4/17/2010)
Not sure how you calculated the probability of collision at 2^40 off the top of your head... You can engineer an MD5 collision in 2^39 or less,...
April 19, 2010 at 8:35 am
Basically, you're choosing your long term maintenance strategy now.
Do you want to maintain .NET code as the .NET framework changes and is eventually replaced (as old VB6 and...
April 16, 2010 at 7:45 am
Basic setup:
SET STATISTICS PROFILE ON
(or your favorite execution plan viewing tool)
AND
Watch it in Profiler (Reads, CPU, Duration, Writes)
Have a sample of various execution steps just before the CREATE PROCEDURE, commented...
April 16, 2010 at 6:52 am
Mike C (4/14/2010)
April 14, 2010 at 9:44 am
A few comments with the underlying assumption that the desired result is a (potentially) more efficient method that is guaranteed to return the same results as the "long way".
For...
April 14, 2010 at 8:33 am
Ivanna Noh (4/13/2010)
Thanks to all for the replies 🙂...It's a fixed drive too, so not just a matter of allocating more SAN space...
anyway thanks for everyone's contributions:-)
Did you know that...
April 13, 2010 at 2:08 pm
Ivanna Noh (4/12/2010)
We have a mirrored database in production which is reindexed once a week - the reindexing causes...
April 13, 2010 at 7:15 am
Viewing 15 posts - 736 through 750 (of 813 total)