Viewing 15 posts - 541 through 555 (of 650 total)
There are a lot of uses for this technique. Here is an example from Nigel Rivett for doing FTP in a stored procedure
http://www.nigelrivett.net/FTP/s_ftp_GetFile.html
he also...
April 22, 2008 at 7:29 am
Christian,
Of course, the use of OLE automation or the command shell presents a particular problem for your database security. The answer is, of course, to meet these security concerns if...
April 22, 2008 at 4:29 am
I always prefer to use COM scripting from within TSQL for this sort of job. It is, however, perfectly simple to arrange your database security so that the use of...
April 22, 2008 at 2:47 am
No doubt at all, this was very well deserved, Jacob. Your series on XML is by far the clearest and easiest to understand. It puts Books-on-line to shame. You must...
April 7, 2008 at 1:56 am
Steve,
I've become a great fan of the 'voice of the DBA'. It is extraordinarily hard to do this sort of thing. I know several people who have tried...
April 3, 2008 at 2:00 am
Jacob,
An interesting article as usual. I am curious as to why you aren't using SQLXML4 and SQLXML managed classes to do this. (Is this being covered later in the series?)
On...
March 12, 2008 at 3:43 am
Drifting slightly off-topic here, but what about a TSQL routine that uses the xp_cmdShell 'DIR' trick to get an XML list of the files, with their full paths, including...
February 20, 2008 at 2:19 am
LOL!
I think I love your DBA as well. Don't get to thinking they're all like that. Try and persuade her to write for SSC or ST!
Process-delegation solves all sorts of...
February 18, 2008 at 12:15 pm
Jeff,
I seem to be plugging Robyn Page Articles today (I helped with these). This tells you how to do the process with sa, without letting it anywhere normal users, or...
February 18, 2008 at 11:49 am
Has comparing the query execution plans for the two statements given you any clues?
February 18, 2008 at 2:40 am
Excel files are like any other files in that they have datestamps. You can red these directly into SQL Server so as to be sure to pick up the latest...
February 18, 2008 at 2:36 am
I'm not sure I want to spend an hour or so writing your code. However, this is the way I'd go about it.
Import the flat file into a...
February 18, 2008 at 2:21 am
Hmm. no real problems here, but quite a bit of hard slog to get everything working nicely.
have a read of....
http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/
...which should give you the basics
also my own article
..which should fill...
February 18, 2008 at 2:10 am
I'm sure that there is an easy way of doing what you are trying to do, but I haven't a clue as to what it is. Why not explaiin what...
February 18, 2008 at 2:03 am
I used all the nice keyboard shortcuts in Query analyser, and then they went and changed them for SSMS.
The father of a friend of mine was a taxidermist, (hobby- ...
February 13, 2008 at 7:58 am
Viewing 15 posts - 541 through 555 (of 650 total)