Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: User ID

    exec sp_changeobjectowner 'myuser.payroll', 'dbo'

     


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Accessing a DLL

    Questions -

    • When you say 'written in C' do you mean C++ or C compiled with Visual C++?  The reason I ask is that C-based DLLs don't have...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Parsing the name field with T-SQL

    I must agree with Frank, you might want to consider another tool.  When I used to work in junk mail, er...Direct Marketing...we'd get millions of names a week to process...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: differences between syntax openquery and "server.tspace.owner.table"

    I will agree that OPENQUERY is quicker on the first read only.  If you are performing multiple OPENs, you will see much worse performance, imho. 

    They are good for reading...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Mail from SQL confilicts with personal mail

    I recommend against using SQLMail altogether for this reason, the requirement of an active mailbox.  Try POSTIE.EXE ( http://www.infradig.com/index.html&nbsp

    A detailed usage example -->...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Syntax to write to file

    I've been looking for this too...but I remember seeing a SELECT...INTO that allowed output to a text file.  Hallucination?


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Disappearing Syntax error ?!?!

    6.5

    'nuf said.  Thx


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Add/Delete Login audit (1/2 a solution)

    Worked...

    OK, so I added the other alerts and observed the following:

    EM -> delete domain login = 15485

    EM -> add domain login = 15481

    QA -> drop domain login (domain\loginID) with sp_droplogin...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Linked Server Access problems

    As to "what does the account need to run this" The following appears to be a problem in both SQL7 and SQL2000

    "PRB: Need to Map to Default Admin Account...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Query two DB's on two Servers

    OPENROWSET is slooooooow. Comapred to a linked server at least. The connection has to be established each time you run the query, kind of an ad-hoc linked server....


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Is there a recommended data compression utility?

    http://www.xceedsoft.com/products/ZipNet/

    http://www.chilkatsoft.com/dotNetZip.asp

    http://www.example-code.com/vb/default.asp

    FREE!

    http://www.organicbit.com/zip/

    http://www.gzip.org/zlib/

    http://www.winimage.com/zLibDll/

    -------

    at us, very deafly, a most stares

    collosal hoax of clocks and calendars

    eecummings


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Object variable or block not set

    That's normally Visual Basic error indicating an unitialized object variable, not a permission issue.

     
    
    dim o as object
    set o...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Triggers and INSERTED

    quote:


    This error happens when more than one record is in the Inserted table. This can easily happen on an Update trigger.


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: Zip Code Radius Search SP

    It was my understanding that the Post Office updated the zipcode file once a quarter, but that's not all you're buying when you get a geo zipcode.

    One question...a...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

  • RE: How much do you earn?

    To clarify...

    quote:


    But...I'm not a DBA. App programmmer (c/c#/vb/SQL/asp/php) since 1989.


    Not a speller either. Note...


    -------
    at us, very deafly, a most stares
    collosal hoax of clocks and calendars

    eecummings

Viewing 15 posts - 1 through 15 (of 18 total)