Forum Replies Created

Viewing 15 posts - 151 through 165 (of 271 total)

  • RE: Rounding - Is there a better way

    Jeff Moden (11/22/2009)


    I have to agree with what was said.... by whose definition is it that 7.0449 should be rounded to 7.05? Are you intenionally trying to give CPA's...

  • RE: Rounding - Is there a better way

    Hi,

    Sorry, i didnt explain myself very well did I.

    All I'm trying to do is take a number and round it correctly.

    For example 7.0449 should be returned as 7.05...

  • RE: SQL Bits - Newport - 19th to 21st November 2009

    Dave Ballantyne (11/18/2009)


    Be catching the train in about an hour, 3 days of sql nerdness , here i come 🙂

    ha! I'm on there on the Friday sadly, so only...

  • RE: SQL Bits - Newport - 19th to 21st November 2009

    I'll get back to you on that one. 😛

  • RE: Storing foreign characters

    Hi all,

    Got this working, the db collation remains in the default as does the column but it is created as an NVARCHAR, the data is stored, turns out that i'd...

  • RE: Storing foreign characters

    One thing I have noticed is that if I create a new db with a collation of Polish CI AS and then create the column in a table (same collation)...

  • RE: Error: 7886, Severity: 20, State: 1.

    Ignacio A. Salom Rangel (10/22/2009)


    did you find out what was causing the error?

    Hi,

    Sorry for not getting back to you sooner. I dont know how much help I can be...

  • RE: SQL Execution Plan Reuse

    Hi Gail,

    Yeah thats great.

    Many thanks.

  • RE: Index seeks on a null value

    Richard Fryar (9/25/2009)


    You are absolutely correct.

    I am the guilty author of that article (written about a year ago) and have no idea why I wrote that.

    I will correct the mistake...

  • RE: Make a backup of SQL Server tables............

    Lowell (9/25/2009)


    as you know SQL backs up whole databases, so your options are:

    -- a not "real" SQl backup: send the DDL and the data to a text file via BCP,...

  • RE: Make a backup of SQL Server tables............

    Hi,

    I dont beleive there is a way to backup only a table directly within management studio however you have three options;

    1. Backup the whole db to a disk on another...

  • RE: Tempdb

    infact scrub that.

    I've managed to monitor the created objects on the tempdb and pull back some object id's.

    Hopefully this will give me a little something to go on.

    Thanks again.

  • RE: Tempdb

    Thanks for the response.

    I'm not sure if that will pick them up, for example I imagine that my issue is a large number of inline and small procedures using temp...

  • RE: Table Fragmenting and I cant figure out why.

    Hi all,

    Well having rebuilt the index yesterday the index is back at is 99% fragmentaion.

    The trace I had running didnt pick anything of interest up, although I may broaden it...

  • RE: Table Fragmenting and I cant figure out why.

    GilaMonster (9/8/2009)


    Might be worth putting a trace in place, from the time you know the table is 0% fragmentation to when it's really high. See exactly what's happening to it.

    Good...

Viewing 15 posts - 151 through 165 (of 271 total)