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 > october 2006 > threads for sunday october 8

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

Using parameters derived from a recordset in a stored procedure
Posted by David at 10/8/2006 7:46:12 PM
Hello all I am pretty new to SQL Server 2005, and so I am sorry if this question has an obvious answer. I have a large VB6/Jet 4.0 application that I want to migrate to VB6/SQL Server 2005. In my VB application, I have some quite complex calculations that take instrument groups, get result...more >>

Passing parameter from a recordset in a Stored Procedure
Posted by David at 10/8/2006 7:12:51 PM
Hello all. I am pretty new to SQL Server, and I am using SQL Server 2005 Developers edition. I am sorry if this question has a really obvious answer, but I am just starting to use the SQL Server 2005. I wonder whether you could answer this question for me. In my large VB6 application, t...more >>

update multiple rows at once?
Posted by Paul at 10/8/2006 6:00:27 PM
Hi, I have a form where people select options by clicking on a variety of checkboxes. The names of those checkboxes and their current values already exist in a table in the DB. I would like to update those items with the new values. In other words, I have a table which has a structure of ...more >>

Two (2) Queries
Posted by Andy in S. Jersey at 10/8/2006 3:21:02 PM
I was hoping the SS community would help me with the following two (2) queries. I have one table, let's call it S_FROM_TO (for Supplier From-To) Semantically, this table means the supplier with the number S# was under contract to supply parts from this day to this day. The data is as follo...more >>

String summary statistics
Posted by Gert-Jan Strik at 10/8/2006 2:46:31 PM
From BOL: " SQL Server 2005 introduces additional information collected by statistics created on char, varchar, ... [snip] This information, called a string summary, helps the query optimizer estimate the selectivity of query predicates on string patterns. ...more >>

Sql Server single user mode
Posted by Sammy at 10/8/2006 7:49:02 AM
If someone sets Sql Server in single user mode by using the sqlservr.exe -m at cmd prompt. 1) How can I find out this setting has been set on the server at the time 2) How do I reset it so its not single user mode Thanks for any help Sammy ...more >>

Getting RS from "Restore ...." commande
Posted by SalamElias at 10/8/2006 6:30:02 AM
I read in BOL that executing "RESTORE FILELISTONLY FROM DISK ......" returns a resulset with about 20 fields. When I execute it I get RS with only 6 fields which are LogicalName,PhysicalName, Type,FileGroupName,Size,MaxSize First question : Am I missing somehting? is there a dmv that repl...more >>

Bulk Import
Posted by irishdudeinusa at 10/8/2006 1:04:39 AM
Greetings, I have a client where they want to import lists into their database and then link them up to their various products. The way I was planning to do this was to have the following table structure for storing the list information tblList (id (auto identity field), list_name (va...more >>



The line between Database Developers and DBAs
Posted by Bassam at 10/8/2006 12:00:00 AM
Hello, I can't figure out the line or limits between developers and DBAs, i for myself do everything, from creating the DB and all its objects, tables , stores procedures , views , logins , roles , permissions , etc. to preparing backup/restore jobs to designing the client application using...more >>


DevelopmentNow Blog