Viewing 12 posts - 106 through 117 (of 117 total)
I found it easiest to just declare a variable and set it to the server name (ie. glvServer, string, SQL01).
Keep in mind that when you move the DTS...
December 30, 2003 at 7:40 am
Wouldn't the temp table need to be named ##Temp (globalizing it) in order for the the 2nd procedure to see it. #Temp is the localized version.
Matt,
Peace Out!
December 11, 2003 at 6:06 am
Use DTS. Set up an output file and use either a table or SQL statment to create the output. If you set it up dynamically you can change...
December 9, 2003 at 6:25 am
Not only is 'Select *' not part of the Microsodt best practices, they actually recommend using tablename.fieldname through the entire select statement.
It's one of the recommendations that is listed in...
November 21, 2003 at 7:03 am
Found the answer in the "Execute Process Task".
Matt,
Peace Out!
July 28, 2003 at 10:32 am
I've been using iceows. It supports compressing to .zip and .ice as well as decompressing from a list of about 25 file types. Check it out at
June 27, 2003 at 6:11 am
3 additional suggestions.
1. Add a check that prohibits injected SQL from being run in you where clause. (It's actually a standard in our office now thanks to the...
June 1, 2003 at 10:44 pm
Much thanks to Chip Pearson in the microsoft.public.scripting.vbscript news group for posting the links to http://www.cpearson.com/zips/xlconsts.zip and
http://www.cpearson.com/zips/xlobjects.zip
The numeric translations for my variables was containted within. ...
April 30, 2003 at 9:09 am
and to finish the original post.
I receive a syntax error on the 2nd line of the vbscript code.
I've played with it for hours today and am looking for a bit...
April 29, 2003 at 3:11 pm
The tables are loaded weekly so there's no adding or deleteing records so I should be pretty safe. What happens if the table is dropped and recreated. Does...
March 7, 2003 at 9:25 am
My additional searches have pretty much agreed with Andy's recomendation.
Thanks All.
2nd question now. Is there a problem using system tables to return rowcounts instead of doing Select Count(*)...
March 7, 2003 at 8:30 am
Viewing 12 posts - 106 through 117 (of 117 total)