Viewing 15 posts - 106 through 120 (of 278 total)
Grant - whoops, sorry, just seen how old this is!
Pam,
You might want to have a look at this presentation from the SQLBits conference (the one before last) by MS Certified...
November 2, 2010 at 10:24 am
Great - thanks for the help!
November 2, 2010 at 5:08 am
Alvin Ramard (10/26/2010)
I can't confirm, but I believe you're correct.
Another option is to recreate the DSNs on your computer. That means you have to install those drivers used by...
October 26, 2010 at 12:16 pm
LutzM (10/25/2010)
I've re-run your code and get the same results now.
Must have been a problem with my system back then - either the part behind the screen or in front...
October 25, 2010 at 10:45 am
LutzM (10/22/2010)
Ok, here's a slightly different approach.When running your second sample, I didn't get yuor expected result. Is that intentional?
Odd - it returns the expected result for me. I've triple...
October 25, 2010 at 3:37 am
Ah - I've got it (needed SUM instead of COUNT). Doh!
select #usl.userid, #usl.approved, count(distinct #usl.skillId) as num_skills,
sum(case when s.rnk = 1 and s.skillLevel < s.TargetLevel then 1 else 0...
October 22, 2010 at 9:18 am
Typing "waist" instead of "waits"
If only select * from sys.dm_os_waist_stats returned 24" like it used to...
October 20, 2010 at 3:27 am
select name
into #MyNewTable
from sys.syscolumns
where id = object_id('dbo.MyTable')
October 14, 2010 at 7:23 am
How does one inform MS Product Support about something like this without starting a support call and incurring costs?
October 14, 2010 at 7:19 am
No, I haven't. Do you think this is a "feature"?
October 14, 2010 at 6:57 am
I've had this issue before, with database names that either contain dashes or start with a number.
Use the square brackets and that should be okay:
ALTER DATABASE [Blah-Blah] ...
October 12, 2010 at 9:53 am
Jeff Moden (9/20/2010)
mazzz (9/20/2010)
Jeff Moden (9/20/2010)
mazzz (9/20/2010)
I've just seen your update in the OP - do you need any more results?
My home setup is Win 7, Intel core duo CPU,...
September 20, 2010 at 12:45 pm
Jeff Moden (9/20/2010)
mazzz (9/20/2010)
I've just seen your update in the OP - do you need any more results?
My home setup is Win 7, Intel core duo CPU, 4GB RAM, 64bit,...
September 20, 2010 at 12:24 pm
Jeff
I've just seen your update in the OP - do you need any more results?
My home setup is Win 7, Intel core duo CPU, 4GB RAM, 64bit, SQL2008 R2 if...
September 20, 2010 at 11:03 am
Viewing 15 posts - 106 through 120 (of 278 total)