I need to create a union query. When I do I receive an
error message that says "The Query Designer does not
support the UNION SQL construct.". How can I get around
this.
Thank you in advance for any help that anyone can give me.
Marty...
more >>
I have Access 2000 database. In its table, there is a
field, called Case and field type is number.
Usually its data is in sequence. But sometimes, it skips
one number. I want to list the beginning of records, and
end of sequence.
For example, data is 1, 2, 3, 5, 6, 7, 8, 10, 11.
Rep...
more >>
Hi,
I've two columns in table importDate(char) and Import_Date
(Datetime). I want to import the data of char field in to
datetime field. when I'm trying to insert tha data is
getting messed up.
Please let me know if I've to use any function to convert
Char field to Datetime.
Regards,...
more >>
Below is my WHERE clause:
WHERE SOP10200.SOPTYPE = 2 and
SOP10200.QUANTITY > 0 AND
SOP10100.DOCID NOT IN ('SP','DF','TS') AND
SOP10100.VOIDSTTS = 0 AND
SOP10100.DOCDATE >= @StartDate and
SOP10100.DOCDATE <= Left(@EndDate,12) AND
(CASE @SelectBy WHEN 1 THEN (IV00101.USCATVLS_1
BETW...
more >>
Hi,
I am trying to work out the actual table names for
temp "#" table names created in a session.
For e.g if i have a seesion which has created a temp table
#temp1 what will be the actual table name in sysobjects?
I can see an entry in tempdb..sysobjects saying
"#temp1___________________...
more >>
Using DBCC commands or any other commands is there a way i
can check for the
registry entries made on that machine???
Santhosh.C.
...
more >>