Forum Replies Created

Viewing 15 posts - 5,956 through 5,970 (of 6,022 total)

  • RE: A Smarter Planet

    Dave Schutz (5/24/2010)


    A "smart' system that monitors my movements makes me think of the movie Minority Report. I don't really want to be tracked all the time. The more data...

  • RE: Access migration to SQL "ADP"

    ehamouda (5/24/2010)


    sorry

    this is the right query i need to be converted..

    SELECT exxonTesting.[SP Company Name], exxonTesting.[SP Office No], exxonTesting.[Safety POC], exxonTesting.[API Requirements], exxonTesting.City, exxonTesting.State, exxonTesting.[Name Tested], exxonTesting.Completed, exxonTesting.Expires, exxonTesting.[API Key...

  • RE: A Smarter Planet

    Steve Jones - Editor (5/24/2010)


    Like with a monitoring system. Don't ping me on 100% CPU, ping me when it's sustained 100% for more than 5 minutes, and it's not a...

  • RE: Where a Rose is not a rose…

    dcraday (5/24/2010)


    But since this is a SQL forum - I am VERY grateful that 'Select MyColumn from MyTable' is the same thing as 'SElect MyColumn from MyTable' or 'Select...

  • RE: A Smarter Planet

    Usage of the word "smart" within the technology industry is like using the word "fair" within the realm of politics. I mean, ask 100 random people to define their idea...

  • RE: Where a Rose is not a rose…

    Case-sensitive collation for a database (ex: 'John Smith' <> 'JOHN SMITH'), case-sensitive programming languages (Main != main), and case-sensitive string comparisons within a programming language ("John Smith" != "JOHN SMITH")...

  • RE: Tables are not visible

    You said you granted the user account "all permissions", but make sure that view schema permission is one of them.

    Metadata Visibility Configuration

    http://msdn.microsoft.com/en-us/library/ms187113.aspx

    VIEW DEFINITION Permission

    http://msdn.microsoft.com/en-us/library/ms175808.aspx

    If this doesn't make the tables visible...

  • RE: Where a Rose is not a rose…

    Well, there is no reason to shout programming code at someone across the room or dictate it to them over the phone when we have e-mail and instant messaging.

    One thing...

  • RE: Subroutines in TSQL

    Jeff Moden (5/17/2010)

    ...

    ...

    I used them to overcome the N4k and C8K barriers in SQL Server 2000.... and, yep... it was from another stored procedure.

    Basically, how did creating a temporary stored...

  • RE: Subroutines in TSQL

    sihaab (5/17/2010)


    In my experience, I never thought of temporary stored procedure at all. I have scripts stored my local project folders tones of them. I only create stored procedure, when...

  • RE: Subroutines in TSQL

    Paul White NZ (5/15/2010)


    ...

    The wider question is an interesting one. I remember being asked once why we can create temporary stored procedures (local or global) but not temporary functions....

  • RE: how much time it will take to get the records from a large table

    David Portas (5/13/2010)


    That's different to your original question. Take a look at the execution plan. See if your query is taking advantage of indexes on your tables and consider creating...

  • RE: Select that runs out of disk space.

    - You said that drive C: is 68 GB, but how much disk space was free before running the stored procedure?

    - Have you used Sysinternals FileMon or Process Monitor to...

  • RE: how much time it will take to get the records from a large table

    Nowadays 30,000,000 is only somewhat big.

    If you join a table that large, you'll want to return only the columns you need, and insure that lat least there is an...

  • RE: Subroutines in TSQL

    When working with Microsoft development tools, if you find yourself struggling or spending a great deal of time implementing some repetitive task, then you're probably just doing it wrong and...

Viewing 15 posts - 5,956 through 5,970 (of 6,022 total)