Forum Replies Created

Viewing 15 posts - 31 through 45 (of 47 total)

  • RE: moving passwords

    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

  • RE: moving passwords

    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

  • RE: moving passwords

    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

  • RE: bcp out and bulk insert

    DATAFILETYPE = 'widenative'

    that was the problem.

    SQL 2012 Standard VPS Windows 2012 Server Standard

  • RE: bcp out and bulk insert

    DATAFILETYPE = 'widenative'

    that was the problem.

    SQL 2012 Standard VPS Windows 2012 Server Standard

  • RE: linked server name

    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

  • RE: How to find "Licensing" information on installed SQL Server instance

    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

  • RE: linked server name

    oh my... this is the way to do it. Thank you

    SQL 2012 Standard VPS Windows 2012 Server Standard

  • RE: linked server name

    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

  • RE: newbie question

    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

  • RE: collation settings

    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

  • RE: Is replication an option?

    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

  • RE: Is replication an option?

    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

  • RE: Is replication an option?

    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

  • RE: curious behavior with nested views

    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

Viewing 15 posts - 31 through 45 (of 47 total)