Groups | Blog | Home


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


all groups > sql server clients > january 2004 > threads for january 8 - 14, 2004

Filter by week: 1 2 3 4 5

ActiveX Component Can't Create Object
Posted by Allen at 1/14/2004 11:23:38 PM
I receive "Error 429: ActiveX Component Can't Create Object" when running a VB software that try to connect to SQL server. My PC running on Windows 2000. I have tried a few way that listed in MS knowledgeBase, but still not get it. Appreciate if anyone can answer this. Thanks....more >>

Name Pipe vs. TCP/IP in Client Network Utility
Posted by Larry Li at 1/14/2004 5:15:05 PM
I have a client server application that needs to access a SQL database on the local server. It will work only if I use Named Pipes in SQL Client but not with TCP/IP. I checked everything possible but could not find a clue. But Query Analyzer works fine with either setting in Client Network Util...more >>

client licenses
Posted by A Duncan at 1/14/2004 1:52:22 PM
My question is pretty simple: How does one go about purchasing an extra license for SQL Server? A customer of mine has recently asked about this. I work for a small computer that usually only sells products like MS Works or Norton Antivirus, so I know very little about SQL. My usual who...more >>

Error 28559 SQL CE
Posted by oscarjmm NO[at]SPAM hotmail.com at 1/14/2004 12:13:30 PM
Does somebody know how can I fix thir problem?? Error 28559: SqlServerCe encountered problems in opening the sql server ce database. I can sychronize data from the server to my pocket PC using a merge replication, but I can't do it from my pocket PC to the server. Thanks....more >>

Hung user process..
Posted by Mano at 1/14/2004 11:50:00 AM
A user connection which was killed went into RUNNABLE status with KILLED/ROLLBACK cmd when we monitored with SP_WHO2.It looks like the process was hung and no activity in CPU or I/O.How do we get rid of that process completely without restarting the sql server? ...more >>

SQL Query
Posted by Fausto at 1/14/2004 9:00:15 AM
I am running into a dilema with one of the reports I have to run from MSSQL. One table contains over 1 million rows (A) and 2nd table contains 20000 rows (B). row A needs to compare items from row B. This isn't that bad until I realized that this might take a few days to give any kind of re...more >>

SQL Server 2000 Enterprise manager Bug???
Posted by Kiran Joseph at 1/14/2004 8:39:42 AM
Hi Recently I had posted a question on Enterprise manager error -> "Can not see any items under SQL Server enterprise manager" User could not see any items under Databases folder in enterprise manager(even after refresh and reconnect etc...). But when the user opened some table in ob...more >>

Shared Memory
Posted by news.microsoft.com at 1/14/2004 8:32:10 AM
Can someone tell me what the Shared Memory option is used for when one runs the SQL client network utility. Start->Rin Cliconfg There's an option for shared memory protocol. I would like a good technical description of this option. When to use it and when one doesn't need to use it. Many ...more >>



update column of a table
Posted by Preet Kanwaljit Singh Shergill at 1/13/2004 10:08:27 PM
i wish to put default date as current date, even if no value is entered in the column and not 1-1-1900 as comes currently alter table ticket alter column received_date smalldatetime default GETDATE() Server: Msg 156, Level 15, State 1, Line 3 Incorrect syntax near the keyword 'default'. ...more >>

date error
Posted by Noorali Issani at 1/13/2004 4:10:57 PM
CREATE PROCEDURE [dbo].[CmsUpdateTrainerSchedule] ( @EducationSessionID INT, @AssignedDate DATETIME, @ProgressStatusID INT ) AS UPDATE EducationSession SET ES_AssignDate = @AssignedDate WHERE ES_EducationSessionID = @EducationSessionID Exec Cm...more >>

ERROR
Posted by Noorali Issani at 1/13/2004 4:09:33 PM
CREATE PROCEDURE [dbo].[CmsUpdateTrainerSchedule] ( @EducationSessionID INT, @AssignedDate DATETIME, @ProgressStatusID INT ) AS UPDATE EducationSession SET ES_AssignDate = @AssignedDate WHERE ES_EducationSessionID = @EducationSessionID Exec Cm...more >>

