Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 2,904 total)

  • RE: SQL Server 2008 Query

    Kingston Dhasian - Monday, January 23, 2017 11:14 PM

    ajkarora - Monday, January 23, 2017 11:02 AM

  • RE: SQL Server 2008 Query

    ajkarora - Monday, January 23, 2017 11:27 AM

    bmg002 - Monday, January 23, 2017 11:10 AM

  • RE: Performance Issue - Looking For Advice

    cboneill181 - Monday, January 23, 2017 10:31 AM

    cboneill181 - Monday, January 23, 2017 8:11 AM

  • RE: SQL Server 2008 Query

    ajkarora - Monday, January 23, 2017 11:02 AM

    I have the following data

    Customer RowNum SalesOrder Customer
    (100915) (2) (100915-2) (ARORA)
    (100915) (1) (100915-1) (ARORA)
    (100576) (1)...

  • RE: EXECUTE as SELF

    I liked that question.  It was a fun one.
    The only reason I can think to do an "EXECUTE AS SELF" thing would be if there was a table that...

  • RE: Filestream error 5597

    Yeah, I am thinking it is the system databases that are causing my headache.

    Scripting out the logins would have been a huge pain in the behind which is why we...

  • RE: Filestream error 5597

    Thanks for the quick reply.

    I ran the commands you suggested and got results that I was not expecting:

    3 for the first one (FilestreamConfiguredLevel) and 0 for thes second (FilestreamEffectiveLevel). ...

  • RE: Filestream error 5597

    First half of that works, but the second half fails.

    the "Enable Filestream in Configuration Manager and select all options (IO, remote)" step is already done (also tried cycling the options...

  • RE: SSIS project Deployment error

    Sounds to me like the password is incorrect. The database master key is not the same thing as the sa password or anything like that normally unless you changed...

  • RE: Exam 98-364 Database Fundamentals

    sbostic (9/30/2016)


    Thanks for the information!

    Have you gone for your MTA yet? If so, how'd you do?

  • RE: A Fun Distraction

    Geeze there is a lot I want to do but realistically:

    Rogue one

    get my new turntable set up properly and listen to a few records

    likely some video games (play but not...

  • RE: Database Size After Deleting 200-million rows

    Hello richlion2,

    I did not think of the case where disabling the index wasn't an option. I suppose for old SQL versions, that does make more sense then.

    With respect to...

  • RE: Database Size After Deleting 200-million rows

    richlion2 (12/8/2016)


    I keep having these conversations with people who don't know how the SQL server engine works that SQL is looking after itself. I recently asked one of my analyst...

  • RE: Apply Staged Updates in SSIS Package Fails

    Not a problem. Everybody has days like that.

    Plus it is much nicer to find out you missed something simple than to find out that your query really needs to...

  • RE: Apply Staged Updates in SSIS Package Fails

    Possibly a dumb question but are you using the database as the schema?

    That is, in the UPDATE command it should be:

    UPDATE <database>.<schema>.<table>

    SET dest.[project_id] = stage.[project_id]

    ...

Viewing 15 posts - 2,866 through 2,880 (of 2,904 total)