Forum Replies Created

Viewing 15 posts - 391 through 405 (of 1,183 total)

  • RE: Two job offers..two different companies

    bugop (4/7/2010)


    Thanks for the responces..but at least a suggestion would have been ok.

    Putting what everyone else has said aside, does this help....

    If you are the type of person who learns...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Changing the URL, or blocking external users

    shannonjk (4/7/2010)


    Greetings all 😀

    Recently my company migrated from a SQL 2005 server to a SQL 2008 server (both are up and running concurrently on different machines). Reporting services and its...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How many of you are not true DBA's?

    That depends on the "A"'s definition.

    I'm a SQL Database ArchitecAdminAlyst 😀

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Compare date fields in SQL or determine which is older !

    I'm guessing that there is a puddle of pee under huslayer's desk right now... :hehe:

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: How to fing first letter is a number or letter in a column

    test for numeric:

    ISNUMERIC(LEFT(yourFieldName,1)) = 1

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Pivoting data based on Group By using set-based solution

    timzepin (4/6/2010)


    screwed up again...sorry. The version I'm using SQL Server 2008

    😀

    http://www.sqlservercentral.com/Forums/Forum392-1.aspx

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Pivoting data based on Group By using set-based solution

    Which version of SQL are you using? You've posted this in the wrong forum and may not get the proper advice.

    If you're using 2005 or 2008 look at the PIVOT...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Data Driven Subscriptions

    george.greiner (4/6/2010)


    Does this also give me the ability to process a batch subscription. For instance if there are 10 finished files within the last 24 hours that need to...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Fuzzy query...

    This is a real shot in the dark since you seem to not have much say in the actual data collection process, but could you record the employee's "number" instead...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: showing a fixed value return as indicator

    Can you post what you've tried?

    This appears to be a homework or study question. And most of us here DONT have a problem helping, we generally don't want to do...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: SP says it's exceeded nesting level when there is no nesting involved!

    Yep, the batch continues on until it hits a 'GO' statement

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: SP says it's exceeded nesting level when there is no nesting involved!

    Post your proc here. we can't debug what we can't see. 😀

    AND

    Read this ...

    For better, quicker answers on T-SQL questions, click on the following...

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Dynamically name report/file export in SSRS

    Miles Neale (3/31/2010)


    Hi Jason,

    First of all what you have done is interesting and will work and very creative. Job well done.

    There is however an alternative available that you might want...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Datediff doubt

    Jeff Moden (3/30/2010)


    I know, Dugi, and I appreciate your efforts. The problem is that not just the OP will read such a thing. Someone with similar but slightly...

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg
  • RE: Search for Underscore (_)

    SELECT ID FROM PART WHERE CHARINDEX('_',ID) > 0

    ______________________________________________________________________

    Personal Motto: Why push the envelope when you can just open it?

    If you follow the direction given HERE[/url] you'll likely increase the number and quality of responses you get to your question.

    Jason L. Selburg

Viewing 15 posts - 391 through 405 (of 1,183 total)