Viewing 15 posts - 8,641 through 8,655 (of 8,730 total)
I'm not sure if there's a conflict of interests by posting the following but...
If you're looking for a nice tool that can be easy for the execs to work with,...
August 7, 2012 at 12:41 pm
SQLRNNR (8/7/2012)
Luis Cazares (8/7/2012)
SQLRNNR (8/7/2012)
mtassin (8/7/2012)
Steve? Come on...
Not that it matters for this one... but it did...
August 7, 2012 at 12:18 pm
SQLRNNR (8/7/2012)
mtassin (8/7/2012)
Steve? Come on...
Not that it matters for this one... but it did look like a...
August 7, 2012 at 11:58 am
JasonRowland (8/7/2012)
Luis Cazares (8/7/2012)
http://msdn.microsoft.com/en-us/library/ms190309.aspx
So you won't have to wait for Celko to "do some digging". Here are the exact rules for implicit conversion in SQL...
August 7, 2012 at 10:00 am
You might find this article interesting.
http://msdn.microsoft.com/en-us/library/ms190309.aspx
So you won't have to wait for Celko to "do some digging". Here are the exact rules for implicit conversion in SQL Server. It's not...
August 7, 2012 at 7:52 am
This is a tricky question and even though I knew the answer I got it wrong, but I blame myself for not putting enough attention.
However, the explanation is wrong and...
August 7, 2012 at 6:58 am
honza.mf (8/3/2012)
Unfortunately nobody will have the most interesting combination finished with "where Fld1 =0 --*/".
I guess you're wrong. This codes executes and returns 0 rows and no error.
SET @str4 =...
August 4, 2012 at 3:08 pm
I guess I figured out how to reduce that over 5 hours query to a 5 minutes query (at least for the first run) and that's a really nice improvement.
There...
August 3, 2012 at 11:42 am
Peter Brinkhaus (8/3/2012)
sestell1 (8/3/2012)
Interesting thread.
Well, in that case, here's another one. Only works on INT's >= 0.
SELECT
N,
LEFT(CAST(N % 10 AS CHAR(1)) +
...
August 3, 2012 at 9:59 am
I'm not sure what are you trying to do.
Does a model_id can have more than 3 vinno?
Would this help?
SELECT DISTINCT
A.vinno,
...
August 3, 2012 at 8:24 am
shahsn11 (8/3/2012)
Since i am a newbie , i am having some problem while...
August 3, 2012 at 7:46 am
Lowell (8/3/2012)
for me , RBS needs the acronym spelled out, please;is that Remote Backup Software? Remote Buying System? Royal Bank of Scotland? Really Bad Service? some software package?
Role Based...
August 3, 2012 at 7:42 am
Why would you upgrade to SQL 2008 if SQL Server 2012 has been released now?
I misread, your question. I have some information at home, but I believe that from SQL...
August 3, 2012 at 7:25 am
This is shocking for me, I've run both queries several times and using the view is at least twice faster. Am I missing something?
This is the code I used to...
August 3, 2012 at 6:53 am
Thank you Sean, I know it might be a lot of work looking at it in depth (when is not really your job).
About the NOLOCKs they were there when I...
August 2, 2012 at 1:10 pm
Viewing 15 posts - 8,641 through 8,655 (of 8,730 total)