Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 2,010 total)

  • RE: Snack Attack

    Coffee, Coffee and more coffee with an occasional muffin thrown in for breakfast...

  • RE: Cannot "net start" with xp_cmdshell

    RE:Moreno

    That's absolutely correct, when you change permissions for a user running a service, it's the same as changing rights for your own...

  • RE: SQL query design & performance

    so you don't need to worry about versoin now?  or will the MAX(orderDate)always give you the correct date?  IF so how about this...

    UPDATE MAIN_TBL

    SET MAIN_TBL.Date_Rtn = MAX(LnkS.CUS_DATE)...

  • RE: Service running as Local System connecting to a SQL using Windows Authentication?

    I've seen those sort of solutions put into place for network shares and such, but never on SQL server Permissions.  IMHO it would basically be like creating a Null share,...

  • RE: SQL query design & performance

    Can you give a bit more in the way of example data?  For instance how do you know what the ordernumber is? (which btw I'd sugest not using # in...

  • RE: Exploit-MS06-014

    Yes, it was there, then Steve took care of it, Now it's back however as of 1358 EST.

    -Luke.

  • RE: Cannot "net start" with xp_cmdshell

    Unless you specify the xp_cmdshell Proxy Account XP_cmdshell will execute under the rights of the user that the SQL Server runs as.  If that account doesn't have rights to start...

  • RE: Using a Secured Access database in SQL 2000

    yep, that's the right file then... any chance you could create a DSN that points to the access db?  Then use the DSN fo ryour DTS connection instead of a...

  • RE: Data type Mismatch

    hence the "s in the original post.

     

    thanks again.

  • RE: Data type Mismatch

    I beleieve you hit the nail on the head.  Seems that was the issue.  they were joining two text columns using an int in one table and text in the...

  • RE: Data type Mismatch

    It's a straight access table.  I beleive there is a problem with the way that access is handling the join to a lookup table.  I cleared all of the records...

  • RE: Using a Secured Access database in SQL 2000

    I'm guessing you already tried the good old Admin, blank password default?  Also, you might check and make sure that it's actually the system.mdw that is protecting the db.  It...

  • RE: The End of the Line

    I've only been in the IT business about 10 years, I've done all manner of things from independant consulting to wokring for the state and fed government.  Although I'm no...

  • RE: How to extract dates from text string?

    Very Slick, quick too.  Have to add that one to my Crazy String Manipulation repository.

  • RE: expertise in temp table

    Again, I'm not looking for real data, I'm looking for some sample data that could help me get a better understanding of what you were trying to do with the...

Viewing 15 posts - 1,711 through 1,725 (of 2,010 total)