Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008


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 >>



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 >>


DevelopmentNow Blog