Forum Replies Created

Viewing 15 posts - 11,581 through 11,595 (of 14,953 total)

  • RE: Access to variables in Script Task

    Can't have two variables with the same name in the same scope.

  • RE: PK vs Clustered Index

    A clustered index on a GUID is generally a bad idea, because it forces table fragmentation. Clustered indexes on tables with lots of inserts should generally be something sequential,...

  • RE: Owner of database

    The difference is what is displayed when you look at the database properties. As far as who has what access to the database, there's no difference.

  • RE: Timesheets for DBA/DBDs

    The simplest thing to do with something like that is provide a simple interface, just a few fields and a place for notes, and log it into a simple database....

  • RE: Connecting MS Access to a SQL 2005 Express

    Not entirely sure what you mean by "other networks". Most likely, what you need to do is use the IP address of the computer with the database on it....

  • RE: Are the posted questions getting worse?

    Jason Shadonix (1/14/2009)


    Yeah apparently a different person. Which is why I pointed out the user name. Guys like that need to be slapped, but I really want to...

  • RE: No More Lottery

    Ellis RemoteDBA (1/14/2009)


    Don't know what its like in the US but in the UK its not just 'bad' businesses suffering. In fact if you business is managing to keep its...

  • RE: Need some help here...SQL Server Ad-Hoc Access ...

    I'm used to seeing that particular error when the file is already open, usually on my own screen, right behind Management Studio. I'm assuming that's not the case here.

    Does...

  • RE: Where 1 = 1

    Jeff Moden (1/13/2009)


    GSquared (1/13/2009)


    So, two mistakes, neither of which would have mattered all that much by itself, but together made a problem that mattered, which could have been prevented...

  • RE: No More Lottery

    I tend to agree with you. Too many companies that never produced anything of any value to anyone except their stockholders, and owners of stock options.

  • RE: Where 1 = 1

    Forgetting to highlight the Where clause is just one example.

    Carelessness can take a large number of forms. After all, there are an infinite number of ways to do something...

  • RE: What's best way to assign permissions needed for SSIS package

    And I'm so used to 2005 these days that it didn't occur to me to mention that was what I was talking about. Glad you figured it out.

  • RE: Are the posted questions getting worse?

    Michael Earl (1/13/2009)


    I particularly like his comment:

    [font="Comic Sans MS"]Multi datasets is one of the powerful tools in Reporting Services. The answer is in knowing the product, not 'don't...

  • RE: invalid for schema binding

    You can't schema-bind a remote table. Schema binding doesn't work that way, since the local server can't force the remote server to hold onto the schema definition. Not...

  • RE: Are the posted questions getting worse?

    Jack Corbett (1/13/2009)


    Check out the post by bsrlong in this thread.

    I replied and attempted to politely tweak him.

    My reply is a bit less polite.

Viewing 15 posts - 11,581 through 11,595 (of 14,953 total)