Forum Replies Created

Viewing 13 posts - 31 through 44 (of 44 total)

  • RE: TSQL Lookup using BETWEEN (Ip Addresses)

    Hiya,

    Thanks for your prompt response.

    Point taken about the data and clarity of my question.

    My aim is to populate the countycode column of table my.ipaddresses by looking up the ipnumber from...

  • RE: Clustered Index Analyser

    running sql 2008 enterprise and this script fails 🙁

    it repeats the message >

    Msg 208, Level 16, State 1, Line 1

    Invalid object name 'tablename'.

    for each one of my tables....

    I believe you've...

  • RE: COUNT_BIG

    the answer is I and II , not II and III.

    does anyone audit these questions? i want my point (joke) 🙂

  • RE: What's in your CLR?

    I've successfully used VB.NET CLR functions to replace TSQL Scalar functions.

    2 instances where it works well are >

    1) Conversion of String IP Address data to numeric form (and back)

    2) Extraction...

  • RE: Security Question

    The accounts listed in my first post are present on servers, i'm trying to reduce them to just those absolutely necessary.

    Basically I want to simplify the security model.

    r

  • RE: collection_set_3_upload jobs keep failing

    did anyone ever solve this?

    having the same issue here

    rich

  • RE: Server Status Icons

    an excellent observation.

    it's actually just highlighted a developer who has permissions she shouldn't 🙂

    the sql authenticated user i am connecting with does have sysadmin priviledges, though doesnt have the coloured...

  • RE: Restore Database Size

    thank you for all of your input.

    the reason for shrinking was to get it over to an old instance with inadequate disk space (development server).

    The db size is actually much...

  • RE: Stored Procedures - Performance -Pros & Cons

    thank you both very much for your input

    rgds

    r

  • RE: Stored Procedures - Performance -Pros & Cons

    thank you for your speedy reply Gail 🙂

    So if i change >

    Select columns from tables where id = 3

    into

    usp_simpleselect @id=3

    would there be multiple queryplans for usp_simpleselect @id=3 , usp_simpleselect @id=7,...

  • RE: Find the row with the most data

    Bit of feedback for you, the script doesnt work if you have a 'uniqueidentifier' column >

    Msg 206, Level 16, State 2, Line 1

    Operand type clash: int is incompatible with uniqueidentifier

    r

  • RE: Writing

    I like writing and do so in the form of blogs, music reviews etc on the web. I keep a technical blog as a braindump of stuff i've done as...

  • RE: Running a script on database startup.

    I've tried a trigger for the all encompassing 'DDL_DATABASE_EVENTS' but that didnt fire 🙁

Viewing 13 posts - 31 through 44 (of 44 total)