Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 2,010 total)

  • RE: Windows Authentication connection string for PHP

    Are you looking to do windows integrated or just pass a domian username/PW combo?

    You could consider using an ODBC datasource as well...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Exporting From SQL Server to Text file using DTS

    Instead of using a Global Variable, you can change it at run time via an activeX script. 

    Have a look at this and see if it helps any.

    http://www.sqldts.com/default.aspx?200

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Coexistence of SQL Server MSDE and Enterprise Edition 2000

    Most likely what is happening is that you installed your program files, not just your databases to d:\.  When the citrix install came through it installed many of the same...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Coexistence of SQL Server MSDE and Enterprise Edition 2000

    What tools are you speaking of, EM, Query Analyzer etc?

    check and make sure your shortcuts are pointing to the correct locations.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: forgot the sa password - please help!

    My CFo or CIO's safe has always worked for me...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Instance for development and for production on SQL 2005 box

    I'd say it definately depends on what the developer is trying to do.  If I have 2 databases, instances whatever and I have 2 tables with a bunch of records...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: bulk insert from a file on a network disk

    how are you executing the BCP command?  Is it via a SQL Agent job, via xp_cmdshell or whatnot?  Try adding the SQL Agent account to the share permissions.  Also have...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: forgot the sa password - please help!

    As I read this I can't help but think... Was the SQL Service set to run as an account on the Old Domain?  Is the sQL server service even started...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: XP_CMDSHELL to delete external files

    From Book online...

    "When xp_cmdshell is invoked by a user who is a member of the sysadmin fixed server role, xp_cmdshell will be executed under the security context in which the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: A Question of Trust

    Just what everyone else said.  I don't trust data I get from the web unless it's been verified by numerous other sources and I've test it myself.  Like everyone else...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL 2000

    When you said "and have them be synchronized", were you talking about moving the data once, or were you talking about having both db's synchronized for reporting or high availability...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Creating login,Users usingh OSQL

    I think it's taking issue with the /b following the EXIT command, although I can't swear to it as I'm not terribly familiar with scripting osql commands.  It may also...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Add a column with Alter Table

    yeah I'd seen the save change script and noticed what it was doing.  those procedures should help a bit.  I appreciate the info.

    Thanks again.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Add a column with Alter Table

    it's not terribly important and from a design standpoint it makes no difference, as in the application it can be displayed whereever I want to.  It's more of a "for the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Creating login,Users usingh OSQL

    I'd imagine you could do this all from one SP without the need to xp_cmdShell et al.  Have you tried setting them up as linked servers and then using the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,756 through 1,770 (of 2,010 total)