Viewing 15 posts - 11,896 through 11,910 (of 18,923 total)
It would help us if you could post the tables definition, sample data and required output from that data!!
September 6, 2006 at 9:19 am
You can't sum on a bit datatype as far as I remember!!
Anyways isn't this what you needed?
September 6, 2006 at 9:15 am
Ya that works great for dataflow... but I was under the impression that he just needed to know the existense and work with the flow in th application... maybe my...
September 6, 2006 at 8:21 am
Maybe it would be a tad faster to use the return parameter and not create a dataset at all but I don't know how much more speed you're gonna get from...
September 6, 2006 at 7:46 am
DECLARE @PageSize INT --How many rows to appear per page
DECLARE @PageNum INT --What page number to appear
DECLARE @Skip INT --Working variable for where to start for page
DECLARE @sql ...
September 6, 2006 at 7:38 am
Just curious. Have you tried using static sql and using a temp table to extract the first derived table then use not exists with that table??
September 6, 2006 at 7:07 am
Pretty much unlimitted (32,767 is the limit per server but I've never seen anyone need that).
September 6, 2006 at 7:04 am
Wouldn't this be a case where a cube might come in handy (sorry but I cna't offer more than that)??
September 6, 2006 at 7:01 am
Don't worry about the newbie thing, we all started there some day
. However I have no idea how to fix that problem...
September 6, 2006 at 6:37 am
It's very nice but it would be even greater if you could include the "save the db someday" part
.
September 5, 2006 at 7:21 pm
I've never seen such a need... Why do you have to put the whole db case sensitive?
September 5, 2006 at 7:15 pm
Sorry but not idea... I'll leave that one for other dbas.
September 5, 2006 at 3:45 pm
How large is the clustered index (columns definition)?
September 5, 2006 at 11:57 am
How many indexes do you have on that table??
What is the databases recovery mode?
September 5, 2006 at 11:08 am
Viewing 15 posts - 11,896 through 11,910 (of 18,923 total)