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 > may 2006

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

running DTS with oracle connection problem
Posted by Ken at 5/31/2006 10:19:00 PM
I have a DTS that grabs data from Oracle 9.2 into SQL 2000. If I run the DTS, everything works fabulous. The problem is running this DTS in a job in SQL Agent. The job just stop at the point of connecting to Oracle(I think). The status just hang at "Executing.." never finished. Can someone g...more >>


What is Oracles max user connections/max worker threads ?
Posted by Hassan at 5/31/2006 8:28:24 PM
I know this is not a SQL question, but I use SQL and i know we have a max cap on 32000 user connections and 256 worker threads(ideal setup ) Does Oracle have such a limitation ? Thanks ...more >>

detect replication erros
Posted by FJC at 5/31/2006 8:25:01 PM
Hi, I'm running SQL Sever 2000 SP4 and am replicating a database. This is the scenario: Server1 : holds the source database to be replicated (publisher) Server2: is the one that receives the replicated data (suscriptor) Some times it happens that the replication goes down and we do not realis...more >>

Unable to see any databases in EM
Posted by Delf at 5/31/2006 8:11:02 PM
Hi everyone, I need you advice. I suddenly found that when click on Databases to expand, "No Items" appear. I could not see a single databases at all( including Northwind, our production databases etc .. I've done a new server registration but still I'm unable to view the databases.. ...more >>

sp_cursorclose;1
Posted by Saran at 5/31/2006 7:59:01 PM
OS: W2k3 Standar Edition, sp1 SQL Server 2000, sp3 our application users brought the process on the database server to peg at 100%. Going thru the sql server manager I found 2 processes that showed the following message sp_cursorclose;1 sp_cursorclose;1 I killed both processes (...more >>

performance
Posted by Hoosbruin at 5/31/2006 6:56:37 PM
Are there any out of the BOX performance gains going from sql7 to sql2000 ? Thanks ...more >>

List of stored procedures
Posted by sck10 at 5/31/2006 5:27:45 PM
Hello, What table can you use to get a list of all of the stored procedures in a database? I need to be able to delete the ones created by users. I am assuming that I will need to use a cursor to step through and delete them. I created one for tables as an example (see below). -- Thank...more >>

Delete Foriegn Keys
Posted by sck10 at 5/31/2006 5:22:26 PM
Hello, I am trying to delete all of the tables in a database. I wrote the following cursor to step through all of the tables so that I can drop all of the foreign keys if they exist. However, it generates all of the indexes for the table that is selected (I think). I am trying to figure ...more >>



problem restoring master , model , msdb datbase
Posted by maxzsim at 5/31/2006 3:10:49 PM
Hi , I am having some issues restoring the following databases i tried to follow the steps in the articles --> http://support.microsoft.com/kb/224071/en-us what i have done : - i am trying to restore all the databases back to the same location after changing to a new disk - Have r...more >>

Bit or character data type?
Posted by ChrisR at 5/31/2006 3:08:02 PM
SQL2K SP4 Im creating a DB that has several Bit coulmns. The data is coming from a mainframe. When one stored proc is run, the result set needs to have a "y", an "n", or a " '' " (space) as thats the way current systems work. Another proc needs to return "Eligible" or "Not eligible". I had...more >>

restore from SQL Server 2005 to Express 2005 problems
Posted by Dabbler at 5/31/2006 1:46:55 PM
I'm getting the "Too many backup devices specified for backup or restore; only 64 are allowed" when I try and restore a database backed up on my hosting service SQL Server 2005 to my local SQL Server 2005 Express. Can anyone suggest a way around this ( not involving Enterpise Manager, which I...more >>

SQL 2k DB Maintenance - Integrity Chk Failures
Posted by msnews.microsoft.com at 5/31/2006 1:24:07 PM
Can some one please tell me what these errors mean? I have been looking for weeks to resolve this problem. Win2000 SP4 and SQL2000 SP3, Dual Processor, 4Gig Ram I used the Maintenance module of EM to setup and schedule Backups, Optimizations and Integrity Checks of 63 DBs, and send me a repo...more >>

backup cannot make a copy of the database
Posted by Mike Ryan at 5/31/2006 11:01:57 AM
I have a client who would like to automate the backup. I have used nti backup for cd's and microsofts backup utility that came with windows 2000. They both state that the files cannot be backed up because the files are in use. any Ideas on how to automate the backup???? and bypass the e...more >>

Upgrade path to SQL 2005 from SQL 7
Posted by SA at 5/31/2006 10:29:44 AM
I wanted to know what would be the correct upgrade path from SQL 7 to SQL 2005. Thanks all, SA. ...more >>

Restore SQL database
Posted by Elvis at 5/31/2006 9:39:02 AM
Hi, There are two recovery models of SQL Server databases. The "SIMPLE" and "FULL" and also bulked but I am not interested in that. I need a full recovery model as I need to recover the most amount of data and the last full backup from the night before is insufficient. Question: In order...more >>

Which is faster - comments appreciated...
Posted by almurph NO[at]SPAM altavista.com at 5/31/2006 9:14:22 AM
Hi everyone, Got a question for you. Which would be faster: a. Joining 2 separate tables each with a full text index on the applicable fields or b. Joining 2 separate tables - 1 of which has a FTI on the applicable field and the other table has a non-clustered index on the applicabl...more >>

Bulk Insert (type mismatch) on datetime field containing NULL
Posted by rai_sk NO[at]SPAM hotmail.com at 5/31/2006 8:18:47 AM
Can anyone help please, I am using bulk insert for the first time. The statement I am running is: BULK INSERT Titles FROM 'c:\Titles.txt' WITH (FIRSTROW = 3, FIELDTERMINATOR = '\t', ROWTERMINATOR = '\n', KEEPNULLS, FORMATFILE = 'c:\Titles.fmt') ...more >>

Cannot Register Any Instance of SQL Server 2000 to AD
Posted by Dominick D. at 5/31/2006 7:55:03 AM
Hello; I keep getting this message, 'SQL Enterprise Manager could not add server '(local)' to AD. Error: 14303: Stored procedure 'sp_ActiveDirectory_SCP' failed to access registry key. Now, what does this mean? I am the SA of this instance; I am the dbo, if you will, also. So, I have the su...more >>

correlated subquery syntax
Posted by Alex at 5/31/2006 7:48:02 AM
How do I write the following Ocacle SQl in MS SQL syntax? I call it an in-line query or correlated subquery Select 1.name name, 1.data table1Data, 2.data. table2Data, 3.data table3Data from (select name, data from table1) 1, (select name, data from table2) 2, (select name, data from tab...more >>

SQL Server 2000 - Access Violation Error message
Posted by James at 5/31/2006 7:46:02 AM
Hi, my SQL server crashed last week with the following error in the Application Event log. Event Type: Error Event Source: MSSQL$CARR Event Category: (2) Event ID: 17052 Date: 26/05/2006 Time: 19:24:23 User: N/A Computer: CARRMAIN Description: Error: 0, Severity: 19, State: 0 SqlD...more >>

Purchasing Microsoft SQL Server for small company
Posted by Eddie at 5/31/2006 7:28:01 AM
I currently have a database through a company that has been upkeeping SQL and storing data. I am cancelling subscription and want to retrieve data. They are sending me a backup DVD with all the files. How easy is it to use Microsoft SQL and can the files be transfered to another program suc...more >>

Backup status/timestamp
Posted by Rusty at 5/31/2006 7:27:02 AM
Hi, I was wondering if anyone had a sql script that can pull the last backup timestamp as displayed when you check database properties in Enterprise manager. Thanks Rusty...more >>

SQL Server SP3 / SQL Server SP4 Mixed Mode ???
Posted by Michael at 5/31/2006 5:56:43 AM
Hello together, is it possible to install different service of luggage (3 and 4) on a SQL server? On the SQL servers are 6 instances furnished. For a SQL server instance is furnished, here a Replikation is to service the luggage 4 to be installed. All further instances are to remain fu...more >>

How to sync users and logins in SQL2005 after restore
Posted by Gé Brander at 5/31/2006 5:43:02 AM
Does anyone have a script that synchronizes the users and logins in a database after a restore for SQL 2005? I used one for SQL 2000, but the domain groups are not synced, and the SQL users are. So if any one knows how to do this, please post the answer! The script I used that works half is ...more >>

[Full Text Search] automatic document classification
Posted by Happy at 5/31/2006 5:40:02 AM
Hi every body, I want to use Full Text Search of SQL Server 2005 to automatically classify my documents; by classifying I mean to give each document a type considering the words it contains. To give a type to a document, I think that one solution is to store the document in the Databa...more >>

Connections
Posted by Toby at 5/31/2006 5:30:01 AM
Hello everyone, I am configuring the connection pooling for my web application. We are using Sql Server 2000 as backend. I need to specify initial connection poolsize and maximum connectionpoolsize. My question is how many connections can we make simultaneously to SQL server 2000. Exper...more >>

query take a very long time
Posted by JEFDEG at 5/31/2006 2:43:02 AM
Hi, we have 3 sql server 2000 on W2000 running the same databases on 2 of them a query take 2 or 3 seconds to execute. on 1 it take over 3 minutes to execute exactly the same query. we check all the indexes of the databases , they are ok. It seems not to be a memory problem any idea to ...more >>

SQL Server on Windows 2000 Server Standard Edition
Posted by delbobos at 5/31/2006 12:07:02 AM
Can i have both installed SQL server 7.0 and SQL server 2000 on a windows 2000 server standard edition ...more >>

Account under SQL Server
Posted by Alan at 5/31/2006 12:00:00 AM
How do I know which account under which the SQL Server 2000 runs ? ...more >>

Startup service account
Posted by Alan at 5/31/2006 12:00:00 AM
SQLServer 2000. I created a login in EM. I want to change the Startup service to SQLServer and SQLServer Agent by this account. So I stopped the both services and use this new account in both services by SQLServer Service Manager. Goto Control Panel - Admin Tools - Services Double click the M...more >>

SQLServer and SQLServer Agent
Posted by Alan at 5/31/2006 12:00:00 AM
Do they need to have the same log on account when start up? Control Panel - Admin Tools - Services Double click the MSSQL Sevrer and SQLServerAgent. I can set the account on Log On tab. ...more >>

Cannot start up SQL 2000
Posted by Man Utd at 5/31/2006 12:00:00 AM
I just installed the SQL Server 2000 with custom option: Druing the setup, in the screen of Service Account, I use my Windows machine login (this is the login I use when the pc is started up), ie 'Alan' instead of LocalSystem. After installation, I config the Microsoft Search service by using ...more >>

deadlocks not resolved by SQL Server
Posted by C.W. at 5/31/2006 12:00:00 AM
I am under the impression that SQL Server would automatically detect a deadlock and roll back a participating transaction. However, I have had a few cases where automatic resolution did not occur. Instead, I had to go in and manually kill the transaction that is causing a deadlock. Is there...more >>

Rollback from sql2005 to sql2000
Posted by Michael Reddick at 5/30/2006 10:53:53 PM
Good evening everyone I currently had a sql2000 server and I mirrored the box and installed sql2005 on the new server becuase we are moving towards a SAN environment. Before I upgrade the sql2000 I brought the custom built program that our team wrote online and it has a few error dealing wi...more >>

Need help on following SQL 2000 Error Code
Posted by Leo at 5/30/2006 8:49:01 PM
i am using SQL 2000 Server SP4. Error Code as follow Operating system error 123: The filename, directory name, or volume label syntax is incorrect.. Error: 17815, Severity: 18, State: 1 No longer waiting for client connections using Net-Library'SSNETLIB' MSSQLSERVER MNLMAPSCNCAPS01 ...more >>

monitoring tool
Posted by jkostic via SQLMonster.com at 5/30/2006 8:32:01 PM
Which real-time monitoring toll you use for SQLServer ? thanks -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server/200605/1...more >>

Mirroring in a 64-bit cluster environment
Posted by BobF at 5/30/2006 6:27:01 PM
My principal server is a 64-bit cluster virtual server instance on 64-bit Windows Server 2003 Enterprise latest service pack. (I'm on sp1 for Sql Server 2005 as well.) My mirror server is a 64-bit instance as well on the same operating system. They are on different subnet's within the same ...more >>

Restoring databases on SQL Server 2000 while trying not to restore to the wrong database
Posted by Spin at 5/30/2006 4:53:38 PM
Experts, Running Windows Server 2003 SP1 with SQL Server 2000 SP4. I have a couple of development teams using databases on the same SQL Server. While they can backup their databases, they cannot restore their own databases. I have noticed that the SQL server role overwrite the DB roles o...more >>

Need advice on hardware for SQL 2005
Posted by Slimo at 5/30/2006 4:38:49 PM
Hello, I would appreciate if someone can give some advice on hardware for building up SQL 2005 cluster. We will have 4 database of 50 GB each. How many processors, memory,... do I need? My preference is to go for HP servers Thanks in advance ...more >>

** help, need to restore specific records from backup copy of database
Posted by Les Caudle at 5/30/2006 4:37:22 PM
I've got an SQL 2000 database where some rows were killed by running: dbcc CHECKDB ('theDb', repair_allow_data_loss) The primary key is an auto incrementing integer. I have an older copy of the database, with all the missing rows, located on an SQL 2005 box. I can connect to both databa...more >>

Joining Count Queries?
Posted by jp at 5/30/2006 4:22:17 PM
Hi, I want to join 2 count queries toegther and can't work out how to go about it. The first query obtains the total products by country... select count(*) as TotalProducts, c.Country_Name from product_source ps, country c where ps.product_id in (select product_id from record_links whe...more >>

Combining 2 databases as one
Posted by YC at 5/30/2006 4:00:58 PM
Hi, We need to combine 2 databases as one on SQL Server 2000. One database has wickedly many View tables and the other has more wickedly many Stored Procedures. What would be the best way to combine them. YC ...more >>

DB Maint Plan running indefinetly
Posted by alex sadykov at 5/30/2006 3:34:59 PM
DB backup and DB log backup part of DB maint plan still running. I checked the backup folders and it seems like it only missed one db all other db's have both backups. I tried to backup the db and log from query anazyler and it worked fine. When i refresh jobs and check current activity t...more >>

other characters (codes) that represent single quote
Posted by Nalaka at 5/30/2006 3:06:24 PM
Hi, I am trying to replace every single quote with two "single quotes", prior to sending the dynamic sql string to sql server. ( from a C# application) (in this case I have to send a dynamic string, cannot do parametarized queries) Question is..... Is there any other character that sql se...more >>

mirroring with SAN
Posted by Billa at 5/30/2006 2:32:37 PM
Hi, Is it possible to connect two servers in mirror environment (SQL 2005; one is Principal, & other is Mirror) with a SAN? Any help will be highly appreciated. Regards, ...more >>

mirroring with SAN
Posted by Billa at 5/30/2006 2:31:57 PM
Hi, Is it possible to connect two servers in mirror environment (SQL 2005; one is Principal, & other is Mirror) with a SAN? Any help will be highly appreciated. Regards, ...more >>

RAID Configuration - R10 v. R5 - Spindle Count
Posted by Paul at 5/30/2006 1:02:47 PM
We are in the process of procuring a new IBM SAN for our most business critical SQL database. The database right now runs great on a 10 disk RAID 5 set with TEMPDB and TLOGS on separate RAID1 arrays. As a part of the new hardware implementation, we want to go to RAID10 and as per a vendor reco...more >>

Mirror Status
Posted by PJU at 5/30/2006 11:36:02 AM
Are there Stored Procedures or tables that will tell me which of the mirrored servers is active ? ...more >>

Why is "Run as" disabled in SQL Agent 2005 ?
Posted by Pat at 5/30/2006 8:36:02 AM
The agent service runs as "local system" account, and I need to have a specific job run as a domain user. In the properties page for this job step, the only choice I have in the "Run as" combo box is "SQL Agent Service Account". How can have the step run under another account ? tia....more >>

Sql installed files locates on the SAN
Posted by tractng NO[at]SPAM gmail.com at 5/30/2006 8:27:44 AM
Guys, I just inherit this network. It seems like the previous admin installed MS SQL 7.0 on our SAN. So far the location is S:\Program Files\Microsoft SQL Server with other folders too, ie : S:\Program Files\Microsoft SQL Server\MSSQL\Install S:\Program Files\Microsoft SQL Server\MSSQL\...more >>


DevelopmentNow Blog