Viewing 5 posts - 1 through 5 (of 5 total)
My apologies. H/T to Alan for the script to set up the DDL:
/****************************************************************************************
(1) Setup DDL
****************************************************************************************/
IF OBJECT_ID('dbo.Chooser') IS NOT NULL DROP TABLE dbo.Chooser;
IF OBJECT_ID('dbo.Book') ...
November 21, 2015 at 6:03 pm
Hi Alan,
This does a really great job of generating random test data. What I'm looking for is a query that pulls out the data from the Battle table that indicates...
November 20, 2015 at 9:06 pm
Thanks Rudy - I've used the AD API before and I know that's limited to 1000. I just thought it was odd that the number here through open query...
May 19, 2011 at 11:02 am
Looks to me like I get an error unless I bind the results to just the first 901. Is that consistent with what others are seeing? If so,...
May 19, 2011 at 9:39 am
@paul_ramster - My thoughts exactly. That is the way I've always done it in SQL and other languages. The only reason you'd need to use a...
March 7, 2011 at 6:53 am
Viewing 5 posts - 1 through 5 (of 5 total)