all groups > sql server programming > march 2004 > threads for sunday march 28
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 31
Best practice for storing email like text
Posted by Charlie Dison at 3/28/2004 10:00:35 PM
Hi there,
Among the features of my asp.net application is a need for two users to
communicate with each other. Questioner will ask a question, responder may
simply answer or respond with a question. There may be several threads.
There is no way to know what the maximum text length might b... more >>
begin
Posted by Frank Dulk at 3/28/2004 9:12:23 PM
Does the begin only serve for of the the rollback in case of mistake?
... more >>
Can't quite get my head round this
Posted by Keith at 3/28/2004 8:47:31 PM
Hi
I am relatively new to SQL Server, but not to DBs - I have a lot of
experience in Access.
I have just been given the task at work of creating a fairly complex
database and web application.
Whilst not a problem, I have fell at the first hurdel.
I cannot get my head round the relation... more >>
Table Naming and Keywords
Posted by Brad at 3/28/2004 6:51:08 PM
Hi
I'm reviewing SQL standards for a new database, and I've come across a few potential problems. I've adopted a non-plural naming scheme for entities. Thus, we have tables such as "Product", "Component", "ProductComponent". However I have some problems with some entities that have names that are ... more >>
sql server 2000 - slow record retrieval
Posted by byron at 3/28/2004 6:26:08 PM
Hi. I need to retrieve the top 600 records from a table with 1/2 a million records.
I only want records where the 'EX_FromStaffID' field matches the variable @StaffID or when @StaffID = 0 to return all records
I'm using the follow code
--********************************
-- code (1
declare @... more >>
Help with returning variable column in SP
Posted by Kent Ogletree at 3/28/2004 6:04:40 PM
I am rewriting an application and trying to do a lot of optimization. PArt
of that is moving all queries into Stored procedures. I am having a problem
with one query in particular, right now it is two seperate queries and the
application does some hunt and match for each item. It is a real perfor... more >>
How do I: "Build a DOS Path" - My table is using adjacency model - ParentID
Posted by Russell Mangel at 3/28/2004 5:31:07 PM
Hi
I would like to build an SQL2000 stored procedure which takes an ID (a directory), and returns a completed DOS path, as a string like this
storedProcedureBuildDOSPath 1
Example: The procedure would take an ID of 10 in this case for "etc" leaf node, and return an (output parameter) the compl... more >>
Problem in WHERE Expression
Posted by mj at 3/28/2004 3:49:04 PM
Hi. I'm stumped but close. Any suggestions would be a real
help. I have a view that's based on one table named
tblShipped. Here's what the output would look like if it
were grouped by CUSTOMER__,INVOICE_DA,PRODUCT_H2:
CUSTOMER__ INVOICE_DA PRODUCT_H2 SALES__ QUANTITY
0000011183 12... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to use VFP OLEDB Provider in openrowset ?
Posted by Luqman at 3/28/2004 3:43:29 PM
How to use VFP OLEDB Provider in openrowset of Sql Server 2000 Query
Analyzer?
Best Regards,
Luqman
... more >>
query syntax
Posted by y at 3/28/2004 9:41:08 AM
This is comparing (3) periods to one another and I think that I understand most of it, but what does the =2 at the very end mean
Thank
--------------------------------------------------------------------------------------
SELECT name, symbo
FROM a_Name_Symbol AS
WHER
(SELECT COUNT(*
... more >>
'Create' User Forms From the Database?
Posted by CSDunn at 3/28/2004 7:26:49 AM
Hello,
I am beginning the process of recreating an Access 2000 mdb application to
run on SQL Server 2000 standard. The forms in the Access application allow
K-2 schoolteachers to transfer test question answers from student test
booklets into Access forms. There is a different form for each dif... more >>
Distinguish User Objects and System objects
Posted by Arr S at 3/28/2004 1:41:05 AM
How to differentiate between user objects(table,view...) and system objects. Where is this information stored in SQL Server 7.0
Thanks in advance
Arr S... more >>
SQL Server 2000 - Hierarchical data - Versus - Post Relational Databases
Posted by Russell Mangel at 3/28/2004 1:38:40 AM
I have been working on a new SQL Server 2000 database system for the last
three months.
The database is storing hierarchical-based data from Exchange Server, it is
almost complete and it seems to be performing reasonably well.
However, during many phases of development, I feel like I have succ... more >>
|