Difference between RPC:Completed and SQL:BatchCompleted
Posted by Darius at 1/13/2004 1:41:32 PM
Hello, I have some problems with SQL2K performance on some queries passed to server from client application witch works via ODBC. I tried to catch those queries using SQLProfiler, and noticed something. When I catch a query in sqlprofiler I see RPC:Completed, TextData(sqlstateme...more >>

SOUNDEX
Posted by Leigh at 1/13/2004 9:18:24 AM
Can anyone tell me why SQL-Server uses a different soundex algorithm to oracle and any other soundex generator found in the uk. For example for the surname 'skipper' oracle produces S160 and SQL-server 2000 produces S216. I have tried to call microsoft to ask why but it is a fortress th...more >>

Problem in Accessing SQL Server from Client Computer
Posted by Anwar at 1/13/2004 7:11:18 AM
Hi All I have installed SQL Server at client place, and client is having 30 computers with 1 server network and Windows 2000 Based. every thing was working fine and every client was able to access SQL Server, but now i donno wut happend, it's not connecting with server and this error message app...more >>

SQL 2000 Standard on Win2K3 Standard
Posted by Houman Yahyaei at 1/12/2004 8:55:51 PM
I'm not an SQL expert by any means... A friend of mine is trying to install and configure SQL 2000 Std on a Win2K3 box... All the services and everything works, but he can't access the DB from remote ODBC... He is telling me that port 1433 is not open on Win2K3...so he can't connect ODBC r...more >>

Connecting to SQL Database
Posted by Eboney B. at 1/12/2004 2:46:21 PM
Hi I just converted my access database data to SQL 2000 database. In my visual basic form, I am able to connect to the SQL database using the data environment. I can see the tables and the data. However, I can retrieve the data using the visual basic form (using the visual basic data control) a...more >>

eror message
Posted by Rob at 1/12/2004 10:36:51 AM
Today a user just called me and said she got an SQL error message when she tried to run a batch. I changed the dex.ini file (found in the application root) to log error messages. Change the following statements from FALSE to TRUE. SQLLogSQLStmt=TRUE SQLLogODBCMessages=TRUE SQL...more >>

MSDE MANAGE
Posted by Paul at 1/12/2004 9:04:15 AM
hi does anyone know where i can download a program called msdemanage?? thanks...more >>

Using EM from SQL7.0 to register a SQL2k server
Posted by Sam Berry at 1/12/2004 7:31:29 AM
Question I have sql 7.0 EM loaded on my desktop. Can I register a SQL2k server using the same EM or do I have to get the CD and install EM from SQL2k cd Thanks Sam Berry...more >>

Help
Posted by Noorali Issani at 1/9/2004 11:56:57 PM
I have one input critaria which comes like '125,4566,23366,452020' I wanna insert into one table which name is chapter and the above input params are it's ids so can any tell me that how can insert that above params into that table like when I fetch the record from table so I will recieve like...more >>

Only See Groups in EM after import Registry
Posted by Larry Li at 1/9/2004 3:06:45 PM
I have to export the servers registered in Enterprise Manager and import the servers into another 30 machines. I exported the registry of HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\80\Tools\SQLEW\Registered Servers X but when I import it, I only see the groups. Tried install ...more >>

Problem accessing SQL-Server with Access (#deleted -fields)
Posted by Jean Paul at 1/9/2004 2:51:55 PM
Hello, I try to make a connection with a SQL Database table from within Microsoft Access and when I display the data in a grid or in a form I get '#deleted' in the feelds. When I make a repport from the same table in the same Access database I get the correct data. There is only one database...more >>

Nulls in bit fields
Posted by Woody Splawn at 1/9/2004 10:55:43 AM
Will a bit field accept a null value? I supposed that it would because when you create the field you have a null checkbox which is not dimmed when you define the datatype as bit. It appears, however, that only ones and zeros are acceptable. Is this correct? If it is correct may I suggest th...more >>

SQL2000 server installation on XP professional
Posted by Mike Tsang at 1/9/2004 9:44:20 AM
Can anyone help me with this. I don't seem to be able to install SQL2000 on Microsoft XP professional. The installer just exits everytime it tries to install. Installing on Windows 2000 is no problem on the same hardware platform (IBM Thinkpad T40). tks...more >>

Can any body tell me ?
Posted by Noorali Issani at 1/8/2004 10:46:11 PM
Can any body tell me about the ORDBMS... and what about Sql Server 2000 Thanks in advance. Noor ...more >>

SQL 2000 EM Fails in Windows XP
Posted by Chris Friedland at 1/8/2004 9:36:23 PM
I dont know exactly what I've done, but my SQL Enterprise Manger is now faiing under Windows XP Sp1 (I've started uninstalling updates, but to no avail) The error I get is: Microsoft Management Console has encountered a problem and needs to close. We are sorry for the inconvenience. AppN...more >>

Difference ?
Posted by Noorali Issani at 1/8/2004 6:46:32 PM
Dear Professional Can any body tell me the major difference between Microsoft Access and Sql Server 2000, Like is Access is RDBMS and Sql Server is ORDBMS. Waiting for your reply Noor ...more >>

compare multiple date fields within one row (min max)
Posted by Erwin at 1/8/2004 5:37:19 AM
Hi, I have a table with multiple date fields per row: NAME PLDAT1 PLDAT2 PLDAT3 Name1 15-12-2003 11:00:00 16-12-2003 16:00:00 16- 12-2003 20:00:00 Name2 15-12-2003 10:00:00 16-12-2003 18:00:00 15- 12-2003 08:00:00 Name3 15-12-2003 18:00:00 14-12-2003 13:00:00 00:00:00 I would ...more >>


DevelopmentNow Blog