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) > september 2006 > threads for september 1 - 7, 2006

Filter by week: 1 2 3 4 5

SQL Server 2K Database Name Problem
Posted by David C. Barber at 9/7/2006 11:14:48 PM
This updates a previous post. We have updated our SQL Server 2000 to new hardware by reinstalling SQL Server 2K to a new, dual processor server. We performed a full SQL backup of the entire server, and did a full restore onto the new hardware, which has the same server name and IP address. O...more >>

How to display the managers and the employees working under that Manager
Posted by broken arrow at 9/7/2006 10:04:00 PM
Hello, I'm facing with a problem though it may look very simple for many of u it is a bit complicated for me So kindly please help me out i have a table emp with employee id,name and mgrid I need to display the managers and the employee working under that manager . How should this be do...more >>

Is it possible to move a database from 2005 to 2000?
Posted by Rico at 9/7/2006 6:55:50 PM
Hello, I have a database in 2005 that I'd like to copy and attach in 2000. Is this possible? if so, how do I do it? I've tried doing a number of things from just trying to attach to the db file to trying to export and import via access and I can't seem to get anything to work. Any hel...more >>

SQL Server 2005 connection unusually slow even errors.
Posted by Rico at 9/7/2006 6:10:19 PM
Hello, I have a Win2K3 Server with SS2005 developers edition. I am working on a Windows XP Pro workstation which has SQL Server 2000 installed as well as the SQL Native Client. I'm using an MS Access ADP to connect to the server and for some reason it's extremely slow, even to the point o...more >>

Finding a line number
Posted by johnivey NO[at]SPAM gmail.com at 9/7/2006 1:52:22 PM
I have a large query that I am trying to debug in query analyzer. However, the errors I get have no line number or reference to where they are failing. How can I find out what line in the query is causing a particular error message to appear? Thanks John Ivey South Pike School District ...more >>

Need advice on reading material
Posted by Dave at 9/7/2006 11:22:27 AM
Hello, I'm new to SQL Server, have alot of experience with DB2 and Oracle, and have been tasked with supporting SQL Server. Could anyone suggest a good administrator book? Thanks!! Dave Schaeffer ...more >>

transaction inside sp_executesql
Posted by Matik at 9/7/2006 8:17:42 AM
Hi to all, Probably I'm just doing something stupid, but I would like you to tell me that (if it is so), and point the solution. There ist the thing: I' having a sp, where I call other sp inside. The only problem is, the name of this inside sp is builded variously, and executed over sp_e...more >>

Creating a dynamic Global Temp Table within a stored procedure
Posted by pukivruki NO[at]SPAM gmail.com at 9/6/2006 10:14:18 PM
hi, I wish to create a temporary table who's name is dynamic based on the argument. ALTER PROCEDURE [dbo].[generateTicketTable] @PID1 VARCHAR(50), @PID2 VARCHAR(50), @TICKET VARCHAR(20) AS BEGIN SET NOCOUNT ON; DECLARE @DATA XML SET @DATA = (SELECT dbo.getHistoryLocation...more >>



What is the meaning of "LTRIM(N' ')" ?
Posted by Cylix at 9/6/2006 8:31:31 PM
Actually, I don't know what is the meaning and difference of "N" in the function. Thanks. ...more >>

Are these DB's required??
Posted by NO[at]SPAM sh at 9/6/2006 3:05:58 PM
Always wondered, now I have the time to ask - we currently backup ALL databases and these seem to all grow in size, the MSDB BAK files are now 35mb each and growing!!! Can we remove these from our Enterprise Manager? - Master - Model - MSDB Cheers, @sh ...more >>

what is the system requirement installing ms sql server 2003 client version?
Posted by HandersonVA at 9/6/2006 12:47:26 PM
compare to ms sql 2000, the newer version seems to be slow when i try to open or modify a table. is this a demerit of the newer vesion or my machine problem? ...more >>

Which to install first, VSTO or SS 2005 Developer??
Posted by tlyczko at 9/6/2006 9:59:43 AM
I have Visual Studio Tools for Office (VSTO) and the SS 2005 Developer that comes with it, all of which I can install on my local XP box. 1. Which one do I install first, VSTO or SS 2005 Developer?? 2. Regardless of which one is installed first, what's the best way after that to move or copy...more >>

