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 > april 2005

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

what is regular expressions
Posted by Hassan at 4/30/2005 11:24:27 PM
I read that SQL CLR can access regular expressions easily .. ...more >>

create a database with 2 or more files on same drive ?
Posted by Hassan at 4/30/2005 11:22:50 PM
Does it help if you create a database with 2 or more data files on the same drive ? Or is it better just to create one especially since its just one drive ? ...more >>

See these file extensions in a folder
Posted by Hassan at 4/30/2005 11:20:12 PM
I see some files with the following extensions in a folder .. They are .bnd, ..def, .dp1,.dp2,dr1,.dr2,.ext,.fky,.id1,.prv,.......... I had seen something similar a long time ago but dont seem to recollect what creates it . Anyone knows ? ...more >>

change default port
Posted by Hassan at 4/30/2005 3:18:36 PM
We have a lot of applications dependent upon SQL at the moment. If i change my default port number of 1433, is there something I need to add/modify to the existing connection info from my clients or will it just work ? Using SQL 2K ...more >>

SQL Server 2005 Beta
Posted by Dave at 4/30/2005 2:26:40 PM
I would like to download the latest Beta of SQL Server 2005. All I can seem to find on the MS site are links to SQL Server 2005 Express, which apparently is some sort of next generation MSDE. I want to become familiar with the fulll blown SQL Server 2005. Can anyone tell me what the lates...more >>

Error 3271
Posted by ALN at 4/30/2005 1:46:02 PM
Hi, during a backup of a database with the following command I get an error: backup database TV_TOPO to disk='d:\Backup.nacher\TV_TOPO.bck' Server: Nachr.-Nr. 3271, Schweregrad 16, Status 1, Zeile 1 Nonrecoverable I/O error occurred on file 'D:\Database\TV_TOPO.mdf'. Server: Nachr.-Nr. 3013...more >>

Failed Transaction Log Volume
Posted by Marc at 4/30/2005 1:42:02 PM
Hello, On SQL 2000 I was wondering if there was a way to bring a database back online that we no longer have access to the transaction log? The volume has failed that held the transaction log and there is no backup of the log, just the database file. Thanks...more >>

URGENT!!! Re: do I have a torn page?
Posted by ChrisR at 4/30/2005 11:29:21 AM
DBCC blew up with: > DESCRIPTION: Error: 823, Severity: 24, State: 2 > > I/O error (bad page ID) detected during read at offset 0x0000111c264000 in > file 'D:\MSSQL\MSSQL\Data\production_Data.mdf'. > My boss doesnt want to to anything to the box during the day because we have users using ...more >>



SQL Performance
Posted by MajorTom at 4/30/2005 9:11:25 AM
Hello Everybody I have the question about the SQL Server Performance and design considerations. I am developing code that is going to deal with a lot of records (specific detail in the attachment). I am writing code right now that is working fine with a few records. My concern is to know ho...more >>

do I have a torn page?
Posted by ChrisR at 4/30/2005 8:57:07 AM
Ive been getting alerts like the following all morning: DESCRIPTION: Error: 823, Severity: 24, State: 2 I/O error (bad page ID) detected during read at offset 0x0000111c264000 in file 'D:\MSSQL\MSSQL\Data\production_Data.mdf'. COMMENT: (None) JOB RUN: (None) What do I need to do h...more >>

torn page question
Posted by ChrisR at 4/30/2005 8:55:18 AM
According to BOL 2000: If a torn page is detected, an I/O error is raised and the connection is killed. If the torn page is detected during recovery, the database is also marked suspect. The database backup should be restored, and any transaction log backups applied, because it is physicall...more >>

Please Help: Someone is hacking my server!
Posted by A.M at 4/30/2005 12:00:00 AM
Hi, My SQL server is has a public IP address admins and developers can access and manage remotely (this is the requirement) When I monitor the SQL server port I can see some one is brutally trying to hack my server. There are almost 70 connections from IP address 66.15.173.105 th...more >>

MDF vs SQL Server
Posted by John at 4/30/2005 12:00:00 AM
Hi What is the difference between a mdf file and the sql server database in the context of new sql server 2005? What are the capabilities and limitations of each? Thanks Regards ...more >>

