Viewing 11 posts - 121 through 131 (of 131 total)
Another option would be to include an ActiveX task in your DTS and use the FileSystemObject to interrogate the remote directory and do any file moving you require.
April 25, 2008 at 2:55 am
Assuming there may be more than two of them in there, possibly your best bet is to pass them in as a single string with a unique delimiter:
execute usp_temp '111-11-1111,222-22-2222,333-33-3333'...
April 14, 2008 at 3:12 am
I'm going to be self-conscious whenever I talk about work for the rest of the day :unsure:. I know I use both interchangeably, but I can't figure out under...
April 7, 2008 at 3:27 am
I have to admit that I only found it so quickly because I happened to be looking at this yesterday :).
I eventually gave up trying to do it correctly due...
March 12, 2008 at 6:11 am
Try here : http://technet.microsoft.com/en-us/library/ms178085.aspx
(Good luck - it's a bit of a monster calculation, although the one for non-clustered is even worse).
March 12, 2008 at 4:15 am
We did something similar to this at work. What I found useful wasn't so much how it classified me (probably equivalent to an ISTJ - no surprise there), but...
February 26, 2008 at 4:07 am
Er...it wasn't me that was having the problem. 😉
November 12, 2007 at 3:52 am
Sorry Phillip - spelled your name wrong in my last reply. :crying:
November 12, 2007 at 3:20 am
I think you may have misunderstood what Philip meant by "container". If you expand the list of options under the database in EM/SSMS, the first item in the list...
November 12, 2007 at 3:18 am
We had a similar problem where it was seeing numbers in the first load of rows and assuming it was a numeric column.
We fixed it by setting the following registry...
October 19, 2007 at 5:28 am
We had a query that did this sort of stuff using the "where @value is null and..." syntax, and the performance was really nasty. If you can, it's much better...
September 20, 2007 at 3:30 am
Viewing 11 posts - 121 through 131 (of 131 total)