Viewing 15 posts - 5,221 through 5,235 (of 6,216 total)
Steve has a review posted on one such product:
http://www.sqlservercentral.com/columnists/sjones/totalsqlanalyzer_1.asp
I'll probably be dis-dba'ed, but so far I don't own a tool to do this either. SP_help isnt bad. Might try combining...
December 27, 2001 at 6:17 am
Very cool. Thanks for visiting!
Andy
December 27, 2001 at 6:14 am
I dont think you can do it directly when you're using Exec with dynamic sql. Exec is just going to return a 'return' value. Options are to use a variable...
December 27, 2001 at 6:13 am
The http://ftp.exe supports the rename command. If you're doing it locally, you can either shell to the OS and simply do a 'rename', or you can use the FileSystemObject and...
December 27, 2001 at 6:11 am
This could happen if the db was being replicated and the log reader was not running. Without having it running to 'clear' entries in the log, there is no way...
December 27, 2001 at 6:07 am
Wouldnt the trust be working already if you could run the transaction, just not inside the distributed wrapper?
Andy
December 26, 2001 at 4:26 pm
I've got a short walk through posted:
http://www.sqlservercentral.com/columnists/awarren/loginsusersandrolesgettingstarted.asp
Just a wordier example of what Steve explained!
Andy
December 26, 2001 at 4:25 pm
My guess is that its a permissions problem. You know you've got connectivity, so that rules just about everything else out except a problem with either the oledb driver or...
December 26, 2001 at 8:20 am
If you're returning a recordset, why not create a view and then apply the Top N to the select on the view? Not the TSQL that creates the view, the...
December 25, 2001 at 6:52 am
Found a post in the newsgroups that looks like it will help:
Basically indicates that it might be the location of your temp folder.
Andy
December 25, 2001 at 6:50 am
Thanks for the follow up. I agree, thats far more complicated than it should be. Might want to drop a line to sqlwish@microsoft.com, throw them suggestions for next time.
Andy
December 21, 2001 at 8:21 am
Worth trying, at least see what happens.
Andy
December 21, 2001 at 8:20 am
The easiest way is to save the package as VB source code, then look through it to find the properties you need to change. Once you know the exact syntax,...
December 21, 2001 at 4:49 am
Please don't cross post - we check all active discussions daily. Thanks.
Andy
December 21, 2001 at 4:47 am
I dont have the URL handy, but MS has a MDAC component checker - should be easy to find on MSDN.
Andy
December 20, 2001 at 3:52 pm
Viewing 15 posts - 5,221 through 5,235 (of 6,216 total)