Viewing 15 posts - 4,801 through 4,815 (of 6,216 total)
Dont think so either. BII is installed under SQL\Tools\Dev Tools\Utils\Bii. Only idea I had was maybe you could UUencode or something along those lines?
Andy
March 5, 2002 at 7:41 pm
I'll give it a shot later tonight.
Andy
March 5, 2002 at 4:49 pm
Possibly the packag is corrupt. Have you tried doing Save as, then opening the new copy?
Andy
March 5, 2002 at 4:49 pm
Well that explains a few things. Actually "I" am Steve Jones, I just like to argue between my two split personalties.
Andy
March 5, 2002 at 4:48 pm
So Steve Jones isn't really your name? Reveal your secret identity!
Andy
March 5, 2002 at 3:51 pm
Gotta say thats ugly. Who wants to open 200 packages? Maybe a small app or proc that will do this for you. Other options, can you bcp the data, or...
March 5, 2002 at 3:51 pm
Be interesting to dig a little deeper, prove or disprove the theory! Of course another part of it is that the query planner wont use the index if you're searching...
March 5, 2002 at 3:49 pm
I use aliases for table names a lot too - even if shown a performance hit it would have to be pretty bad to get me to change!
Andy
March 5, 2002 at 12:33 pm
Just look at step 2 of the distribution agent and add -continuous. Run the job and it will continue running until shutdown.
If you do a standard snapshot it is at...
March 5, 2002 at 12:31 pm
Probably easier to make a table that contains login name and password along with a date stamp, then run an update once a day that joins on name/password to identify...
March 5, 2002 at 12:24 pm
So far there is not, best you can do is use a naming convention, from within EM or ISQW anyway. Might be 3rd party tools that would do it, have...
March 5, 2002 at 9:52 am
I think it defaults to starting the distribution agent. If it's got the -continuous flag set it will continue to run, if not will run again later based on whatever...
March 5, 2002 at 9:51 am
Can you ping the server name? IP address? Sounds like a connectivity issue. I've even seen times where SQL would not accept connections - look for errors relating to listening...
March 5, 2002 at 9:00 am
Almost. You're treating the login as if it were a new one, to get it work you need to reference the one that already exists, like this:
Set oLogin = oServer.Logins("SA")
Then...
March 4, 2002 at 5:12 pm
Viewing 15 posts - 4,801 through 4,815 (of 6,216 total)