Viewing 15 posts - 4,696 through 4,710 (of 6,216 total)
Maybe a version problem? There are different objects for SQL7 and SQL2K, most of the SQL2K ones have a '2' appended.
Andy
March 20, 2002 at 4:04 pm
I think what you need to change is located in the following registry key:
hkey_local_machine\software\microsoft\MSSQLServer\Client\SuperSocketNetLib
You should find a value there for Protocol order, on my machine it lists it as follows:
tcp...
March 20, 2002 at 4:03 pm
Try starting a transaction, then do a select, then use a waitfor to force a delay.
Andy
March 20, 2002 at 2:00 pm
If you install the client tools or the entire SQL install you'll get the client configuration utility. You can use that to change the default. Are you having problems connecting...
March 20, 2002 at 1:53 pm
Retreif - I agree. You either have to spend extra time (possibly anyway) when you build it to make it portable or live with the consequences if/when you have to...
March 20, 2002 at 1:50 pm
If you build normalized structures and run adequate hardware speed will never be an issue in my experience. I'd go with option number one for sure.
Andy
March 20, 2002 at 11:12 am
Depends on how many you're moving doesn't it? I wrote this after someone asked for help moving more than 200 packages.
Andy
March 20, 2002 at 11:09 am
You might want to look at a later article I did that covers a VB add in that will generate the command object code for you, a real time saver....
March 20, 2002 at 8:25 am
DMO is another alternative, though sp_start_job, etc, are just as good if that's all you're doing.
Andy
March 20, 2002 at 7:50 am
Should work unless there was more than once log file.
Andy
March 20, 2002 at 4:56 am
Havent tried it for client tools but might work, take a look at unattended installation in BOL. For the client setting should be able to just push a .reg file...
March 19, 2002 at 11:23 am
I dont remember seeing one, will look around some.
Andy
March 19, 2002 at 9:59 am
I usually do this with two separate queries, one a left join and one a right join.
Andy
March 19, 2002 at 8:28 am
Viewing 15 posts - 4,696 through 4,710 (of 6,216 total)