Forum Replies Created

Viewing 15 posts - 826 through 840 (of 3,666 total)

  • RE: sp_who3 does not show any active processes?

    I'm pretty sure I saw one version that did not return the SPID that was executing SP_WHO3.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Splitting a field in the middle ??

    jbalbo (3/19/2015)


    I will definitely be able to use this for something, but I did find a problem with the formatting,

    I got en error because one record had parenthesis in...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SSIS The process cannot access the file 'ssisproject.ispac' because it is being used by another process

    I'm not sure that I understand why you're doing this, but you could make a copy of the project folder. Run one instance from the original folder and another...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Splitting a field in the middle ??

    jbalbo (3/19/2015)


    Hi

    I have a field which looks like "LastName, FirstName (DOB: 01/01/1900)"

    How do I get the "01/01/1900" between ":" and ")"

    Thanks in Advance

    Joe

    I'd try something like:

    DECLARE @TestString...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Need help in simple query

    Why are you inserting the same values in each table twice? This might be causing the unexpected results?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Report of fields and data types

    There's several System views you can query to get that type of information, for example:

    INFORMATION_SCHEMA.TABLES

    INFORMATION_SCHEMA.COLUMNS

    sys.tables

    sys.columns



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Get away from incrementally loading data

    Jim, when you said the processes were doing incremental loads, did you mean that they were only loading new records and may have ignored old modified records?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Bulk insert task SSIS question

    Yes you can take one file and in one data flow, insert any column(s) you want to one or more tables.

    You could also do this in multiple data flows if...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Selected Columns on View -- Is it Microsoft Bug??

    If you want "column level security" for data coming out of SSAS, then you have to apply the security in SSAS.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Someone is asking the question: "One of the database that I monitoring is showing the .mdf file full. Recovery model of that database is simple. How can I add more...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Query help please

    If I read your query correctly, you have IF statements to cover the 4 regions specified individually, but nothing else.

    If the value used is not 1 of the 4 values...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Share your best possible answers--

    below86 (3/12/2015)


    Koen Verbeeck (3/12/2015)


    below86 (3/12/2015)


    I'm not a fan of SSIS 2012 for sure, 2008 is OK.

    🙁

    What's worse in 2012 than in 2008?

    One huge problem I see so far is...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Removing...

    Be very careful about putting the "when" and "not when" conditions in a where clause. This could cause unexpected results if both conditions exists in the same string.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Index Fragmentation

    Hany Helmy (3/11/2015)


    I am using this one a lot, thanx for the question.

    + 1

    I create a process to rebuild or reorganize indexes that are too fragmented. The process...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: need to recover access database

    lawsonoliver1 (3/6/2015)


    I am selecting DATABASE zone.....but your system will not allow me to select it because I'm asking a question? Makes no sense. So I checked other...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 826 through 840 (of 3,666 total)