Viewing 15 posts - 31 through 45 (of 47 total)
okay here is how i made this work. Im not sure why it workds this way but maybe someone can tell me.
Why convert the password to...
SQL 2012 Standard VPS Windows 2012 Server Standard
July 21, 2006 at 10:49 am
I know about
DTS,
KB246133,
sp_addlogin
@encryptopt = 'skip_encryption'
But none of it is working
DTS - service is running under the wrong account - cant change it
@encryptopt = 'skip_encryption' - not working not...
SQL 2012 Standard VPS Windows 2012 Server Standard
July 20, 2006 at 5:05 pm
I'll check it out. Looks like taking the password out of the system table then useing the
@encryptopt = 'skip_encryption' for sp_addlogin works.
SQL 2012 Standard VPS Windows 2012 Server Standard
July 19, 2006 at 5:09 pm
DATAFILETYPE = 'widenative'
that was the problem.
SQL 2012 Standard VPS Windows 2012 Server Standard
June 29, 2006 at 10:33 am
DATAFILETYPE = 'widenative'
that was the problem.
SQL 2012 Standard VPS Windows 2012 Server Standard
June 29, 2006 at 10:32 am
Okay I see your point. It occured to me last night that when both machines are up and running on the same domain/network. I dont know which one...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 20, 2006 at 11:31 am
this is very cool thanks Ally. any idea why I might get a null for 'NumLicenses'? opps!
SQL 2012 Standard VPS Windows 2012 Server Standard
June 20, 2006 at 10:38 am
oh my... this is the way to do it. Thank you
SQL 2012 Standard VPS Windows 2012 Server Standard
June 19, 2006 at 4:54 pm
Your response gives me confidence it can be done. What exactly do you mean by 'client network ustility'? Can you give me an example of one?... perhaps...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 19, 2006 at 3:06 pm
yes your right, I meant we 'cant' find it on the disk. I'm guessing its a stand alone type of thing. thanks
SQL 2012 Standard VPS Windows 2012 Server Standard
June 15, 2006 at 11:42 pm
and if our other developement/production servers have a collation setting inconsistant with some of our firms supposed 'international' data feeds? Is it better to change all the collations...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 13, 2006 at 11:41 pm
these are some great replies...appreciate it. sometimes at work i feel like i'm the only one representing the limitations of technology in the face of business needs.
the...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 9, 2006 at 12:32 am
I'll take a look. I've found replication to be a bit unreliable (in the sense that it has to be monitored frequently and reset). I admit I...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 8, 2006 at 8:45 am
Thanks for these ideas. I looked into log shipping but something I read made me cringe a bit; when it comes time to apply the logs to the destination...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 6, 2006 at 9:27 am
Your absolutely right. I did transfer over the base tables DTS-style and am recreating the queries as views, gaining valuable insight to the design and subject matter. And...
SQL 2012 Standard VPS Windows 2012 Server Standard
June 2, 2006 at 8:12 pm
Viewing 15 posts - 31 through 45 (of 47 total)