Viewing 15 posts - 706 through 720 (of 1,170 total)
IgorMi (1/8/2014)
Lokesh Vij (1/7/2014)
January 8, 2014 at 1:37 am
Lokesh Vij (1/7/2014)
Nice question Igor, but I am little confused about "Microsoft Naive Bayes Algorithm", as per the below link, this algorithm supports drillthrough as well.Link: Microsoft Naive Bayes Algorithm
Thanks
Lokesh
This...
January 8, 2014 at 1:14 am
Cool, in
11111011110
it was essential to spot that the first two bits (1) and the last one (0) are constructing the right answer.
Regards,
IgorMi
January 1, 2014 at 4:34 am
Nice question, thanks!
Regards,
IgorMi
December 29, 2013 at 5:27 am
Nice question, I even did a test to ensure myself.
Note: Even though there is possibility to register a server with SQL Authentication to the CMS, on executing a query against...
December 24, 2013 at 2:39 am
Lowell (12/20/2013)
while in this case, you could use LTRIM becasue we used a space, for any other delimiter(comma delimiter,...
December 20, 2013 at 12:12 pm
Sean Lange (12/20/2013)
Lowell (12/20/2013)
ok i have this example in my snippets for turning CamelCase into a single string with spaces:now, if each word becomes a column unto itself, that's tougher...
Thanks...
December 20, 2013 at 10:45 am
Maybe you've done an inappropriate mapping of the columns from the source to the destination.
Take a look on the table in the end of this link http://technet.microsoft.com/en-us/library/ms141036.aspx
Regards,
IgorMi
December 20, 2013 at 7:37 am
Script is cool. It works well. However it maybe of more use for Extremely large databases/tables. At my system biggest table of 414 million rows in a table with id...
December 20, 2013 at 3:11 am
prabhu.st (12/19/2013)
You cannot create one (or a few more) indexes so that all future queries are covered and no Key lookups, scans, eagar spool and etc. at the same time.
...the...
December 19, 2013 at 4:41 am
so I request you guys to give me a best way were I can find a Moderate(Optimized) for all Queries on the table,
(I think, I would like to request you...
December 19, 2013 at 4:04 am
Interesting question, so I got to spend some time on it 🙂
This is one example:
create table t1
(id int identity(1,1),
a int,
b int,
c int)
insert into t1(a,b,c)
values (10,20,30),(20,30,40),(30,40,50),(40,50,60),(50,60,70)
...
December 19, 2013 at 2:40 am
Gillian_Pappas2002 (12/18/2013)
December 18, 2013 at 8:26 am
Gillian_Pappas2002 (12/18/2013)
For some reason, my preview looks good but when I post it, everything looks garbled.I've sent an attachment. Thank you.
Cannot open the attachment...
December 18, 2013 at 8:13 am
Gillian_Pappas2002 (12/18/2013)
December 18, 2013 at 8:04 am
Viewing 15 posts - 706 through 720 (of 1,170 total)