Viewing 15 posts - 3,316 through 3,330 (of 7,429 total)
quote:
My question, I haven't seen much written on the subject of using DBCC Pintable. Would David's tables as defined in his article...
February 21, 2003 at 2:48 pm
quote:
Since PERSONID is the PK and has a clustered index on it, would it be of benefit to remove the custid reference?
February 21, 2003 at 2:39 pm
The is a log but only if you have it turned on in DTS Package proerties. If not then you won't have one for anything prior to changing that.
February 21, 2003 at 2:31 pm
So SQL 7 with Maintenance Plans. Do you have the "Repair Minor Problems" option set? If so remove it as that has been a major buggy piece and could be...
February 21, 2003 at 4:12 am
Nah, Andy's not attentive he is just trying to catch me. ![]()
![]()
![]()
First is there an INDEX on Expired or Last_visit and...
February 21, 2003 at 3:53 am
There are several ways to accomplish however most require you have a single field you can use to order the data. And to get proper results it should be a...
February 21, 2003 at 3:46 am
INSERT db1.objectowner.tblname (collist)
SELECT relativecollist FROM db2.objectowner.othertblname
If you follow that format and get an error then we need to know the error to help further.
February 21, 2003 at 3:32 am
The N'string values' unicode designator means interpret the data in the string as a unicode value with explicily do the whole CAST('A' as NCHAR(1))or other type of data type conversion....
February 21, 2003 at 3:30 am
Usefull but does come at a price on Network and Hardware resources so be carefull there. Also, their licensing is explicit about setting up for one server (which you must...
February 20, 2003 at 3:44 pm
Can you explain in more detail your code. Are we talking SQL variable or ASP variable and how many items. An example would help.
February 20, 2003 at 3:37 pm
They are called CASE statements. See SQL BOL for more information.
February 20, 2003 at 3:35 pm
Did you have any text fields in the tables. I believe Andy is right but am curious about the later as text does not compress if there is free space...
February 20, 2003 at 3:33 pm
Try instead
AVG(CAST(TS.TestScore AS Decimal(4,2))) AS Average_Score
When the average is done it keeps the datatype the same as those pushed into it. Thus a smallint remains a smallint. But if you...
February 19, 2003 at 6:08 pm
What are the conditions then if you have to wipe the computer one this?
If they are no longer selling you the software for use on yuor machine and reuse if...
February 19, 2003 at 11:57 am
February 19, 2003 at 11:19 am
Viewing 15 posts - 3,316 through 3,330 (of 7,429 total)