Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
March 2003
April 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 > sqlserver server > october 2003

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

How can I exclude the timeout of a query ?
Posted by Ò»·É at 10/31/2003 10:30:51 PM
I used set the parameter for timeout of query to 0.but con't no resovle the problem. Can you Help me? ...more >>


SQL Server services cannot start after restart server
Posted by Chai at 10/31/2003 9:51:40 PM
Hi there, I got SQL Server 2000 with SP3 in Windows 2003 Server box. I using domain account to start SQL services. Every time when I restart the server the SQL Sercer and Agent services cannot start. I must manually re-enter the domain user name and account only the services will start. ...more >>

SQL Server - Transaction Log Grow Dramatically
Posted by Siew Mei Yap at 10/31/2003 7:33:54 PM
Dear All, We encounter a problem where the SQL database transaction log grow dramatically and therefore affect the performance of SQL. We have a Database running on SQL 7.0 and Win 2000 professional using HP NetServer to serve a Client Server architecture application. In normal situation...more >>

Error In Application Logs
Posted by sandi at 10/31/2003 7:16:40 PM
hii... I am using SQL 2000 With sp3a on win200server. i am getting following error in application log. Event Type: Error Event Source: MSSQLSERVER Event Category: (2) Event ID: 17052 Date: 10/31/2003 Time: 3:52:54 PM User: N/A Computer: BNET8 Description: Error: 17832, Severity: 2...more >>

Alternatives to SQL Mail?
Posted by John Peterson at 10/31/2003 6:49:50 PM
(SQL Server 2000, SP3a) Hello all! We've got a development project that is using on SQL Mail (xp_sendmail) that we're moving to production . Our production environment is configured in such a way that we want to avoid using SQL Mail. I see a commonly recommended alternative is the xp_smtp_...more >>

SQL Server service will not start, error 1058
Posted by Paul Aspinall at 10/31/2003 6:18:06 PM
Hi I have an SQL server, which (for some unknown reason) will not start as a service. Whenever it is tried to start (either using SCM, NET START, or Enterprise Manager), it reports the following error: "System error 1058 has occurred. The service cannot be started, either because it is ...more >>

Books online
Posted by Brian Rottman at 10/31/2003 4:05:50 PM
I am constantly working with SQL 2000 at my clients sites because we are a Microsoft Business Solutions Partner. Is there any way for me to take Books Online and have it in a single help file or some system so that I have easy reference to it? I've tried taking the help files that make u...more >>

more system tables ... why?
Posted by Vlad Gonchar at 10/31/2003 4:04:18 PM
I created 2 databases and files in there in the same way ( as it seems to me). But one db has more system tables then the other one. Difference is in tables: sysfiles1, sysfulltextnotify, sysproperties Why ? ...more >>



setting up a server cluster
Posted by chris at 10/31/2003 3:59:15 PM
sql2k sp3 Does anyone know of a very cheap way to set up a 2 server cluster for educational purposes? Ive already got the 2 machines but need some sort of data storage in the middle. Thanks....more >>

Server Hardware
Posted by Tommy Martin at 10/31/2003 3:09:27 PM
Is there a guide somewhere to let me decide on the size,speed, etc.. that needs to be purchased to run sql server on? There will be quite a few simultaneous connections and want to be sure I cover the needs without going overboard. Thanks. Tommy ...more >>

search PDF files stored in SQLServer
Posted by Andy at 10/31/2003 2:50:54 PM
Hi, Can anyone advise regarding possible ways to search PDF files stored in SQLServer 2000 SP3 as binaries? Thanks and regards, A ...more >>

Client IP Address Search
Posted by David B at 10/31/2003 2:08:40 PM
Does anyone have a method of tracing a clients IP address from the SPID available inside SQL Server to the sp_who2 command? ...more >>

stored procedure parameters
Posted by Ashish at 10/31/2003 1:46:14 PM
hi all, iam trying to write a stored procedure to which i wanna pass an array of values ?, is it even possible, or can i pass a paramater collection or something ? -ashish ...more >>