move/copy database objects from SQL Server Express to SQL Server Standard??
Posted by tlyczko at 9/6/2006 9:57:12 AM
Can anyone refer me to good 'recipes' or sources of information on this topic?? I have Visual Studio Tools for Office, which installs SS 2005 Express locally to my XP box, and I want to develop in SS 2005, then copy the tables or queries or reports etc. to a SS 2005 Standard server. Thank y...more >>

Upgrade SQL Server 2000 Failover Cluster from SP3 to SP4
Posted by Mark D Powell at 9/6/2006 7:26:46 AM
I have a production failover cluster running SQL Server 2000 at SP3 that I want to upgrade to SP4. I do not have a test failover cluster to test with so I need the install on the primary server to work the first time. Per the information I have I just install the patch on the primary server an...more >>

Running MS Access db as a Linked Server on SQL Server
Posted by maxvalery NO[at]SPAM gmail.com at 9/6/2006 6:51:21 AM
Hi, Looking for a quick and dirty on running an Access database as a linked server in SQL Server. Basically, the majority of my stuff is in SQL Server, but there is one lingering nightmare-of-an-Access-database no one wants to touch. I just want to create a linked server to use the Access ...more >>

MSDE
Posted by Enorme Vigenti at 9/5/2006 3:43:45 PM
How about backup with MSDE? is there some utility for it? tnx...more >>

An interesting Lastname, Firstname, Middlename challenge
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 9/5/2006 2:35:34 PM
I'm sure you all have seen situations where a field has a combined name in the format of "Lastname, Firstname Middlename" and I've seen examples of parsing that type of field. But what happens when the data within this type of field is inconsistent? Here are some examples Apple, John A. Ber...more >>

Server configuration for MSSQL 2000 and MSSQL 2005
Posted by dunleav1 at 9/5/2006 11:45:39 AM
Does enabling/disabling Data Execution Prevention have a performance impact on SQL 2000 or SQL 2005? For SQL best performance - how should I configure for: Processor Scheduling: Programs or Background services Memory Usage: Programs or System Cache ...more >>

logs of creating and deleteing jobs
Posted by Bartolo at 9/5/2006 5:07:42 AM
Hello Does anybody know where/if MSSQL (especially 2005) keeps logs of creating and deleteing jobs? Thanks in advance Bartolo ...more >>

Facing some problem in Instead of Trigger for MultiRow Insert
Posted by santoshborfalkar at 9/5/2006 4:02:16 AM
This is the Trigger which is not working properly during Update, no any record is going to be updated so pls help. I am updating the requisition table when any update in quantity in podetails table CREATE TRIGGER trig_updateRequistion ON ERP.DBO.TranPurchaseOrderDetail INSTEAD OF UPDATE...more >>

Query performence about nText
Posted by Cylix at 9/5/2006 3:01:49 AM
Is there any difference between a nText field value='' and value=NULL ? ...more >>

login failed for user
Posted by kalaivanan at 9/4/2006 12:11:33 AM
hi, i have developed a web application. i need to connect to sqlserver 2000 to fetch data and i am getting the following error when requested for login page. Login failed for user 'NT AUTHORITY\NETWORK SERVICE' When i refresh the page it is working properly, i.e., i could see the login sc...more >>

SQL Server 2005 - BULK INSERT
Posted by dsola NO[at]SPAM yahoo.com at 9/4/2006 12:00:00 AM
I'm trying to import data from flat file in table and have few problems. 1. Field Delimiter is ',' (comma). If ',' occurs in quoted string it is still treated as field delimiter. This is BUG or ? 2. In table I have datetime field that can be null, but bulk insert reports error if in flat fil...more >>

Sql Server connection problem
Posted by djamilabouzid NO[at]SPAM gmail.com at 9/3/2006 3:54:52 PM
Hi! I have some problems with ms sql server database connection. When I wrote the following function (in VB): sub Remplir_Theme() Dim connectionString As String =3D "Data Source=3D.\SQLExpress; AttachDbFileName=3D|DataDirectory|\BasedeDonnees_babySQL.mdf ;Integrated Security=3Dtrue; User In...more >>

