Forum Replies Created

Viewing 15 posts - 106 through 120 (of 129 total)

  • RE: pulling NT domain account in T-SQL (Trigger)

    Try this (Created as a view)

    SELECT     hostname, program_name, nt_username, net_address, net_library, loginame, nt_domain

    FROM         master.dbo.sysprocesses

    You'd be most interested in hostname I fugure....

    DB

  • RE: BCP Error

    5. The file you trying to read in is locked - being edited or held open by the OS ??

     

  • RE: Testing a linked Server

    You may find sp_linkedservers (list defined linked servers) and sp_tables_ex which gives you info about tables in a linked server.. Don't wheter they'll be much help in your situation though...

    Anyone...

  • RE: HELP osql

    As long as you get no errors, probably you need to explictly reference the named instance e.g.

    OSQL -Uhewhoisgod -Ppassword -dLive -SCCSQLDOCS\INSTDOCS -iE:\SQLStuff\NEWPROF1.SQL  -h-1 -w300 -n

    Where select @@servername gives you the...

  • RE: Frustrated by SYNTAX ERROR

    I'm up for it.....

    DB

  • RE: Link Serevr

    Just for a laugh see if there is a limit in the different syntax

    SELECT * FROM MyOracle..SchemaOwner.VW_SOME WHERE DI in (blahblahbalh..

    Stick to Upper Case too....

    DB

  • RE: ODBC Connection-Named Pipes vs TCPIP

    If you run the cliconfg.exe utility on the client with administrative or power user rights you can see what will be the protocol used to connect to the server. (And...

  • RE: XP_SENDMAIL Weird behaviour - help!

    I had no problems with it, mailing out or internal.

    DB

  • RE: Usefull alerts

    If you are after SQL Server items you can go into EM/management/SQL Server Agent/Alerts and select new SQL Server performance conditions (do screen shots work here ?)

     hmm maybe not, we'll...

  • RE: Usefull alerts

    One killer error that prompted me to look into this area in the first place is Blocking Locks. Try setting that up. I like to get notified immediately this occurs...

  • RE: Client Safety Option

    I had a quick look via Internet and couldn't see any similar reference so I'm guessing you might have an Excel Add-In or an XLA file in your Excel 'startup"...

  • RE: DTSRun Application Error

    Eventually success:

    I had to go into design and open the two odbc connections, check clear transformations on cloing the properties windows, save and THEN change the owner to the account...

  • RE: Installing MDAC

    I just copied the cd to a network share and placed this batch file above the x86 directory...

    ------------------

    rem @echo off

    rem  Performs SQL Server Client Unattended Install operation

    rem  Before running this...

  • RE: OLE DB and Microsoft Directory Services

    Interesting, David - thanks.

    I found this on the Web - it helps.

    http://www.nerva.com/computing/CodeSamples/ADSI_SQL_Example.htm

    DB

  • RE: Wrong spelling?

    And the other way would be......?

Viewing 15 posts - 106 through 120 (of 129 total)