all groups > sql server programming > march 2006 > threads for saturday march 25
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
fetching a block of rows
Posted by s_alexander04 NO[at]SPAM list.ru at 3/25/2006 11:56:57 PM
How to fetch a block of rows by the cursor at a time?
If it's not possible to return several rows in one FETCH is there other
way to read table in series of rows?
... more >>
What is MISSING from Microsoft SQL Server 2005 Express Edition???
Posted by Alan Mailer at 3/25/2006 5:13:21 PM
I was looking a Microsoft SQL Server 2005 Express Edition. What I
couldn't seem to find are it's 'limitations'. In other words, what
*doesn't* it have that the non-Express Edition *does* have?
Thanks in advance for your help.... more >>
Any SQL experts?
Posted by amy at 3/25/2006 4:16:24 PM
Hi, I have an SP that was working fine (took about 10 mins to process).
I've added a section of the SP below for reference. Here is an overview of
my table structure (simplified).
EMPLOYEE TABLE
employeeid
name
IsActive
EMPLOYEE HISTORY TABLE
employeeid
name
IsActive
FromDate -- t... more >>
replication and trigger
Posted by rockdale at 3/25/2006 3:28:33 PM
Hi, all:
We have 5 databases which contains invoice and invoiceHistory tables.
We have an update and insert trigger on invoice table to record every
modification into InvoiceHistory table. The invoiceHistory table is not
read only, it has some fields that the end user can edit (comments,
d... more >>
Authentication
Posted by christof at 3/25/2006 3:20:46 PM
Let's say we've got 2 computers - [A] and [B] where is a SQL Server.
Is it possible to make user from [A] log into instance of SQL Server on
[B] with Windows Authentication? So is there a possibility to create a
user on [B] that will correspond exactly to [A], or not?
[A] and [B] could be tota... more >>
Stored Procedure to Number Records by Sort Order
Posted by Altemir at 3/25/2006 10:23:44 AM
I need to number records in a table in way that indicates the order
they were sorted. For example, I would start with the following table:
PartID NeedDate Priority
A 12/1/2005
A 2/12/2006
B 11/2/2005
C 3/12/2006
C 4/2/2007
C 5/13/2007
and the s... more >>
Query help
Posted by Niclas at 3/25/2006 12:00:00 AM
Hi,
I am struggling with a SQL query and was hoping to get some help.
This is a simplifed scenario:
I have 2 tables
Table1 Results with 2 columns USERID (int) and RESULT (datetime)
Table 2 Users UserID (int), firstname (varchar), lastname(varchar)
The results table stores datetime ... more >>
Query help
Posted by Niclas at 3/25/2006 12:00:00 AM
Hi,
I am struggling with a SQL query and was hoping to get some help.
This is a simplifed scenario:
I have 2 tables
Table1 Results with 2 columns USERID (int) and RESULT (datetime)
Table 2 Users UserID (int), firstname (varchar), lastname(varchar)
The results table stores datetime ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|