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 2005 > threads for saturday october 22

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

Check for Duplicate values in Access
Posted by Fraser at 10/22/2005 10:07:16 PM
Hi, I'm creating a database that needs to check a value in a text field = = called JobCreate in a form called frmJobCreated against a table called = tblJobCreated which has a whole list of job numbers in a field called = JobNo, then come back with a message telling the user if there is ...more >>

Naming of temporary tables fro sessions
Posted by Subhash at 10/22/2005 10:04:04 PM
Hi Guys, For the creation of a final output tbale for a report , I need to extract data from three tables temporarily. But to run the programme (written in VB) in a multiuser environment i need saperate tables for each session. How I can do this Thanks in Advance. Subhash...more >>

Collation Name?
Posted by Ed at 10/22/2005 9:45:01 PM
Hi, I am help a church (chinese) to look at the existing database. When I first look at it, I found out it is "Chinese_Taiwan_Stroke_CI_AS" under the database property for the sectin of Collation Name. I would like to know what is the major different between the default (SQL_Latin1_Ge...more >>

SQL Server 2000 Error 17805 Invalid buffer received from client
Posted by Amit Khatu at 10/22/2005 9:02:43 PM
Hi, I've developed an ASP.NET application which uses MS-SQL Server 2000 as a backend. But as the site hits increase SQL server reponse becomes lower. At some stage after that SQL Server gets automativally stopped bringing complete web-application down to halt. i checked the Windows 2000 Even...more >>

Help with count and group by
Posted by Sonny Sablan at 10/22/2005 8:48:36 PM
tbChild ChildID | ChildName | Birthday tbVisitLog VisitID | ChildID |=20 I am trying to get the distinct number of 2 year olds, 3 year olds, = etc... and the total number of visits... Example: Age | # of Children | # of Visits 2 300 350 3 500 ...more >>

count the number of substrings in the string
Posted by Just D. at 10/22/2005 7:00:11 PM
All, Can we count the number of substrings in a string and use it as a condition in the query without any temporary tables, etc? Example: a pretty simple table: SID, PK, INT, NOT NULL SomeString. varchar(250, not null We need to display the strings and their SID where the count of the...more >>

MS Access filter linked tables, front and back end. Can someone help?
Posted by Julia at 10/22/2005 5:31:44 PM
Hello there. I have a question somewhat related to this topic, and I don't know where else to go. I hope somebody can help. I've created a database in access, that I'd like to share with less than 10 users. I'd like each user to see only some of the records in the database. So for example...more >>

SQL Query Help
Posted by B. Mark McKinney at 10/22/2005 4:46:01 PM
Using the following as sample data: Create Table #Work ( GroupId int, ProductId int, Qty int) INSERT #Work VALUES(6, 1, 25) INSERT #Work VALUES(6, 1, 40) INSERT #Work VALUES(6, 1, 50) INSERT #Work VALUES(7, 2, 10) INSERT #Work VALUES(7, 2, 20) INSERT #Work VALUES(7, 2, 30) INSERT #Work ...more >>



Finding Correct Primary Key
Posted by Erdal Akbulut at 10/22/2005 1:15:06 PM
Hello, I could not reach a conclusion on this. Maybe someone helps me to understand better. I have a consolidated text extract from other systems and want to upload the data to an SQL table. Below is the fields in extract. OrderNo LineNumber SellingCompany PurcCtry FinalizeDt Ite...more >>

Help - using sp_executesql with dynamic query...dynamic parameters??
Posted by Lisa Forde at 10/22/2005 9:42:33 AM
Hi. I'm attempting to write a Stored Procedure that creates an SELECT statement. Belwo is an example of what I am tryign except that my actually query have many more parameters most of which can be eliminated. @sQUERy NVarchar(2000), @sParams NVarchar(2000) @sQuery = 'SELECT * FROM Clients ...more >>

Performance Problem
Posted by ramnadh nalluri at 10/22/2005 3:01:23 AM
Hi, I am having a table which consists of 8 lakh records in it. I have removed 5 lakh rows from the table which are unused. Before removing the rows the pages are 8943 and after deleting the 5 lakh rows in the table the pages are 4520. After deleting the rows i have done the index fragmentati...more >>

Backups doubling and halfing in size
Posted by hals_left at 10/22/2005 1:48:25 AM
This is probably something really obvious, but can someone tell me whats going on. I do daily full backups of a database to zip and looking at the sizes, they are growing at the normal rate but every other day halfing: day 1 4Mb day 2 7Mb day 3 4Mb day 4 9Mb day 5 5Mb day 6 11Mb etc ...more >>

Prevent Double login
Posted by manK at 10/22/2005 1:21:02 AM
Hi Everybody Assume a user (A) opens my application on one computer and moves to another computer and opens the same application with the same user name (A). This will result in the user login in twice. Is there any of preventing this from happening when using MS SQL Server? I am us...more >>

Inserting records and running a stored procedure at the same time?
Posted by Kim Noer at 10/22/2005 12:00:00 AM
Hi there.. The target table got these two 'must be set columns', one called DATASET, and one called LXBENUMMER. Now, when I want to insert data into this target table I need to fill those two columns with the new records I'm inserting. DATASET is easy as it'll always be a fixed value, ho...more >>

Schema RowSets
Posted by BI-Solutions at 10/22/2005 12:00:00 AM
Hi, Sample Application of Schema RowSets. Regards, Stephen ...more >>

XMLA Sample Application
Posted by BI-Solutions at 10/22/2005 12:00:00 AM
Hi, Anybody tells me about sample application of XMLA. Regards, Stephen ...more >>


DevelopmentNow Blog