Comparing two tables and spitting out an XLS
Posted by Your name at 9/3/2006 1:56:47 PM
Hi, I'm trying to figure out a way to compare two tables, table one has more entries than table two, I want SQL to compare table one to table two and spit out and XLS of the enries that exist in table one, but not in table two. So far I can't even get my query right...heh select * fro...more >>

Storage usage for Enterprise Applications
Posted by Alex at 9/3/2006 8:03:40 AM
Dear Experts, I would like to invite you to take part of my survey to share your expertise on the storage usage for enterprise applications. This is an educational survey for non-profit purposes, and it will be a part of my Master's dissertation. The following survey contains 14 questions...more >>

Stored Procedure To Update Columns
Posted by Al Willis at 9/2/2006 12:00:00 AM
Hello, I've written an insert trigger to fill in data on 5 columns based on the key field column after a record is added to a table. The trigger works fine. But what I also want to do is to write a stored procedure that will update the 5 columns for the entire table based on the table key ...more >>

Restore Messed Up Table Names
Posted by David C. Barber at 9/1/2006 11:30:42 PM
Using SQL Server 2000 and moving to a new computer. We did a full backup of the existing database to tape, brought up the new computer with a clean install using the same server name and IP address, and did a full restore. Not only were some permissions messed up, but Crystal Reports 10 and some...more >>

BULK INSERT into table with identity column?
Posted by M Bourgon at 9/1/2006 5:29:15 PM
I have a file I'm trying to do some non-set-based processing with. In order to make sure I keep the order of the results, I want to BULK INSERT into a temp table with an identity column. The spec says that you should be able to use either KEEPIDENTITY or KEEPNULLS, but I can't get it to work. ...more >>

Does SQLMail require a mail account on the Exchange Server?
Posted by mchi55 NO[at]SPAM yahoo.com at 9/1/2006 3:45:26 PM
I just read that if you use an exchange server...the account that you start SQL with needs a mail on the exchange box. Is this true? I know I didn't need an account when I've set it up before...but I might have been using a POP3 server. I have Outlook 2003 installed on the server. Window...more >>

Column order/presentation in virtual table (result set from view or UDF)
Posted by Beowulf at 9/1/2006 3:19:11 PM
I was just messing around with some ad hoc views and table returning UDFs today so I could look at and print out data from a small table and noticed something strange. If I stick my select statement into a View the columns are returned in the order I specify in the SELECT, but if the same st...more >>

DTS that does HouseHolding with Millions of records
Posted by rperetz NO[at]SPAM gmail.com at 9/1/2006 3:16:22 PM
Hi all, I was given a task to create a houseHolding logic under a table that have millions records. first let me explain what is a house holding: let's say I have 2 records that have the same phone number, that mean that both records are under the same household, but this can get more compli...more >>

Text Column question
Posted by rob at 9/1/2006 6:05:01 AM
Hello, If I create a table with two columns of type "Text" will that cause any issues? If my memory serves me correctly I thought I read a while back that is it standard practice to only have one "Text" column per table. Any input would be appreciated. Thanks, Rob Panosh ...more >>

Insert Uniqueidentifier after the fact
Posted by pltaylor3 NO[at]SPAM gmail.com at 9/1/2006 5:38:11 AM
I have an existing table that i would like to add a uniquidentifier to each record of the table. I have already create a column for the uniqueid. What sql script could I run to actually place a value for the newly created column for each record? thanks for your help ahead of time ...more >>

estimation the buffer cache hit ratio
Posted by Marek Wierzbicki at 9/1/2006 12:00:00 AM
Hi I have trouble with MSSQL2000 SP4 (without any hotfixes). During last two weeks it start works anormally. After last optimalization (about few months ago) it works good (fast, without blocks). Its buffer cache hit ratio was about 99.7-99.8. Last day it starts work slow, there was many block...more >>


DevelopmentNow Blog