Viewing 15 posts - 61 through 75 (of 254 total)
No, it does not search against indexes. You would need to add that to the script unfortunately.
September 25, 2014 at 7:09 am
I would have to agree with Lee on this one, just because of pressure it could put on the server.
September 22, 2014 at 7:11 am
Unfortunately, without having access to your environment I cannot say for sure. What does it show if you run this on the database in question:
EXEC sp_spaceused
September 22, 2014 at 6:15 am
Latest version with a bunch of changes now available. 🙂
September 2, 2014 at 11:26 am
New version coming soon! Changes:
1. Extended "Deployment" Logic
2. Extended "Computer Pick" Logic
3. Reworked "Ocean Grids Display" Code
August 29, 2014 at 12:23 pm
mssqlsrv (7/22/2014)
Gr8!!!! Njoyed a lot...Game over. Human player wins in 48 shots!
Well done! Glad you liked it. 🙂
July 22, 2014 at 5:58 am
below86 (7/3/2014)
July 3, 2014 at 1:33 pm
andrei_solntsev (6/30/2014)
SET @Loop_Player = 0;
WHILE @Loop_Player <= 1 ...
July 3, 2014 at 1:06 pm
Scott.Skinner (6/30/2014)
UPDATE
date_calendar
SET
quarter_weekdays_remaining =
(
SELECTISNULL( SUM( r.is_weekday ), 0 )
FROMdate_calendar r
WHEREr.calendar_date > s.calendar_date
ANDr.calendar_year = s.calendar_year
ANDr.calendar_quarter = s.calendar_quarter
),
quarter_weekdays_completed =
(
SELECTISNULL( SUM( c.is_weekday ),...
July 2, 2014 at 9:17 am
andrei_solntsev (6/30/2014)
For example, you may define Ship_Definitions table as
IF OBJECT_ID (N'tempdb.dbo.#temp_Ship_Definitions', N'U') IS NULL
BEGIN
CREATE TABLE dbo.#temp_Ship_Definitions
...
July 1, 2014 at 1:10 am
andrei_solntsev (6/29/2014)
Great program, I had a lot of fun playing and analyzing it.
The only problem I found is that ship placement is not random enough which makes it easy...
June 30, 2014 at 6:04 am
Scott.Skinner (6/27/2014)
June 28, 2014 at 6:55 am
Moneer-479830 (6/20/2014)
EXECUTE dbo.usp_Object_Search
@Search_String = N'fiscal/2'
...
June 21, 2014 at 6:47 pm
Viewing 15 posts - 61 through 75 (of 254 total)