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 15 - 21, 2006

Filter by week: 1 2 3 4 5

SSIS Newbie help please.
Posted by Bishman at 9/21/2006 10:55:16 PM
Hi, I am trying to export rows from SQL2005 linked to coresponding rows from Oracle to an Excel spreadsheet using SQL Server 2005 Integration Services (DTS as it was) I really am not sure what I ought to be attempting to do, however I seem to be able to create two OLE DB source 'objects' a...more >>


Breaking down Total Hours worked into Day and Evening hours
Posted by Beowulf at 9/21/2006 4:40:36 PM
I have data coming from a telephony system that keeps track of when an employee makes a phone call to conduct a survey and which project number is being billed for the time the employee spends on that phone call in a MS SQL Server 2000 database (which I don't own). The data is being returne...more >>

Point in Time Backup (impossible for some points?)
Posted by mcaglar NO[at]SPAM cs.ucf.edu at 9/21/2006 1:30:43 PM
Hello, I am using SQL Server 2000 with SP4. I have a database with two full backups at 4:00 PM and 5:00 PM and a transactional log backup at 5:30 PM. Is there a possible way to do a point in time restore to 4:30 PM, that is between two full backups? When I try to use the transactional log b...more >>

Using USER value in SQL code
Posted by billharrison9 NO[at]SPAM gmail.com at 9/21/2006 12:43:33 PM
I need to be able to drop a table after a user is done with it. I have tried something like, DROP TABLE USER.tblEducation_SAP1 but I get an error. Can someone suggest the way I should be using the USER value in this instance? Thanks! ...more >>

QUESTION: Performance issue on *one* database on a server
Posted by BD at 9/21/2006 10:13:41 AM
Hi there. I'm on a SQL 2000 SP4 machine. This is a development machine, with only a couple of small databases on it. Yesterday I needed to recover a table from backup, so I went through the following process: -Used 'Create SQL script' to generate a create db statement from the current...more >>

Question on moving logs
Posted by DataPro at 9/21/2006 6:44:56 AM
Running SQL Server 2000. I have been asked to move the transaction logs to another drive. I was able to do that for the user databases using detach/attach. However I don't see that as an option for moving the logs for the system databases. Is there any way I can move the system database logs?...more >>

Dyamic view/function based on table data (?)
Posted by Matik at 9/21/2006 6:29:49 AM
Hey, First, sorry if this post appear twice, because, I can not find my post recently send, trying to post it once again. I'm out of ideas, so, I thought, will search help here again :( I'm trying to prepare a view for ext. app. This is in normal cases very easy, but what if the view struct...more >>

UNION / INTERSECT / EXCEPT in SQL Server 2000
Posted by James Foreman at 9/21/2006 3:59:53 AM
Hi, I'm coming back to Sql Server after 4 years away, using other RDBMS, and there's a few things I'm struggling to remember how to do (if I could do them in the first place...) Main amongst those is EXCEPT syntax. In DB2, if I have two sets of data and I want to exclude the second set f...more >>



Obtain the query plan of a running process
Posted by Thyagu at 9/21/2006 3:26:59 AM
Hi, Is there a way to findout the query plan of the executing process using the SPID/KPID information. Thanks in advance, Thyagu.D ...more >>

Create Procedure Permission ONLY
Posted by masri999 NO[at]SPAM gmail.com at 9/21/2006 3:03:25 AM
I have a requirement in SQL 2005 in Development database 1. Schema dbo owns all objects (tables,views,SPs,UDFs etc) . 2. Only DBA's ( who are database owners ) can create, alter tables . Developer's should not create or alter tables . 3. Developers can create/alter Stored Procedure/User Defin...more >>

Migrating data from SQL Server 6.5 to SQL Server 2005
Posted by info.nrieger NO[at]SPAM web.de at 9/21/2006 12:26:08 AM
Hello, I'm not very familiar to SQL Server, but I've to upgrade a DBMS from V6.5 to V2005. >From the V6.5 I've got a backup file and a dump file (which seems to be the same, at least it has the same size). After installing V2005 - at another system - I could not find any option to import...more >>

about efficiency(rephrased)
Posted by yicong at 9/21/2006 12:00:00 AM
hi,All could you tell me which case is more efficiency?(my tables have no index) And does it has any else case more efficiency? case1: "select sum(Invoice_Production.Quantity) from Invoice_Production,(select [dat_Item].ItemCode from [dat_Item],(select [dat_MachineType].MachineTypeID fr...more >>

about Efficiency
Posted by yicong at 9/20/2006 4:51:49 PM
I want to select one field from a table,but it should on some conditions which refer to 5 table ,such as A.FILED1=B.FIELD1 AND B.FIELD2=C.FIELD3 AND .... Should I use case "select sum(a.amount) from a,b,c,... where a.field1=b.field1 and b.field2=c.field2 and ..." or "select sum(a.amount) fr...more >>

cursor to compare/report on the same fields in 2 tables
Posted by SQLNewbie at 9/20/2006 12:00:10 PM
I have the following cursor that I am comparing 2 tables, the production table and a copy of the production table, I want results of all address's that are like the address1 field...the problem is...my results are giving me every field and if there is more than one, it is putting it in a grid......more >>

help with Select statement
Posted by Zvonko at 9/20/2006 10:48:59 AM
Hi! This is my table: CREATE TABLE [Query_Result] ( sifrob VARCHAR(13), katbroj VARCHAR(15), kol FLOAT ) This is some values: INSERT INTO [Query_Result] ([sifrob], [katbroj], [kol]) VALUES ('49501879', 'G-46052', 1) INSERT ...more >>

Question on System and Data Restore
Posted by DataPro at 9/20/2006 8:00:16 AM
new to SQL Server 2000. We have an obsolete database that we need to save off for x number of years. DB2 has utilities (DB2Look/Export) that allows for the export of the data along with a schema and script that enables the future recreation of the structure of the databases and tables to includ...more >>

Character set support
Posted by oraustin NO[at]SPAM hotmail.com at 9/20/2006 1:26:51 AM
I'm looking at an MS SQL server database and it stores city names across the world. All a arabic , chinese etc names are converted to the latin alphabet. I feel it is probably critical we support accents as a means to distinguish between cities that would be converted to the same Latin alphab...more >>

DELETE failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'
Posted by ilo at 9/20/2006 1:17:38 AM
When I want to delete a data from a table that this tabl has a trigger and this trigger reached another tables to delete the data in cursor I have this messeage: DELETE failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. My trigger : CREATE TRIGGER [TOPBA...more >>

SQL server connection
Posted by sara at 9/19/2006 10:44:34 PM
Hi All, I was able to connect to MS SQL Server 2005 on my computer but after a while I can not. When I want to connect to it using MS SQL Server Management Studio I got this error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this ...more >>

Cannot Open .bak File from ms sql database. either 2000 or 2007
Posted by Rizwan.Bakhshi NO[at]SPAM gmail.com at 9/19/2006 8:30:16 PM
Can not open mssql .bak file in ms_sql. File starts with "ti" and some weired charctor. Can some one help me on how to open this back up of mssql database. I've tried to restore this file in mssql and it says it does not recognize this file. I understand that .bak file for mssql should start wit...more >>

Help needed with DATETIME Arithmetic
Posted by Mintyman at 9/19/2006 5:10:13 PM
Hi, I have the following query: SELECT dbo._Fault.id, dbo._Fault.date_created, dbo._Fault.reference, dbo._Fault.class, dbo._Fault.owner, dbo._Fault.Contact_Name, dbo._Fault. Product, dbo._Fault.Problem_Description, dbo._Fault.Action_Taken, dbo._Fault.Problem_So...more >>

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
Posted by ziottt at 9/19/2006 6:20:07 AM
Hi everybody My problem with sql server is the following one: I've got my backoffice manager application done with asp technology that works on sql server installed on Win2000 and running on IIS5. what I've done is simply doing a backup of my db and moving the asp application on another server:...more >>

Why cannot set Unicode string
Posted by Thang at 9/19/2006 3:13:31 AM
Hi, See this code: DECLARE @SQL nvarchar(4000) SELECT @SQL =3D 'SELECT * FROM CUSTOMER WHERE CustomerName =3D N''Tr=E1=BA= =A7n T=E1=BA=A5n H=E1=BA=ADn''' PRINT @SQL The result always is this: SELECT * FROM CUSTOMER WHERE CustomerName =3D N'Tr?n T?n H?n' ...more >>

Looping a stored procedure in a dts package
Posted by Alex at 9/18/2006 11:28:44 PM
Hello, I have a stored procedure that processes an individual file from a directory and archives it in a subdirectory.Now, the problem is, when i execute it , it will only process one file. What i want to do is to check to see if there are any files in the folder, and if there are , process...more >>

How To Select a Certain Limited Number of Rows Per ID
Posted by unabogie NO[at]SPAM gmail.com at 9/18/2006 4:19:08 PM
I have a table with entries tied to a membership database. The problem is that I want to select a limit of sixteen entries per member, per day, where some members have 16+ entries per day. I have this so far ( which I've simplified for this post) SELECT dbo.members.firstname, dbo.members...more >>

Help - Finding the newest date without using max()
Posted by rgould at 9/18/2006 8:24:30 AM
Hi, Can anyone help please? select notefield, modifiedon FROM Table1 WHERE id = '100426' and (statusfield like '%criteria1%' OR statusfield like '%criteria2%') Produces a list of records based upon the criteria. I would like to be able to only show the newest dated record, from the mo...more >>

Update sub query
Posted by vinci at 9/18/2006 2:43:21 AM
hai, I have using sql2000 server i met one problem in upadate query. My table name is reserve sno. cmname allocated 451 raja no 555 kumar yes 338 prabu no 224 mari no 993 arun no 330 makesh yes This...more >>

Indexes vs Clustered Indexes
Posted by Curt at 9/17/2006 6:34:59 PM
What is the difference please?...more >>

howto use the query results as view column?
Posted by muzili NO[at]SPAM gmail.com at 9/16/2006 8:16:50 PM
Hi All, I have two tables, one is about member infomations, the other is the catergories member_info(id,name,email,phone) member_categories(id,category) how can create a view like this (id, name, category1, category2, category3) with high performance? Thanks in advance. Joshua ...more >>

formatting for a birth date field??
Posted by tlyczko at 9/16/2006 6:12:07 AM
Hello, I'm new to SQL Server, working for a non-profit computerizing a lot of its data. I imported a table of people's names, birth dates, etc. into SS2005 from Access, and the birth_date was imported as an Access date/time field, giving it the datetime datatype in SQL. The column values lo...more >>

Using a trigger to generate an ID value
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 9/15/2006 5:03:41 PM
The table in the database has a field called LabID. That field is an integer and consists of the year plus a counter. For example, the first record of 2006 would be "20060001," the second record of 2006 would be "20060002" and so on. I'm trying to create an Insert trigger that can generate th...more >>

looking to tune query...
Posted by blvandeb NO[at]SPAM yahoo.com at 9/15/2006 12:13:38 PM
If anyone is able to provide advice for tuning the below query in sql server, it is much appreciated. In addition any index suggestions are also appreciated as I have access to the tables. Thank you. select a.id, isnull(b.advisement_satisfaction_yes, 0) as advisement_satisfaction_yes, isnull(...more >>

Actual and Estimated Rows
Posted by cbrichards via SQLMonster.com at 9/15/2006 12:05:37 AM
I have a stored procedure that will execute with less than 1,000 reads one time (with a specified set of parameters), then with a different set of parameters the procedure executes with close to 500,000 reads (according to Profiler). In comparing the execution plans, they are the same, except ...more >>


DevelopmentNow Blog