Forum Replies Created

Viewing 15 posts - 3,241 through 3,255 (of 7,187 total)

  • RE: Prevent sp_ Procedures with SQLCop

    Whether anyone thinks it's arrogant or controlling or what have

    I only said it's arrogant to tell someone that you don't know and whose environment and circumstances you don't know that...

  • RE: Prevent sp_ Procedures with SQLCop

    Yes, I'm the DBA here and Hungarian notation does not form part of our standards. But I'm not the DBA everywhere, and I'm not arrogant enough to suggest that...

  • RE: Seperate Max fileds from the others to Another FileGroup

    I suppose it depends on your data. You'd have to put the columns in questions into separate tables, which would require changes to your database schema and your code....

  • RE: Prevent sp_ Procedures with SQLCop

    Jeff Moden (1/20/2015)


    John Mitchell-245523 (1/15/2015)


    SQLvis (1/15/2015)


    Is there a list of standard object nomenclature for indexes, procedures, functions, and views (etc) that most teams should follow?

    Not really. It's more important...

  • RE: Seperate Max fileds from the others to Another FileGroup

    Do you mean varchar(max) and nvarchar(max) columns? Where did you read that it's best to separate them, and how would you propose to do it?

    John

  • RE: Length of columns in a table.

    Those columns don't have maximum lengths. They can be as long as the data in them. Probably best to sum up the lengths for all the columns that...

  • RE: Help With Select Query

    No, I mean please show us the actual query you've tried. And if you also supply the table DDL and sample data in the form of CREATE TABLE and...

  • RE: Constraint error message handling

    The allow updates option doesn't have any effect any more (from SQL Server 2005). You could use a trigger instead of a constraint in order to return the error...

  • RE: Help With Select Query

    It's just a simple join you need, isn't it? Please will you show us what you've already tried, so that we can show you where you're going wrong?

    John

  • RE: Can't start 2008R2 from command prompt

    You see where it says "Operating system error = 32"? If you don't know what that error code means, go to a command prompt and type [font="Courier New"]net helpmsg...

  • RE: Prevent sp_ Procedures with SQLCop

    SQLvis (1/15/2015)


    Is there a list of standard object nomenclature for indexes, procedures, functions, and views (etc) that most teams should follow?

    Not really. It's more important to have a convention...

  • RE: Identify unused indexes

    Type those very words into your favourite search engine. You'll get plenty of results.

    John

  • RE: Error in stored procedure

    Baiju

    Try enclosing your parameter list in parentheses.

    John

  • RE: Prevent sp_ Procedures with SQLCop

    Vaidy Mohan (1/15/2015)


    Is there a compelling reason as to why we should not be writing procedures with "sp_" prefix?

    "sp_" is the prefix used for system stored procedures, so there are...

  • RE: Proxy account not being used

    If I remember correctly, the job will still run in the context of the SQL Server Agent service account if the job owner is a member of sysadmin. Is...

Viewing 15 posts - 3,241 through 3,255 (of 7,187 total)