Disable autogrowth of file thru TSQL
Posted by Hassan at 4/29/2005 10:54:28 PM
Is there a way to programatically disable autogrowth of all database files residing on a particular drive ? Can someone help ? Even if I cant do it for all database files in one shot, how can I do them for individual databases ? Using SQL 2K ...more >>

random selection
Posted by sck10 at 4/29/2005 4:42:49 PM
Hello, I have a table of quotes. I would like to pull a new quote every 5 hours for my web page (asp.net). I have a field "WebTextKey" that is an identity key. My question is, how to go down the list and query the next quote? I have no idea where to start, so any suggestions would be great...more >>

Anyone Use Live Vault?
Posted by Louis Marchand at 4/29/2005 4:30:26 PM
Hi Everyone, I'm investigating a software called Live Vault (http://www.livevault.com) whose purpose is to continuously monitor and record changes in a SQL Server database, at the database file level, and periodically send these changes to a remote server where they're applied to matching files....more >>

Unique Indexes
Posted by MichaelW at 4/29/2005 3:48:02 PM
I'm supporting a database that has a Unique Index and yet that column has duplicate values. How can that happen?...more >>

my first function
Posted by Dion at 4/29/2005 3:22:04 PM
I am looking for some insight into performance issues with a query: SELECT bv.fld1, bct.fld2 FROM bct LEFT JOIN bv on BCT.VisitID=bv.VisitID WHERE bct.BatchDate>='9-1-2004' --bct has a clustered index on BatchDate this query takes about 8 sec If I change the select to: SELECT fn_LG(bv.fld...more >>

SMTP Server in my database server
Posted by Ray5531 at 4/29/2005 1:45:10 PM
I basically need to send emails from MY DTS packages and also some of my stored procedures.There is no way of having any MAPI compliant software installed on the productions database server,so I came up with the idea of installing an SMTP server and use the extended stored procedure introduced h...more >>

Microsoft SQL Server 2000 Desktop Engine
Posted by PCL at 4/29/2005 12:46:06 PM
I have recently installed Microsoft SQL Server 2000 Desktop Engine on a computer. How do i create tables and stuff like I do in the standard version of SQL server? I tried connecting to it with enterprise manager but this fails. Are you allowed to use enterprise manager with this product? ...more >>

SQL Newbie needs help getting started with MSDE!
Posted by Bowen T at 4/29/2005 12:34:05 PM
Hi. I am getting started using SQL. My primary objective is to be able to write ANSI SQL statements at a high level, outside of a certain platform. I am using the book SQL A Beginner's Guide by Forrest Houlette. To get started, I downloaded the Microsoft SQL Server 2000 Desktop E...more >>

Cannot edit jobs
Posted by Takia at 4/29/2005 12:26:03 PM
i am get this error message every time I try to remove some old jobs that were created on a different server: error 14274: cannot add, update,or delete a job (or its step or schedules) that originated from an msx server What do I need to do to remove these jobs? ...more >>

Concurrent Access
Posted by K at 4/29/2005 12:20:02 PM
Hi, I have been asked to give a realistic number of concurrent access to do the stress test to the sql server for our application. I used sp_who2, and there are about 187 rows in the result pane. However, most of them has"Sleep" status. 187 concurrent access is a lot. Am I using the right...more >>

How To..
Posted by AllenHubtka at 4/29/2005 12:14:03 PM
I have SQL Server 2K installation with various databases created on them. All our staff are writing the queries and pumping the data at all the time. Sometimes the system is becoming too slow. How to find out which query/process is using the resource? Will the data in sysprocesses will help? A...more >>

Compilations/sec vs recompilations/sec
Posted by Hassan at 4/29/2005 12:04:59 PM
Trying to understand what would trigger compilations vs recompilations . I see quite a few of them for both events in Perfmon.. Thanks ...more >>

Junior Database Developer- need help with DB stuck in Loading stat
Posted by bluefish at 4/29/2005 12:04:02 PM
One of our critical databases that is part of a log shipping-like set up is corrupt. This happened while doing a full DEb restore. DB was showing status 'Loading/Suspect' for about 5 hours. However, restore job has failed, and nothing is attempting to restore it. I am unable to get get any ...more >>

oledb / odbc connection timeout
Posted by Ian G at 4/29/2005 11:56:03 AM
Hi - does anyone know of a sql server - server side resource limit that will timeout an oledb connection running a simple select statement ? I am only aware of the client side timeout options are there any server side limits that will do this ? A user of mine is experiencing a timeout and I ca...more >>

Database stored in .ldf file
Posted by Rick A at 4/29/2005 10:57:14 AM
Problem: Contractor migrated Great Plains databases to new server (Win2000, SQL2000). Databases are set up in reverse. Data is stored in .ldf, and log files are stored in .mdf. Log file(.mdf) out of control and needs to be shrunk. (Know how to do this) Can I shrink the logs even th...more >>

ERROR EXECUTING EXTENDED STORED PROCEDURE Specified user can not login
Posted by Matthew Beirn at 4/29/2005 10:56:55 AM
Hello All, I'm wrote a program that uses the extended stored procedure XP_CMDSHELL . The user is not an admin and I'm not sure how to set up a Proxy account. I'm getting the following error when I try to add the user into the Non-SysAdmin job step proxy account. ERROR EXECUTING EXTENDED...more >>

use only 1 processor
Posted by ChrisR at 4/29/2005 10:02:43 AM
sql2k A while back a Developer wrote an SP that cause a specific type of Deadlock. If memory servers correctly and from reading BOL it was a "parallelism" deadlock. Anyways, the resolution was to tell SQL to use only 1 processor when running the SP. Im now in a debate about the whole thing ...more >>

Top 100 takes longer than top 1000??
Posted by barryfz at 4/29/2005 9:47:31 AM
I have a query that does several joins and outer joins. When I run it with top 1000 it returns in about 10 seconds when I run it with top 100 it takes minutes to return. What could be causing such a problem? BTW, on other test servers the 100 does take longer than the 1000 but not minutes ...more >>

Need help in Multiple String Search
Posted by Luq K at 4/29/2005 8:52:01 AM
Hi, I want to search for multiple strings in a comma seperated text field e.g text1(John,Abbot,Bobby,Mark) I want to get the record which has Booby or Mark. I can use Where text1 like '%Bobby%', but this statement will only search for Bobby in the text1 field, I want it to search ...more >>

Changing SQL Server Service Password
Posted by Bruce Nation at 4/29/2005 8:16:10 AM
I need to change the password off the SQL Server service on about 70 servers, and I'm trying to automate this process. After changing the Service account password SQL books online states that I should change it for the service using enterprise manager since it does some other stuff in the b...more >>

Memory Page Faults
Posted by Richard Wells at 4/29/2005 7:52:15 AM
We have a newly installed Windows 2003 (just hot fixes no SP) running on a twin 3.4GHZ system with 4GB physical and two 4GB swap files on separate disks and controllers. We have noticed that shortly after starting the system we are continually getting a high number of page faults. We think...more >>

MELL 2.5 and SQL errors
Posted by swampthing at 4/29/2005 7:22:02 AM
I recently installed the SA versions of several MELL 2.5 collections. I can access the start page and the training with no issues; everything appears to work perfectly. The problem is, I also installed the SQL database and Reporting to monitor users and usage, but there appears to be nothing b...more >>

Win2003 SP1 error: "New transaction cannot enlist in the specified transaction coordinator"
Posted by istvan NO[at]SPAM profuse.ro at 4/29/2005 5:42:41 AM
I have a web application installed on Windows 2003 Standard Edition with SP1, it accesses a SQL Servet 2000 database installed on Windows 2000 Server, the two computers are not in the same domain. The web application uses ASP pages and COM+ components written in VB6. After the installation of SP...more >>

Using bulk insert and triggers to import a fix rec length file.
Posted by Dave at 4/29/2005 4:24:04 AM
Hi, I've done some SQL work before but what I need to do now is probably about the most advanced thing I've done. I have a fixed record length file that I need to import into an SQL table. During the import I also need to add an extra column. After doing a little research it would seem t...more >>

New SQL Server 2000 Install - Backup of Empty Database never compl
Posted by mikekimber1 at 4/29/2005 12:14:01 AM
We installed SQL Server 2000 SP3 and created a number of databases. However after a while the backups of these databases appear to hang forever and required a reboot to clear. We then created a brand new empty database and tried backing this up, but had the same problem. Looking in the Even...more >>

Multiple redult sets
Posted by Leila at 4/29/2005 12:00:00 AM
Hi, Some SPs have more than one result set. How can I access a particular result set? For example, I want to insert the third result set of: exec sp_help 'Customers' into a table. Thanks in advance, Leila ...more >>

SQL Server 2000 Developer Edition
Posted by Jason at 4/29/2005 12:00:00 AM
We would like to know what is the limitation of SQL Server 2000 Developer Edition. Besides, can it be installed on a Windows XP workstation ? Thanks ...more >>

sqldiag.exe
Posted by Robert Lie at 4/29/2005 12:00:00 AM
Dear All, After I run sqldiag.exe, it leave a txt file. I don't understand what is the usage of the file. Does someone can give explaination about it? Thanks Robert Lie...more >>

Problem executing Stored Procedure from ASP
Posted by The Gekkster via SQLMonster.com at 4/29/2005 12:00:00 AM
Hi all, I must be overlooking the obvious (apologies) but can't seem to figure out why I'm unable to execute the following (where both parameters are 'int' datatype: ####### set objCommand = server.CreateObject("ADODB.command") objCommand.ActiveConnection = objConn objCommand.CommandText ...more >>

Add Formula for a column
Posted by Calvin at 4/29/2005 12:00:00 AM
I'm trying to add a formula to a column in a Table, in Enterprise Manager, but I'm not being allowed. I want a column to be multiplication of two other columns, datatypes money and decimal. I'm typing SubTotal * TaxRate .... What's the big deal with this? ...more >>

SQL Server Best Practices Analyzer
Posted by Robert Lie at 4/29/2005 12:00:00 AM
Dear All, Does someone know how to use SQL Server Best Practices Analyzer? Is it really usefull? Thanks Robert Lie...more >>

scripting the database
Posted by Aju at 4/29/2005 12:00:00 AM
Hi , Can I script the database with existing data e.g. insert statements in YUKON .. Thanks ARR ...more >>

Backing up to a UNC path versus a local drive doesn't act the same way
Posted by Steen Persson at 4/29/2005 12:00:00 AM
Hi I have just noticed a difference in how BACKUP works when I back up to a local drive versu when I do it to a UNC path. When I run the backup to a local drive, I can see that the .bak file gets created, but then stays a 0 Kb until the backup is finished. When it's finished, the .bak file is...more >>

Access right for Database Role
Posted by Peter at 4/29/2005 12:00:00 AM
Hi, For database users assigned with database role "db_datareader" and "Public". Does it mean that he / she is able to browse all tables and execute Stored Procedures. OR He / She can only execute Stored Procedures ? If we want to give him / her access right to exec Stored Procedures only...more >>

SQL Mail ?
Posted by WJ at 4/28/2005 10:55:32 PM
SQL Mail Expert, I am avoiding using MS/Outlook as mail client for SQL Mail purpose. I would like to use my SMTP relay box to send mail from my SQL box to my clients. Is there a method to do this ? My Windows server is 2003 standard and SQL Server 2000 Standard. Thanks John ...more >>

SQL Mail - Mail Client ERROR
Posted by erkorb NO[at]SPAM hotmail.com at 4/28/2005 10:32:20 PM
I am attempting to set up SQL Mail, but I keep getting the following error in the SQL Server Agent Log: "The mail system failed to initialize; check that a mail client been installed" I'm running SBS 2003 with all SPs, but do not have Exchange running. I have successfully set up an Outlook...more >>

Migration 2005 beta to 2005 release
Posted by windsurfing_stew NO[at]SPAM yahoo.com.au at 4/28/2005 9:31:56 PM
Hi Group, Three quick questions about the 2005 beta. 1) Is it likely that restoring a 2005 beta database backup to a 2005 release environment (when it is released) will produce errors? 2) Will the .Net framework 1.1 be able to call SQL server 2005 beta stored procedures? 3) Can I us...more >>


DevelopmentNow Blog