Forum Replies Created

Viewing 15 posts - 166 through 180 (of 1,033 total)

  • RE: T-SQL

    Sean Lange (1/4/2013)


    SQLRNNR (1/3/2013)


    I have to disagree with the correct answer(s). The question asks for 4 correct answers yet 5 are presented. This causes a bit of a...

  • RE: T-SQL

    SQLRNNR (1/3/2013)


    dineshbabus (1/3/2013)


    oh.. unique constraint can allow more than one null value.. I don't think so.. Please give me some xample...

    Here is the example

    http://www.sqlservercentral.com/Forums/FindPost1398825.aspx

    I must concur, I wasn't thinking exactly...

  • RE: New Year's Math

    I solved it like Toreador, but at the same time I found the explanation about the literals interesting.

    thanks for the question!

  • RE: Divide by zero

    Hugo Kornelis (12/23/2012)


    I have to offer my apologies for this question. I don't know what went wrong. I always check my question, answers and explanation several times before submitting, but...

  • RE: SSIS package not working with different profile

    Just FYI,

    because of the pain of SQL Logins and passwords and what BIDS/SSDT does with them, I prefer to use Windows authentication. All of my connections rely on the...

  • RE: SSIS package not working with different profile

    The error you have above is because BIDS/Windows won't let you open up the packages and maintain the named SQL Logins and passwords that you have saved in the connections....

  • RE: Disaster In The Real World - #2

    Hey Andy,

    Just to be sure I read this right...

    Win2k, SQL2k? In 2012?

    Wow... makes me glad that management lets me upgrade to newer stuff than that!

  • RE: Split input string into multicolumn - multirows

    murthyvs (12/16/2012)


    Hi dwain.c - I tried changing VARCHAR(8000) to VARCHAR(MAX). Ran the query with new pattern [0-9A-Za-z]. My input string is a very long string.

    sample:

    3038469

    3138470

    The results were as expected BUT...

  • RE: deploying a cube

    Is the account you're running BIDS under on the admin list for the SSAS instance?

    Is the account with the error the account you're running BIDS under?

  • RE: SSIS package not working with different profile

    1. Generate a config file and put the username and password within it. From the SSIS menu in BIDS.

    2. Why not add the SSIS package to the SQL Instance?...

  • RE: SET Options - 1

    Koen Verbeeck (12/14/2012)


    Great question to end the week. Had to do some research, but it was worth it.

    I agree... the research as to the various set options was worth the...

  • RE: Renaming a procedure

    Lokesh Vij (12/11/2012)


    Fortunate enough to get this correct. But the question required lot of reading and thinking!

    I'll second that one... and I've run into this "funness" before too. Still...

  • RE: STUFF - 2

    rhythm.varshney (12/10/2012)


    Nice question.However it will fetch error in SQL 2005 not sure about upper version as we can not assign value while declaration.

    2005 has been off of mainstream support for...

  • RE: Which Statement will execute sucessfully

    Koen Verbeeck (12/7/2012)


    Easy question, but explanation is a bit lacking.

    I agree, of course the discussion afterwards generally gives a better explanation and interesting conversation anyway 🙂

  • RE: Any huge gotchas with installing SQL 2012?

    I've run into a couple issues with SSIS

    We run a lot of SSIS jobs all day... several thousand.

    SSISDB maintenace if you're using Project Deployment is poor by default.

    It defaults...

Viewing 15 posts - 166 through 180 (of 1,033 total)