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 2005 > threads for september 29 - 30, 2005

Filter by week: 1 2 3 4 5

word xp
Posted by Fernand St-Georges at 9/30/2005 6:01:44 PM
I have Sql Server 2000 and Word from Office Xp. Since a few weeks, I cannot import Data from my database towards a Word document. I follow the procedure, but at the end, it tells me Word cannot find the data source. If I use Excel, well it works perfectly. What is the gig? thanks ...more >>

copying server objects
Posted by Laurence Breeze at 9/30/2005 3:40:24 PM
I want to copy a database from one server to another. I'm happy about how to do this but also want to copy a number of DTS packages, jobs and alerts that relate to this database. Is there any way that I can copy them or will I need to create them again on the new server. Many Thanks La...more >>

Calling a Data Pump task from DTS?
Posted by noelle.bond NO[at]SPAM gmail.com at 9/30/2005 2:01:28 PM
I have a vbscript to read all files from a directory and, if the file is valid, I would like my DTS to process it. I tried using the vbscript as an ActiveX workflow script in the DTS, but it does not execute the data pump until it has completed looping through all the files, so only the last fi...more >>

Maintaining a chain with multiple inserts
Posted by Thomas R. Hummel at 9/30/2005 11:38:25 AM
Hello, I know that this has probably been discussed, but I couldn't find anything with Google. I have the following problem... I receive a set of text files that describe a chain of insurance claims. Each claim may be copied from an older claim and it may be copied to a newer claim. I get fil...more >>

Trouble with SPROC
Posted by Driesen via SQLMonster.com at 9/30/2005 6:17:33 AM
Hi guys I having trouble with this sproc. I get the following error when testing: Server: Msg 245, Level 16, State 1, Procedure UTL_CompletenessCheckLoan, Line 231 Syntax error converting the varchar value 'danwet w125 ' to a column of data type int. I have declared @Sellername as Varcha...more >>

Can't "SELECT" using CREATED_DATE column...help
Posted by trint at 9/30/2005 4:12:28 AM
Ok, What format is this to where I can't find records (that I know are there) using this date "2005-09-29 23:58:00". Here is the SELECT that I use that doesn't work: SELECT * FROM RMA_HEADER WHERE CREATED_DATE LIKE '2005-09-29%' Any help is appreciated. Thanks, Trint ...more >>

Multiple level nested Corelated query
Posted by Zero.NULL at 9/30/2005 4:11:34 AM
My multiple level nested corelated query is not fetching correct result. It work fine on small set of data, but fails on larger set of data. Any clue? Explaining data storing and discussing design would be tough for me here, still to show you how complex I have created my life, here is the qu...more >>

Problem with case expression
Posted by chudson007 NO[at]SPAM hotmail.com at 9/30/2005 2:02:28 AM
In the Portal1 case expression in the script at the bottom I would like to replace where the result 1 is returned, with the substring function returned as Portal {SUBSTRING(Field1, CHARINDEX('tonep', Field1) + 4, (CHARINDEX('.txt', Field1) - 8) - (CHARINDEX('tonep', Field1) + 4))} However, ...more >>



Error handling when calling external sql-Files
Posted by lvpaul NO[at]SPAM gmx.net at 9/30/2005 1:03:32 AM
I am using SQL Server 2000. I have some files with SQL-Statements. The SQL-Serveragent runs jobs which execute the SQL-Files: (e.g. osql /E /n /i \\server\d$\lager_pool.sql) How can I implement an error handling. If an error occurs, the script stops, and I can't read the variable @error ...more >>

HELP WITH RANKING !!!!( please)
Posted by Heathon via SQLMonster.com at 9/30/2005 12:00:05 AM
Hello Everybody: Somebody know how I can create a nested ranking from a analysis services cube, using MDX?.. i mean, sort a sales ranking that show .how % of my clients.....b.buy only 100 articles.......how many clients ....expressed in % , buy just 200 articles parent level using a measure an...more >>

Unit Testing
Posted by serge at 9/29/2005 8:30:37 PM
I've started researching on Unit Testing and I must admit I had never heard of Unit Testing until a couple of months ago. Obviously I am interested in Unit Testing Stored Procedures. I read the TSQLUnit documentation (not all of it) and i also ran into a newsgroup post saying TSQLUnit is very...more >>

