all groups > sql server programming > february 2004 > threads for saturday february 21
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
Transaction query
Posted by Kenneth at 2/21/2004 10:01:15 PM
If I in a transaction Update a field to something,
can I then in the next row in the transactino do a Select * from table where
col = something
Im little confusing how to work with values who is not yet commited in
columns.
I was on a course and they talked about black values that I should ... more >>
Dynamic "IN" clause or something better
Posted by Jimbo at 2/21/2004 9:22:31 PM
Hi all.
New to this New Group, so forgive me if I ask the wrong wuestion inthe wrong
place.
I am porting an Access DB over to MSDE.
I build an SQL Statement in code then pass that to the Database.
As part of the process, it builds an "IN" clause based on some check boxes
the user selects, an... more >>
Problems trying to delete an SQL Server login with access to 2 different databases
Posted by Marco Napoli at 2/21/2004 6:41:54 PM
I am trying to delete a user from SQL Server which as access to 2 different
database in the same SQL Server.
What is the correct way of Deleting an SQL Server login?
The below runs, but when I try to recreate another user with the name c it
says its already created? I am sure I am not doing th... more >>
select column if
Posted by SQLUser at 2/21/2004 5:41:06 PM
I want to select around 10 columns only if they are not null. Is it possible to do or not...
Thank you... more >>
nDoc for sql
Posted by _news NO[at]SPAM watev.com at 2/21/2004 3:24:52 PM
Does anyone know of a tool like nDoc for documenting stored
procedures?
nDoc works excellent for parsing C# code & assemblies and
generating help docs. I would like to do the exact same thing with
all my stored procedures.
I write all procs in text files that are controlled by VSS. I
typ... more >>
Variable list of values in column
Posted by cam_banks NO[at]SPAM hotmail.com at 2/21/2004 11:54:34 AM
I've just started to work with databases for a project that requires
SQL Server, so I'm learning all of this as I design and develop the
application. Anyway I need to create a table that has the following
structure
Project
{
UniqueID
Name
List of suppilers
List of parts
}
... more >>
How to Execute a Stored Procedure from SQL-DMO ?
Posted by Abid Malik at 2/21/2004 8:11:04 AM
Hi there
I have search the net but I did not find my solution. What simply I am trying to do it calling a stroed procedure from SQL-DMO and want capture the OUTPUT parameter of stored Procedure
I have hard time to call Stored Procedure from withen SQL-DMO
Please give me any idea how can i call ... more >>
AFTER INSERT?
Posted by Bent Lund at 2/21/2004 3:29:03 AM
Hi, is there a After Insert trigger functionality in SQL Server 2000?
After I have inserted records (system allows for max 8 records to be
inserted at one time) I need to check the PK field (int Autoincrement)
and reset it if it has passed a certain limit.
It appears that I cannot do t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Stored Proc - "Optional" parameters
Posted by Richard at 2/21/2004 3:26:39 AM
Hello,
I'm trying to write an sproc that will return a bunch of rows. However, I
need to validate the input parameters and modify the SQL based on them.
It's for a report. I get no returned rows.
Can anyone tell me if what I have is anywhere near what it should be?
Thanks,
Richard Co... more >>
Sound delete-Trigger?
Posted by Bent Lund at 2/21/2004 1:29:14 AM
Hi,
I have greated a trigger - and I'm about to test it.
Is there any potensial trouble I can get into here?
The idea is to delete of data from the BILLET_LOG-table, by first
deleting all data referring to the BILLET_LOG table.
I plan to perform the delete on the WORK_LOG by "DELETE... more >>
|