Viewing 15 posts - 17,041 through 17,055 (of 19,564 total)
Thanks for the article.
February 23, 2010 at 10:22 pm
I have had the opportunity to work in the three types of environments described.
1. 1 account with admin access to Database servers
2. No admin access to database servers...
February 23, 2010 at 7:40 pm
The ability to have multiple mirrors, or a waterfall mirror setup would be great. I think you stated it accurately that the setup becomes much more complicated to support...
February 23, 2010 at 7:25 pm
Thank you for taking the time to put this article together. I will look back in on the article over the next few months as I delve more into...
February 23, 2010 at 7:20 pm
The query certainly works for 100. For large result sets you would want to consider a different method.
February 23, 2010 at 7:18 pm
Elliott W (11/16/2009)
Your boss has you using software outside of the license, ie you don't have a license to use it commercially...
February 23, 2010 at 7:05 pm
Paul White (2/23/2010)
CirquedeSQLeil (2/23/2010)
Why don't we count in K rather than decimal for this thread?Kibi-posts? http://en.wikipedia.org/wiki/Kilobyte
Thank you wikipedia. Whatever politically correct term we want to use - how...
February 23, 2010 at 6:43 pm
Paul White (2/23/2010)
john.arnott (2/23/2010)
GilaMonster (2/23/2010)
Are we geeks or not?
I know I must be one. My thought on seeing the 12000 mark go by was "less than 300 till the...
February 23, 2010 at 6:25 pm
Steve Jones - Editor (2/23/2010)
February 23, 2010 at 6:22 pm
Paul White (2/23/2010)
jcrawf02 (2/23/2010)
Paul White (2/23/2010)
Will do. Be brutal 😀Dear Water, be wet. 😛
I was drinking Coca-Cola when I read that.
I now have a fizzing sensation in my nasal...
February 23, 2010 at 6:20 pm
Lynn has an additional cross join thus supports up into the billions.
I adjusted my solution to support this
Declare @LimitBigInt
Set @Limit = 150000000
;
WITH Nbrs_2( n ) AS (select 1 union all
select...
February 23, 2010 at 1:40 pm
Lynn Pettis (2/23/2010)
I posted my solution to the FizzBuzz challange on AskSSC. :smooooth:
Check your email.;-)
February 23, 2010 at 11:46 am
Missed another one - it always approaches a milestone when I have to get on the road - dang it.
February 23, 2010 at 10:21 am
Gary Varga (2/23/2010)
Is it for real cash or vouchers for pork chops?
If it is for pork chops then I am in 😉
February 23, 2010 at 10:20 am
Viewing 15 posts - 17,041 through 17,055 (of 19,564 total)