Forum Replies Created

Viewing 15 posts - 106 through 120 (of 187 total)

  • RE: Which SQL Server book now?

    Thanks for the replies. I read the reviews and based on these and also the described content of the books, I decided that the one which sounded like it most...

  • RE: DTS Numbers export to Excel ends up as text

    My workround was to add a blank row below the titles and format this in the way I wanted. The only downside is there is then one blank row below...

  • RE: Zipping a file

    Matthias, sorry if I am missing the obvious.

    I can see how this works if I run the procedure from Query Analyzer, I see the result in the messages pane....

  • RE: Zipping a file

    Yes I appreciate that. My question was, given I make a mistake e.g. I run on a server which can not see the path because it is on another server,...

  • RE: Zipping a file

    I struggled a bit getting this to work in a loop in DTS with a changing file names. In the end created a stored procedure below and called this from...

  • RE: Looping through a table in DTS

    Could do with a little bit more help please.

    I adpated the example to step through my table and create a string.

    Now I need to adapt this package so that it...

  • RE: Looping through a table in DTS

    Thanks for your replies, I went for the loop through a Rowset solution as it keeps everything in a DTS package.

    Took me some time to fathom out how this works....

  • RE: DTS Lookups - Type Mismatch error

    quote:


    If IsEmpty(arrAddresses) Then


    Many thanks, that did the trick

    Stefan

  • RE: Zipping a file

    Thanks, will download command version to be on the safe side

    Stefan

  • RE: Zipping a file

    Wunderbar!

    Just one small question, I used:

    set @cmdshell = 'C:\Progra~1\WinZip\WINZIP32.EXE -a ' + @zipfile + ' ' + @xlsfile

    This seems to work perfectly. Would there be an advantage installing the command...

  • RE: Zipping a file

    In Access I have quite a bit of code which ultimately run a command line something like the following:

    C:\Program Files\WinZip\winzip32 -min -a C:\temp\temp.zip C:\temp\temp.xls

    How would I call the same command...

  • RE: Use comment in Access Query

    As mentioned above, I don't think this is possible in SQL view

  • RE: Use comment in Access Query

    Please explain how and where you want to put these comments:

    In the database window?

    Right mouse click the name of the query. Enter comments in the description, on the view menu...

  • RE: Restore Master on a new server

    quote:


    You say In Enterprise Manager you have created a linked Server to your Production Server.

    that means SQL Server was running on...

  • RE: Restore Master on a new server

    I am fairly certain that I have only one instance on this server. How can I tell?

    In Enterprise Manager I have created a linked Server to my Production Server. Is...

Viewing 15 posts - 106 through 120 (of 187 total)