Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: transaction test!

    Very good question

    If you change the line:

    DECLARE #test TABLE (id int, pname varchar(100))

    to

    create table #test (id int, pname varchar(100))

    it will return zero rows - which was what...

  • RE: Which Type of Language

    Pablo (2/18/2008)


    The Answer is correct, Grant is a DCL Statement:

    http://en.wikipedia.org/wiki/SQL#Data_control

    It is not wise just to trust these sites - they are writting by other people like you and...

  • RE: Varchar(max) problem in SQL server 2005

    GilaMonster (3/4/2008)


    Varchar(max) is a blob data type and is the replacement for TEXT. Only really to be used if you expect the string length to exceed 8000 characters.

    Not entirely correct...

  • RE: Compose MDX graphically

    Yulia Golod (3/4/2008)


    Actually, one of the answers "management studio" is correct.

    You can construct MDX graphically in Sql management studio while connected to Analysis Services

    Yes, you can construct MDX graphically when...

  • RE: Compose MDX graphically

    I agree - the SSAS is a service and has no GUI - I instantly thought that it had to be Management Studio but I wasn't really aware that I...

  • RE: Anybody know of a good SSIS book?

    "Microsoft SQL Server 2005 Integration Services" by Kirk Haselden.

    Kirk is the Development Manager of Integration Services so I would believe that he know anything worth knowing about SSIS. It's an...

  • RE: 10/23/07

    happycat59 (10/23/2007)


    I guess my real issue is that the question assumes knowledge that I don't have (about golf) - it would not surprise me to find a lot of people...

Viewing 7 posts - 1 through 7 (of 7 total)