all groups > sql server mseq > may 2006
Missing name type for name entity
Posted by geewakaria NO[at]SPAM gmail.com at 5/29/2006 7:07:13 AM
Hi,
I keep getting this error whenever I try to describe any of the
entities in my database using their given name:
Missing name type for name entity in phrasing.
I'd like to know the exact cause of this problem, though I think my
biggest question is: what is a "name type"?
Any help wi... more >>
Special Character
Posted by dtatham at 5/24/2006 1:04:01 PM
Is there anyway to query out the special character ' i.e. foot. We have a
table in a database that has data in it containing the foot and inch
characters. We need to remove these and I can find using 'like' with the "
inch but can't with the ' foot.... more >>
selecting colunm with a space ''
Posted by stephanie at 5/21/2006 9:07:02 PM
When I submit a sql :
select * from view from column=''
the view is pointing to oracle table with ole db provider for oracle
In mssql2000, the result return rows which containing a space ' '
However, in mssql2005, the result return no rows .
Any advise on it?
... more >>
select date list
Posted by DavidBsaibes at 5/15/2006 7:58:02 AM
i am trying to write a query in sql server 2000 that returns the list of days
between two dates.
it should return something similar to
for i = 1 to 100
select getdate() + i
next i
how can SQL server do such query.
thanks... more >>
UPDATE TABLE1 ONLY WHEN ALL RECORDS IN COLUMN IN TABLE2 ARE TRUE
Posted by EdwardH at 5/14/2006 4:59:02 AM
Table2 has multiple records joined to single record in Table1. I want to
UPDATE column in Table1 only if all joined records in Table2 are True.
Help would much apprec.... more >>
Last order date for each customer
Posted by chas2006 at 5/8/2006 9:32:01 AM
I would like to write a select statement in query analyzer which would return
the last order number per customer given a specific order type. (Which would
be 1 record per customer) Thanks.... more >>
Help on : Could not find stored procedure 'recurse_oids'
Posted by dondiego at 5/8/2006 6:11:02 AM
Hello everyone,
I'm on MS SQL SERVER 2000.
When runing this simple delete statement:
delete from sd50.cdm_locations where loc_oid =146836832983830528
I get the following error:
Server: Msg 2812, Level 16, State 62, Line 15
Could not find stored procedure 'recurse_oids'.
The state... more >>
How to keep a log register after rollback transaction?
Posted by Santiago Sanz at 5/3/2006 4:48:02 AM
Hello!
I have this transaction:
BEGIN TRANSACTION
INSERT INTO logs (message) VALUES ('SQL will inserts a new register')
INSERT INTO products (id, name) VALUES (1, 'book')
IF @@ERROR <> 0
ROLLBACK TRANSACTION
ELSE
COMMIT TRANSACTION
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|