Viewing 15 posts - 1,846 through 1,860 (of 2,452 total)
kranthi.india123 (8/3/2012)
please Help me on How to design the Sports database for online games or live games????
give me some idea about online sports games.(footbal or cricket ,golf,tennis,basketball..etc).....please...
August 3, 2012 at 12:43 pm
pixelwiz (8/3/2012)
WOW. I guess there is no simple way to do this...
but it is pretty fast...even with the data set ups
...no doubt there are other ways 🙂
August 3, 2012 at 11:45 am
some further code that demos' 312 players over 4 rounds and formats display output..
hope it gives you some ideas...
regards
--=== 312 players over four rounds of 18 holes
--=== as an...
July 29, 2012 at 12:02 pm
pixelwiz (7/27/2012)
No, I don't play golf, but I know a whole lot about properly scoring golf tournaments, because I'm in charge of building and running the...
July 28, 2012 at 8:56 am
pixelwiz (7/27/2012)
But what I can't visualize in my head is how do I make...
July 27, 2012 at 1:41 pm
Sean Lange (7/27/2012)
J Livingston SQL (7/27/2012)
Sean Lange (7/27/2012)
July 27, 2012 at 1:28 pm
maybe I misunderstand what you are trying to accomplish....but surely all we need to consider is a running total of shots played in comparison against the running total of 'par"...
July 27, 2012 at 1:20 pm
forsqlserver (7/23/2012)
I have lakh of rows to be deleted in this table it will full my log file...I want to use top in delete statement..
whats the total number of rows...
July 23, 2012 at 8:10 am
tobinare (7/22/2012)
J Livingston SQL (7/22/2012)
one idea...not performance testedThank's, I like your solution and I never would have thought of it.
its probably only one of many ways.....only you can judge...
July 22, 2012 at 1:18 pm
one idea...not performance tested
CREATE TABLE [dbo].[StockQuote](
[ID] [int] IDENTITY(1,1) NOT NULL,
[xSymbol] [varchar](10) NOT NULL,
[xDate] [int] NOT NULL,
[xClose] [decimal](18, 4) NOT NULL,
)
-- Put some data into the table
INSERT INTO StockQuote (xSymbol,...
July 22, 2012 at 7:10 am
as a start... lets assume you have something like this...at the moment we have nothing to work with.
is this anywhere close to being representative of your data?
pls amend accordingly and...
July 15, 2012 at 10:09 am
krypto69 (7/9/2012)
when what I want is:
1984-08-13
is this for reporting purposes ...or are you expecting to perform further calculations on the result?
July 9, 2012 at 2:42 pm
Krasavita (7/9/2012)
Here is my steps in detail.
think your post has been mislaid....nothing here
July 9, 2012 at 2:26 pm
Andy Hyslop (7/9/2012)
It's a little extra work, but I always try to add a new column 'in the right place' where applicable. I concede that it doesn't actually make any...
July 9, 2012 at 12:10 pm
Viewing 15 posts - 1,846 through 1,860 (of 2,452 total)