Archived Months
January 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


all groups > sql server (alternate) > august 2004 > threads for august 29 - 31, 2004

Filter by week: 1 2 3 4 5

SQL Server 2000 & MS SP2
Posted by William F. O'Neill at 8/31/2004 6:53:25 PM
Am using Powerbuilder 8.0.4 and SQL Server 2000. Have just installed Windows XP SP2, and can no longer connect to my SQL Server db. Someone suggested that I need to reset the port for the db at 1033. Is this the correct port number, and how do I change the port? ...more >>

auto-number/Identity column
Posted by Larry Rekow at 8/31/2004 1:48:52 PM
I am migrating a web application I wrote from ASP to ASP.Net, and from Access to MS SQL server. In the Access version, I did not use the auto number for creating invoices and other documents, because I heard somewhere (perhaps incorrectly) that if the db was ever compacted or otherwise changed...more >>

BCP Order on SQL Server
Posted by tom.richards NO[at]SPAM rocketmail.com at 8/31/2004 9:13:04 AM
I have two SQL Server 2000 machines. The same file is sent nightly to each server and a stored proc uses BULK INSERT to load it into a staging table for processing. Once I've bcp'ed it in, I put it into a temp table with an IDENTITY column appended to it. (I need this identity column to group ...more >>

SQLExecute takes 100% CPU usage
Posted by vishal.karkhanis NO[at]SPAM mentorix.com at 8/31/2004 1:01:08 AM
Hi I a am executing a stored procedure from C code using SQLExecute . It takes some time to Execute the procedure. However when I see the processor usage during that time it shows 100% cpu usage. Can anyone tell me why SQLExecute uses 100% CPU when running the stored proceudre. Thanks vishal...more >>

ntext and AppendChunk in ASP
Posted by Bill at 8/30/2004 10:55:02 PM
Hi all, I have an asp page that writes to an ntext field in SQL Server 2000. All was going well until I had to put in a section of text greater than 8000 bytes. Then I got a timeout error and the update wouldn't go through. After reading that 2000 only accepts chunks of 8000 bytes or under at...more >>

problem with re adding a login
Posted by sail_96 NO[at]SPAM yahoo.com at 8/30/2004 9:23:27 PM
I dropped a login from securities list. and when i try to re add that login and give the user access to a particular database the error message "Error 15023: User or role "user" already exists in the current database" . upon enquiry i found out that the PUBLIC role in the databse still contain...more >>

Secure Replication
Posted by Steve Bishop at 8/30/2004 8:12:32 PM
How would I set up secure replication between 2 servers that are in different cities? Would I need to define linked servers first? Would I use SSL? Help appreciated. Thanks. Steve *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get r...more >>

Question on database/table priviledges with sql server
Posted by jfbeaulieu2003 NO[at]SPAM yahoo.com at 8/30/2004 5:31:13 PM
Hi I'll have probably to use sql server soon but prior to that I have a question concerning priviledges and security. Is it possible for someone to do like in access, ie creating a db/table that is locked with a password? My guess is that it will be yes but in cas of... Now is it possible fo...more >>



How to view triggers in SQL server
Posted by ryan.d.rembaum NO[at]SPAM kp.org at 8/30/2004 3:47:53 PM
Hello, I am pretty much a newbie with SQL server. I have what is probably a pretty stupid question. In SQL Enterprise manager, is there a way to easily see all triggers, or, even better, all tables and there associated triggers? I suppose at the least in a way similar to viewing all saved ...more >>

In SQLServer SI in ORACLE NO
Posted by Saimon at 8/30/2004 10:44:47 AM
Questo Statement in SQL Server funziona. In Oracle PL/SQL se lo lancio funziona Quando lo devo far funzionare da Vb.net mi si pianta e non va avanti . Sta lì a pensare. Come mai ? UPDATE proc_azienda SET cod_fase_sign = (SELECT MAX(pfa.COD_FASE) FROM PROC_FASE_RIGA pfa WHERE (COD_GRUPPO = ...more >>

Reset msde sa password
Posted by Sam at 8/30/2004 10:32:49 AM
I have installed msde 7.0 on a pc with win98. Someone has changed sa password How can I reset sa password? I'm unable to logon with trusted connection because the pc is not nt. Thanks ...more >>

call a Oracle stored proc in SQL SERVER
Posted by vanishri16 NO[at]SPAM yahoo.com at 8/30/2004 10:10:09 AM
We have set up Oracle database as a linked server in SQL Server. We are able to access Oracle tables fine. I am trying to call a Oracle stored procedure in SQL Server as follows: declare @p1 varchar(1000) set @p1 = 'HHH' exec GENRET..OPS$GENRET.BOB_TEST_PROC @p1 This is the message: ...more >>

Error catch in SQL
Posted by Mark at 8/30/2004 8:20:59 AM
Hi everyone, I am using an SQL extended stored procedure to send emails in a DTS package using a cursor that goes through each row in a table. Email sending code below ====================== exec master.dbo.xp_smtp_sendmail @FROM = @sFrom, @FROM_NAME = @sFrom, @TO = ...more >>

phone book lookup query
Posted by shoval NO[at]SPAM softov.co.il at 8/30/2004 8:14:47 AM
Hi, Can you recommend the best way (fast and most productive) to search an employees table? Let's say I have a table that has this kind of structure: firstname, lastname, state, city, street, phonenumber, socialsecuritynumber, dateofbirth, etc. I'd like to provide a search window with one ...more >>

Running Scripts
Posted by patrick.lai NO[at]SPAM statcan.ca at 8/30/2004 7:12:46 AM
Hi, The company's database has multiple schema. If I want to modify a stored procedure, which is saved as a script (something like abc.sql), I opened that script in Query Analyser, made the changes, tested in Development Schema and saved it. After that, if I want to make those changes to othe...more >>

user defined fields best design
Posted by shiv_koirala NO[at]SPAM yahoo.com at 8/30/2004 2:13:07 AM
hi all(happy raksha bandhan day) we have one of Automation software for sales running for a customer.He was cool for the first month of product, but later popped with adding some extra fields.no problems i added in database , put a seperate code in my application for that field.but later ever...more >>

Any structure on Sql Server like WITH ... SELECT structure on DB2
Posted by mdurmaz NO[at]SPAM derece.com.tr at 8/29/2004 2:50:25 PM
Hi, I'm using DB2 UDB 7.2. Also I'm doing some tests on SQL Server 2000 for some statements to use efectively. I didn't find any solution on Sql Server about WITH ... SELECT structure of DB2. Is there any basic structure on Sql Server like WITH ... SELECT structure? A Sample statement fo...more >>

problem with timeouts
Posted by wireless200 NO[at]SPAM yahoo.com at 8/29/2004 10:34:13 AM
I've had my SQL server database running for two years now without a problem. However, just today one of the main tables started returning an error. The table is contained within a database called engineering. I back it up once a week and the file size is up to about 40 MB. The error retu...more >>


DevelopmentNow Blog