Viewing 15 posts - 2,626 through 2,640 (of 7,429 total)
Yea, that is pretty much it. I at one time was curious on trying fibers in a C++ app I was playing with and when I got to reading I...
August 5, 2003 at 8:52 am
Ok, first read this from SQL BOL (2000 Updated)
quote:
Thread PoolingThe Microsoft® SQL Server™ error log may display the message:
The working thread limit...
August 5, 2003 at 6:50 am
quote:
quote:
Antares, I think you just tested the limit of the text column we have...
August 5, 2003 at 6:05 am
quote:
Throw the question out!
Why?
August 4, 2003 at 11:24 am
Ok looks to me like you may have tripped over the version. SQL Server 2000 as the text posted looks like from SQL Server 7 BOL. As for how to...
August 4, 2003 at 10:04 am
quote:
In addition to SQLBill's observation you are also grouping by mor columns than you are selecting. Try this
August 1, 2003 at 7:23 am
I agree thou that the ISO format yyyymmdd should be used in questions as there are various reasons why this doesn't cause issues. I hadn't htought about it before myself...
August 1, 2003 at 5:36 am
Figures they forgot to make that an error. hate hot fixes more than anything. These things happen so often in Hotfixes you think they would have a script to...
August 1, 2003 at 5:02 am
No there (at this point) is nothing like it based on your statement.
However, if you can post the code we might see an alternate solution. Also post the table DDL...
August 1, 2003 at 4:59 am
quote:
If col1 is key to table1 and it is in ascending order always then you can use construct similar to followingSELECT a.COL1,(SELECT...
August 1, 2003 at 4:54 am
Depends on your version of Crystal but yes you can set the query via code to any valid SQL syntax for the connection object you are using. I always make...
August 1, 2003 at 4:41 am
The biggest problem is the complexity of the query you have to build and the fact we have no idea what your tables look like or the data in them....
August 1, 2003 at 4:34 am
Can you post you C++ code so I have an idea what you have done so far? Thanks
August 1, 2003 at 3:59 am
quote:
Philip, I took some time and tested your function against DateDiff-DateAdd.CREATE FUNCTION dbo.fnDateOnlyBinary
(@Date datetime)
returns datetime
AS
BEGIN
RETURN cast(substring(cast(@date as binary(8)),1,4) + 0x00000000 as...
August 1, 2003 at 3:57 am
quote:
,
some s/w he uses run on 7.0 and they have no plans to upgrade them.
there goes my last hope...
August 1, 2003 at 3:51 am
Viewing 15 posts - 2,626 through 2,640 (of 7,429 total)