Viewing 15 posts - 16 through 30 (of 67 total)
a full backup and restore it the only working option.
A backup and restore wipes out too many things. permissions and so forth.
I...
January 20, 2009 at 9:54 am
I just wanted to copy the database to another server on a regular basis because right now SQL 2000 DTS packages are loading the data. I need to...
January 9, 2008 at 9:24 am
ok, nobody has responded, so I thought I would add to this pain in my ..... I have 2 dev servers, one is a 2000 server, another...
January 7, 2008 at 10:47 am
dont put the files in the database. save all the files in a directory(like a FTP Directory), and put a PATH of the files and the name of thes in...
September 26, 2005 at 12:11 pm
using active x put the date 8-8-1999 format in a variable, do a replace of the - to / . next do a isdate on the field. if it passes...
September 2, 2005 at 9:33 am
I would be very interested in the code that executes the packages from an ASP page. Can you inculde the steps leading to the actual execution of the package?
June 7, 2005 at 7:32 am
Great thought! It cleaned up my code in a massive way, and made this problem go AWAY! And I learned (again) that there is always a better way! Now on...
April 27, 2005 at 9:41 am
Ok, I changed it so I dont need the double quotes, made every single quote, however it is giving me this error now. It looks like the string is being used...
April 26, 2005 at 2:06 pm
if only it was so easy.
As you can see I have single quotes for the fake column I am creating for the SOURCE field. I can execute the single statements
select...
April 25, 2005 at 8:05 am
I tried that in the many versions of this SP and when I do the SET .....OFF and the SP loads fine, but I get this error message.
Server: Msg 203, Level...
April 22, 2005 at 12:29 pm
that much I know. how do you sugest I create the query in the begin / end loop?
April 22, 2005 at 12:20 pm
I thought I figured it out! As of matter of habit I create SP with the following lines in the begining
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
When I commented out...
April 22, 2005 at 10:08 am
when you create source text from a table in the dts package, and you select the destination tab, you should get a window that says DEFINE COLUMNS. At that point...
April 22, 2005 at 9:50 am
ok, i'll bite.....what is openquery? where do I find this, and what does it do?
August 2, 2004 at 10:34 am
Viewing 15 posts - 16 through 30 (of 67 total)