Poor SQL Server Performance
Posted by Thomas Meinke at 10/31/2003 1:32:33 PM
Hello, I have a big problem with the performance of SQL Server 2000 on an IBM eSeries 335, with one Intel Xeon 2,4 GHz CPU and 1 GB RAM. As OS I tried: Windows Server 2003 Windows Server 2000 Windows 2000 Professional To insert of 6400 lines needs around 28 seconds. It doesn`t matter on w...more >>

Force server use 3GB memory
Posted by Jenny at 10/31/2003 1:01:50 PM
Hi, We have AWE enabled but SQL Server 2000 with SP3 only use 103 MB memory during peak-hour. So we try to force SQL use 3GB memory. Is the following statements' order all right? sp_configure 'max server memory', 3072 reconfigure with override go exec sp_configure 'min server memory', ...more >>

Trigger not working
Posted by Sam Abraham at 10/31/2003 12:41:47 PM
Folks, I am having a problem firing a rather straight forward Trigger. It is duplicated here: CREATE TRIGGER DCED_Email ON [dbo]. [ContComp_Contract_TEMP2] after INSERT AS execute lp_pushtolive The user is one created using xp_sqlagent_proxy_account. The stored procedure (lp...more >>

Ports reported as servers via SQLDMO
Posted by Martin Douglas at 10/31/2003 12:27:06 PM
Does anyone know how to get SQLDMO not to interpret ports as server instances? I presume this is due to named pipes being turned off on these servers. SQLDMO.NameList sqlServers = sqlApp.ListAvailableSQLServers(); This misbehaves for a SQL Server named instance that is specified as "s...more >>

General Stored Proc Questions
Posted by George at 10/31/2003 12:04:33 PM
Here is what I am doing right now. Proc1 CREATE PROCEDURE test1 AS DECLARE @VAR int SET @VAR = 10 SELECT @VAR GO Proc2 CREATE PROCEDURE test2 AS DECLARE @VAR int DECLARE @VAR2 int EXEC @VAR = test1 SET @VAR2 = @VAR + 100 SELECT @VAR2 GO This...more >>

Registration card returned by post office.
Posted by Chris Smith at 10/31/2003 11:34:04 AM
I recently purchased SQL Server 2000 Developer Edition here in Canada. I mailed the registration card to the P.O. Box in San Francisco as indicated on the accompanying documentation. The post office has returned the card with a stamp that says "Box Closed: Forwarding Order Expired". As...more >>

Help with Collation - Decoding the Compatibility Designator
Posted by bengels NO[at]SPAM wi.rr.com at 10/31/2003 11:32:42 AM
We have a 3rd-party written application that was installed and has been upgraded on the same server. We want to move the database to a SAN, but it has a compatibility collation. The select serverproperty(N'Collation') command returns: Compatibility_52_409_20001. I have been reading about decodin...more >>

variable in order by
Posted by m.suchecki at 10/31/2003 11:32:25 AM
i write storing procedure and i need select column to determine order of result: CREATE PROCEDURE show_orders @prefix char(5), @lim_d int, @lim_u int, @ord char(20) AS select nr, data, nazwa_produktu, termin_realizacji, ilosc, odbiorca, status, stopien from zamowienia where (nr>@prefix ) and...more >>

Moving Transaction Log file to different partition
Posted by duby at 10/31/2003 11:18:50 AM
How to do that when I have already created database which have database and log files on same partition. What I need is to move log file to another partition. Dubravko ...more >>

Error 1717? Need Help
Posted by JustAGuyInDE NO[at]SPAM hotmail.com at 10/31/2003 11:12:37 AM
We began experiencing a problem with our sql7 instance running on nt4. For reasons unknown, we see a 1717 logged and the server goes down. I was unable to find anything in kb. Any info out there? Thanks...more >>

SBS 2000 SQL vs SQL Standard
Posted by Mike Panno at 10/31/2003 11:09:38 AM
What's the difference between the SQL version packaged with SBS 2000 and SQL Standard?...more >>

Transaction logs
Posted by Jeff at 10/31/2003 11:02:16 AM
I am supporting a new environment which is analytical not transactional. The logs are not dumped or truncated for the most part and as a result, alot of database logs are as big as their data files. a 145GB database has a tlog that is 45GB and mostly full. Aside from wasting space are t...more >>

MSSQLServerADHelper Service
Posted by JBailey at 10/31/2003 10:56:57 AM
I noticed on both nodes in my 2 node cluster the MSSQLServerADHelper service was not started and set to manual. Is there a reason why this isnt started? Is it safe to start and set to Automatic on both nodes? Thanks, JBailey ...more >>

INDEXDEFRAG question
Posted by Scott at 10/31/2003 10:40:29 AM
We are running a DBCC INDEXDEFRAG on a large table with a clustered index. INDEXDEFRAG skips the Compaction Phase entirely! What are the possible reasons for it to skip that phase? Thanks. --Scott ...more >>

Anyone know how to...
Posted by _M_ at 10/31/2003 10:33:32 AM
Anyone know how to or where the instructions are for setting up SQL 2000 for SMS 2.0 usage is? I know you have to create the accounts in both the computer / domain and in SQL, but what rights do you give them, etc ? There used to be a "How To" article in the knowledge base, but that has all but...more >>

HOW to set Authentication Using OSQL
Posted by Mac Vazehgoo at 10/31/2003 10:15:44 AM
I would like to change the authentication method for an MSDE instance. How do I do it via OSQL ? This I need when there is no EM installed. I would like to turn the default authentication from Windows to Mixed mode. I searched BOL but it talked about using EM. Thanks in advance for your inp...more >>

changing column type
Posted by Richard at 10/31/2003 9:43:14 AM
hi, i just want the change the type of a column in a table within sql server 2000 enterprise manager. however it warns that, 'MyTable' table - Warning: One or more existing columns have ANSI_PADDING 'off' and will be re-created with ANSI_PADDING 'on'. - Warning: The table was created with AN...more >>

SQL Synchronizing Software
Posted by D Long at 10/31/2003 9:39:02 AM
I'm new to SQL 2000 but here's the situation. We are going to be launching a major web site soon that uses SQL 2K as the database. What I'd like to find/purchase is software that I can run locally that will periodically synch my local SQL 2K database with the database being run at the hosting ...more >>

SUSER_SNAME bug?
Posted by Darren at 10/31/2003 8:50:02 AM
I've noticed that SUSER_SNAME() is not equivalent to SUSER_SNAME(SUSER_SID()). The first returns the string passed to the connection or what the user typed at logon, it does not lookup the account name. If I login as Darren, SUSER_SNAME() returns DARREN even if the account was created as dar...more >>

Error during upgrade of SQL Server 7.0 to 2000
Posted by lenaglozman NO[at]SPAM yahoo.com at 10/31/2003 8:48:02 AM
Hello! I'm trying to upgrade SQL Srerver 7.0 SP4 to SQL Server 2000 on Windows 2000 server, during the upgrade I received the following error message " Error running script:messages.sql(1)". I found Microsoft article 300676 how to fix this problem. In this article they provide link to the n...more >>

Confirm password
Posted by Miguel at 10/31/2003 8:32:10 AM
Hi, I have a login that has access to a certain database, when i go to the logins session of EM to give the login acces to another user, i map the user with the login in a new database an i give him de db_owner role (Dev Host), when i do the ok or aply, i'm prompt to confirm the password....more >>

3GB switch in boot ini
Posted by Kevin at 10/31/2003 8:05:57 AM
I have a server which has 4gig of memory. I have modified the boot.ini file to include the /3GB switch. I have looked at the process work set for SQLServer and it still appears to be using only 2gig's of memory. This server does have WIN2K Advance server and is also SQL Server 200 Enter...more >>

Error 5149: Not enough disk space
Posted by Ben Silvert at 10/31/2003 7:58:31 AM
Newbie question: Importing a 25,000,000 record .csv file into SQL2000 fails with a disk space error. I go into sql enterprise manager to increase the size of the database and it will only let me go to about 4000 MB. I need about 30GIG. At 5000 MB enterprise manager says: Error 5149: Mo...more >>

Transactions and temp tables
Posted by Jack at 10/31/2003 7:23:46 AM
Can you create a temp table ( # table ) inside of a transaction ? I'm a Sybase guy and know we cant do that in Sybase. It gives me a DTC error. Why do I need DTC for this ? TIA...more >>

Service Pack Version
Posted by Emma at 10/31/2003 6:51:48 AM
How can I tell if I am running SP3 or SP3a? Thanks Emma ...more >>

SQL and IIS
Posted by CB at 10/31/2003 6:41:14 AM
We have a situation where SQL and IIS is loaded on the same server. This is a Quad Processor machine with 6 GB of memory. SQL itself seems to run OK. The problem occurs when there are multiple accesses to IIS to the database. Is there a way to make SQL and IIS play well together or is ...more >>

memory usage???
Posted by Rob at 10/31/2003 5:57:23 AM
Hello: I have a server with almost 4 Gigs of RAM. Though SQL Server's memory config option allows me to allocate all of the available memory, I understand that Std. Ed. can only address upto a max. of 2 GB. So, I set this option to 2 GB and lo and behold, once the application floodgate...more >>

What SQL command shoud I use ?
Posted by Anita Hery at 10/31/2003 5:17:44 AM
Hi All, I have a table like this : Product_No Field1 Field2 A 5 9 B 6 8 A 1 7 B 2 6 B 2 1 C 9 2 All rows can contain duplicate values. I want to access the first row of ea...more >>

update column query?
Posted by joffrey at 10/31/2003 4:54:25 AM
Hi: What command do I use to strip an sql column of everything but numbers? Let's say I have values in my column such as "NX-383_H" and I only want the number portion "383" in the column but want to discard the other junk? thanks J...more >>

"Remove files older than" doesn't work
Posted by Todd Chen at 10/31/2003 3:16:13 AM
Hi, My company is using MS SQL 7. There is a database maintenance plan to do the backup. It sets the "Remove files older than 1 day". It used to work properly. Last week, I suddenly found that this remove function didn't work, and the files remain there for a whole week until the disk ful...more >>

SQL Querying Book
Posted by Robt at 10/31/2003 2:52:00 AM
Can anyone recommend a comprehensive guide to creating sql queries. Database maintenance is not a high priority at present. (for myself not in general :-)) The kinds of things I need to do are run reports against SMS databases for inventory reports etc. Thanks in anticipation...more >>

Can I achieve WITH(NOLOCK) on all joins in a stored procedure with a single command?
Posted by liam_weston NO[at]SPAM hotmail.com at 10/31/2003 2:27:35 AM
I have a number of reporting stored procedures that purely list records and make no changes to the data. I have noticed that some of these SPs are causing blocks so I am adding the WITH(NOLOCK) hint. For a simple example :- Select * from table1 WITH(NOLOCK) INNER JOIN table2 WITH(NOLOCK) ON t...more >>

Backup, data and log files
Posted by Mark at 10/31/2003 1:28:35 AM
Should data and log files be stored on different drives in SQL Server 2000. And should the backup files be stored on yet another drive? I have 2 drives available and have put the data and log on one and the backup files on the other. All of these are backed up to tape as well. Thanks....more >>

Exceed the maximum number of users
Posted by bradyketteth NO[at]SPAM yahoo.com at 10/30/2003 10:58:25 PM
Hi, I have a question regarding the maximum number of concurrent users of MS SQL Server. If I use 5-user SQL Server, and already 5 users are connected to the server, and 6th user tries to connect to the server, then what will happen to the 6th user? Will he/she get an error like "connectio...more >>

Transaction Logs and STOPAT !!
Posted by rgn at 10/30/2003 10:37:15 PM
Hello All, One of the users had deleted a table of records and I was asked to recover the table. The production database X, gets backed up Midnight at 12 and after that the transaction log gets backed up every 30mins. The table was deleted of all records at about 6:19PM (approximately) a...more >>

log shipping restore fail
Posted by kelly at 10/30/2003 9:55:44 PM
We've been experiencing above average "Log Shipping Restore" fails. All copy and restore can be worked for first two or three times. For no apparent reason, the job of log shipping restore fails. I checked the windows event viewer,the message is "SQL Server Scheduled Job 'Log Shipping Rest...more >>

Sqlserver and Mail
Posted by Sopheat at 10/30/2003 9:38:44 PM
Why do Mail notification in SQLServer works only with MAPI profile so if we need a mail notification we have to buy an office license so to have Outlook installed ? Can we use Outlook Express mail profile instead? Thanks Sopheat...more >>


DevelopmentNow Blog