Viewing 15 posts - 406 through 420 (of 449 total)
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. ...
January 25, 2006 at 12:23 pm
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....
January 25, 2006 at 11:23 am
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...
January 19, 2006 at 12:22 pm
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....
January 18, 2006 at 6:46 am
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...
January 17, 2006 at 4:47 pm
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...
January 16, 2006 at 11:17 am
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...
January 16, 2006 at 11:15 am
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 -...
January 11, 2006 at 4:33 pm
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...
January 11, 2006 at 3:15 pm
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. ...
January 11, 2006 at 2:48 pm
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. ...
January 10, 2006 at 7:07 am
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...
January 9, 2006 at 8:36 pm
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...
January 9, 2006 at 4:45 pm
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...
January 9, 2006 at 1:28 pm
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...
January 9, 2006 at 10:51 am
Viewing 15 posts - 406 through 420 (of 449 total)