Forum Replies Created

Viewing 15 posts - 406 through 420 (of 449 total)

  • RE: SQL Server Reporting Services

    Well, a couple of your problems are because things aren't quite obvious. You can design a GUI query when things start by right-clicking the query window, I believe. ...

  • RE: PromptSQL

    There's a forum? I've completely missed that. This is a really useful product for the cost. One of the few things that I've actually bought right away....

  • RE: Move to an iMac?

    Actually, if I could get a mac that would dual-boot Windows and OSX, I would consider making the switch. However, the way things stand right now, I can't justify...

  • RE: PromptSQL

    I beta-tested the app and bought it almost as soon as the buy link was available. It worked great for me under Query Analyzer, SSMS beta and SSMS release....

  • RE: Format string before loading data

    Just a follow-up to this - if you have a lot of data to work with, you'll probably be better off loading to a staging table where you can scrub...

  • RE: MANUAL RUN OF SAVED DTS

    I'd probably save it on the SQL Server and run it again using Enterprise Manager to navigate to the DTS Packages folder, then run the package (either right-click to run...

  • RE: Using FTP in dts package

    Have you considered the Custom FTP Task @ http://www.sqldts.com? It's pretty good and worth checking out. Only drawback I've found is that the data that drives it is...

  • RE: What motivates you?

    Doing something useful that has a tangible impact is always a plus. Typically designing the middle/back-end processes that do something is enjoyable over the UI.

    Automating of regular processes -...

  • RE: Append output on DTS?

    Stage all of the data into a holding area, then export to one text file? Export to several temp files, then use a Command task or even VBScript if...

  • RE: Is it okay to have SSMS and EM on the same workstation?

    Not sure about DTS packages - looks like SSMS may install an updated version of the DTS dll's and that may cause issues deploying to a SQL 2000 server. ...

  • RE: Executing DTS package from Stored Procedure

    Just a caution on that method - I was using it successfully for a while and then it just stopped working. No errors, no warning, just no execution. ...

  • RE: Indexing dilemma in Sql Server 2000

    Depends on what you're planning to do. I would plan the clustered index carefully as that defines the physical order of the table. If you'll be doing a...

  • RE: 911: developers insist PK/FK constraints impede performance

    Any chance that that same developer had made that combination of FK's into a Primary Key/Clustered Index? I've seen that before and performance is hideous. That's where you...

  • RE: Changing servername in a DTSpackage

    Well on that note, there are some parameters that can be set for different deployment scenarios. I don't typically have that much to change so this isn't a huge...

  • RE: Indexing dilemma in Sql Server 2000

    If I recall correctly, Ent Mgr has a button in the Table GUI to manage indexes. Create a new one, choose the appropriate columns and sort order, give it...

Viewing 15 posts - 406 through 420 (of 449 total)