How to convert from CHAR to Numeric in the table
Posted by Mac at 9/29/2005 2:29:07 PM
I have imported some data to sql2k from my old system. Somehow, it imported invoice amount to char type. I just created another column called invamt2 type NUMERIC so I can copy or convert content of invamt which is type CHAR. There are about 50,000 records. How can I convert/cast fro...more >>

ASP.NET + SQL 2005
Posted by draku at 9/29/2005 2:09:24 PM
Guys, I have a problem with setting up connection from asp file to MS = Sql db.=20 I'm using Web.Config as the file to setup the connection: <connectionStrings> <add name=3D"AMConn" connectionString=3D"Data Source=3DTWS_WS04;Initial = Catalog=3DAccessMed;Integrated Security=3DTrue" provide...more >>

Autogrow question
Posted by ceadtinneh at 9/29/2005 12:54:25 PM
Hello Folks, Last evening, as a result of our autogrow settings, our production database grew from 102 GB to 107 GB. What puzzled me is that, prior to the growth, we still had a good 10% free space left in the data file. My understanding is that SQL Server will automatically grow a database w...more >>

Need help formulating a query
Posted by sk at 9/29/2005 11:26:26 AM
I have a table for storing alerts (exceptional situations) occuring on devices that I monitor. Associated with each alert is an alert code, a description, the device responsible for causing the alert, when the alert was generated, and when the alert was removed (device no longer had the alert) ...more >>

Query Help, thanks!
Posted by rong.guo NO[at]SPAM gmail.com at 9/29/2005 10:44:08 AM
Greetings! Please see my data below, for each account, I would need the lastest balance_date with the corresponding balance. Can anyone help me with the query? Thanks a lot! create table a (account int ,balance_date datetime ,balance money) insert into a values(101,'1/31/2005', 5000...more >>

How to save DTS package as an application
Posted by rajsir NO[at]SPAM gmail.com at 9/29/2005 10:31:51 AM
Hi, I want create stand alone application from DTS package. I remember I did one time ago, I couldnt recall how I did it. Thanks. ...more >>

Horizotal to Vertical Display
Posted by Zero.NULL at 9/29/2005 4:36:32 AM
Following is my table and its content: Year TargetedBudget FirstQuarter SecondQuarter ThirdQuarter ------------- ---------------------- ---------------------- ---------------------- ---------------------- 2000 25000 12000 11000 1000 2001 35000 22000 21000 2000 2002 45000...more >>

How to check Backup of SQL Server Database
Posted by ikosianski NO[at]SPAM gmx.net at 9/29/2005 2:17:38 AM
Hallo, MSDB.dbo.BackupSet logs all backups is it possible find Status of Backup (Success / Failed)? Table "BackupSet" hasn't any information about it. I need log and notify all backups with status (It must be a windows service (c#) Thanks ...more >>

NAMED SET / PIVOT TABLE !! HELP ME
Posted by Fran via SQLMonster.com at 9/29/2005 12:37:21 AM
NEED KNOW IF SOMETHING KNOW CERTANLY .....ABOUT THIS : ********************************************************************************** PLACE A NAMED SET INTO A PIVOT TABLE : ALL ABOUT THIS..FORMULAS...FORMS... EXAMPLES.... ALL ! ANOTHER : GET RELATIONSHIP ABOUT THE FIRST TROUBLE : SEE ...more >>

HOW TO PLACE NAMED SET INTO A PIVOT TABLE !!!!
Posted by Fran via SQLMonster.com at 9/29/2005 12:18:10 AM
HI ALL : THIS TROUBLE GET ME TOO BUSY ......PLASE HELP ME !!! I WAN IT KNOW : HOW I COULD ...PLACE A SANED SET INTO A PIVOT TABLE ......AND.....WHAT I MUST MADE FOR : SEE NAMED SET FROM A CUBE ...IN OLAP . PLEASE...A THANK REALLY ALL HELP THAT YOU WANT GIVE ME . I NEED KNOW REALLY ...more >>


DevelopmentNow Blog