all groups > sql server programming > november 2003 > threads for saturday november 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Merge join problem
Posted by Roy Goldhammer at 11/22/2003 10:34:50 PM
Hello there
I have two tables. Offer, Rates
Offer table have primary key and the rates table have foreign key related to
the Offer table
When i open the query anlyser in the index list of the offers key suddenly
one of the fields with index is shows at first
As a result of that simple Se... more >>
how i can run quiry in Low-priority on sql server 2000
Posted by Mtcc at 11/22/2003 9:01:47 PM
what you suggest me for this situation:
I maintenance flat tables with sums fields etc. that improve performance for
some report.
I don't want to do that on trigger. instead i want to run another
thread with low priority to do it.
This process is update only the flat table. There for I do... more >>
fileimport without textcopy.exe
Posted by Michael Schwab at 11/22/2003 4:33:53 PM
Hi,
I would like to import and export a file into a ntext column using T-sql
commands only (without using the textcopy.exe). In some environments the
textcopy.exe produces instabilities of an Access 2000 adp frontend which is
used to drive the server resulting in abrupt death of the applicatio... more >>
Formatting in sql statement
Posted by SA at 11/22/2003 4:20:15 PM
hi,
can any one help me in this
i have to format the column in a select statement
like this Format(CONTRACTSCLOSED.BADLACHARGE,""0.00"") what type of function
is there in sql server
to format..
--
Thanks & Regards
Sa
... more >>
Incorrect Syntax In SP
Posted by SA at 11/22/2003 12:23:37 PM
Hi,
can any one help me out in this problem..
EXEC SP_GenerateForm 'FORM6793','','',' FORMTYPE IN
('N4','UC','UD','ND','N5','U2','N2','I4','S1')OR','0',
'0','','','1','','31-03-2003','31-03-2003','31-03-2003'
when i execute this statement in query analyzer it gives incorrect systax
near ... more >>
Find columns of particular type
Posted by Darin at 11/22/2003 11:38:38 AM
Is it possible (if so, how) do I write a query that tells me all tables
that have a column of type MONEY - or just list all columns of type
money (I can tell the table just from the column name).
TIA
Darin
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate... more >>
need expert's opinions...
Posted by Mike at 11/22/2003 10:54:23 AM
Hello,
I have seen different types of table schemas employed in
applications and I would like to get the opinions of the
SQL experts...
First some definitions:
LU = Lookup
IP = Index Person
IA = Index Account
Background sample info:
Fred has two accounts number 9999 and 8888
Joe... more >>
Alter table add Not For Replication
Posted by junosamus NO[at]SPAM yahoo.com at 11/22/2003 6:54:38 AM
I want to modify my Identity columns and primary Key of
mytable and add "Not For Replication" to it. Please let
me know if i could do this using Alter Table statements.
Juno... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DBCC CHECKIDENT
Posted by jurevi NO[at]SPAM hotmail.com at 11/22/2003 6:50:05 AM
Hi
I'm working on a program, that uses ms sql database. I would like to
get exactly what the DBCC CHECKIDENT returns: current identity. But I
don't know, how to get the value using stored procedure. I used this
function in Query Analizer and it works fine, but I really don't know
how to use it ... more >>
SQL Server 2000 Distributed queries bug
Posted by Adrian L. at 11/22/2003 6:45:57 AM
In 2002 was reported a bug in SQL Server 2000 that would
not allow to run a distributed query on a remote server.
This bug report was posted at the following URL:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%
3B323711
I wanted to check if the bug was fixed but I did not find... more >>
Incorrect syntax near 'GO'
Posted by Elran at 11/22/2003 4:58:52 AM
Hi,
I'm trying to execute this query with
adodb connection and get the following error:Incorrect
syntax near 'GO'
adconn.Execute(sSql)
my sSql string is:
USE master
if not exists (select * from dbo.sysDatabases where name
= 'Test')
CREATE DATABASE SOLUTIONNAME
ON
( NAME = 'Test... more >>
Data Archive Solution?
Posted by Michael L. at 11/22/2003 2:22:00 AM
I have a "users" table, containing a list of usernames, date registered and
date they were last online (active).
I'm trying to find the best method to produce the following statistics:
Number of distinct, active users between daterange.
This poses a problem, because a single "date last onl... more >>
Table design for Searching ..
Posted by Jeff Clark at 11/22/2003 2:14:08 AM
Hiya.
I need to construct a table of Items.
The data will never change.
Which of the two tables is the better design for searching for a keyword
like water, fish, or crater?
Each has 3 columns
1:
1 Item1 box, house, mail, grass, park, water
2 Item2 wat... more >>
table design for search
Posted by Jeff Clark at 11/22/2003 2:06:10 AM
Hiya.
I need to construct a table of keywords.
Which of the three is the better design?
1:
keyword1 box, house, mail, grass, park, water
keyword2 water, fish, shark, wet, moss, marina
keyword3 moon, crater, cold, dust, dark, space
2:
keyword1 box
keyword1 house
keyword1... more >>
|