Forum Replies Created

Viewing 15 posts - 16 through 30 (of 37 total)

  • RE: Careful with table name alias

    There is nothing special about flag='y'... it's text. It could be anything He's just aliasing the table.

    The point is that by using square brackets you can alias something to...

  • RE: Getting Colorful

    // commentware

    // where there is more

    // commented-out code

    // than there is

    // actual stuff

    // that does any work!!!

  • RE: SQL Server Monitor Tool

    Hey there,

    If you already have Ops Manager, you're going to have a very difficult time writing something that's better from scratch. If you want something that's very lightweight, consider...

  • RE: Staring you in the Face

    Use... Regular Expressions / Wildcards in the SQL Server Management Studio in the Find/Replace dialog.

  • RE: Checking Up on Developers

    I am definitely guilty of retrieving more data than I need to, and using UDFs that make my code simpler and more reusable, but perform badly.

    I am going to rationalize...

  • RE: SQL Injection?

    Also, be sure to only give the user ID which your application uses, or any regular users, the minimum access required. If security trimming is not realistic, db_datareader and...

  • RE: Flat File Destination

    As far as your question with "how do I deal with commas in a name?" goes, that's a common thing with names.

    The answer is to put a " character in...

  • RE: Union Benefits

    I definitely thought you were talking about UNION statements too...

    I think that standardized training might be one of the few benefits.

    I would be concerned about what might happen to people...

  • RE: How to execute ''OPENROWSET('Microsoft Jet 4.0','Excel 8.0 =C:\dfdf','select * from personal$')" in remote SQL Servere on LAN

    Wild guess, but it could be a permissions issue. Is SQL running under the system account? If so, does the SQL Server computer account have access to the...

  • RE: Celebration

    Congratulations! Thanks for running such a great site with fantastic content.

  • RE: Industry Experience... Required?

    Loner (1/2/2009)


    DBA is different from SQL Developer and I think being a developer, industrial experience is very important.

    Completely agreed here. Being in a development role, I have learned equal...

  • RE: Filling in blanks

    Thanks, Jeff. I was wondering what I was going to have for dinner tonight.

  • RE: Referencing and sorting by calculations

    Thanks Lynn,

    I think you answered my question about as well as possible. Sure enough, a search for CTE brought up plenty of results for how I could do this...

  • RE: Filling in blanks

    At some point we're going to have to evaluate having a "permanent" tally table in the DB. For now, it's only used in reporting and since it can generate...

  • RE: Filling in blanks

    Thanks. The Select Max() in the join was the magic I was looking for.

    I do actually have a tally table, but it's a calendar tally. I modified your...

Viewing 15 posts - 16 through 30 (of 37 total)