Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 1,479 total)

  • RE: Backup issue

    One more option is to use a third party tool that knows how to backup and compress that backup file. There are few tools that can do that...

  • RE: Combined Primary Keys or 1 Auto Incrementer?

    Johann Montfort (11/5/2008)


    Dear All

    I have a table Pages and it has the following fields

    PageId smallint

    PageName nvarchar(250)

    PageTitle nvarchar(250)

    fk_buildId int

    Now normally, how I do it, set the PageId as int and make...

  • RE: what is the main advantage and use of coalesce()

    aswanidutt.dasara (11/4/2008)


    hi all

    can any one tell me, what is the main usage and advantage of coalesce(). why it is used

    thanks in advance

    aswin..

    Coalesce function recives values separted by column and returns...

  • RE: Querying the last 100 entered records

    latingntlman (11/3/2008)


    I'm trying to return the last 100 or so records that were entered on a table. I guess by primary key or identity key, but I'm not sure I'm...

  • RE: XML varible gets none xml value

    The fallowing is taken from the XML specification

    [Definition: Each XML document contains one or more elements, the boundaries of which are either delimited by start-tags and end-tags, or, for empty...

  • RE: XML varible gets none xml value

    rbarryyoung (10/29/2008)


    Adi: Which rule of Well-Formed XML do you think that 'this is not a valid XML' violates?

    I think that an XML should have at least one element. ...

  • RE: XML varible gets none xml value

    Jerry Hung (10/29/2008)


    I suppose it's just a choice by Microsoft, which I am okay with

    If you want to enforce valid XML, either throw in a tag or add a schema...

  • RE: Check if database is running in mirroring mode?

    michael (10/28/2008)


    Hi, is it possible in T-SQL to check if a database is running in mirroring mode? Maybe there is some system SP that can tell me, but I haven't...

  • RE: Transaction Log Backup Failed every night!!

    Leo (10/28/2008)


    Hi Gail,

    Well, I have aware of that but as you know when you set the maintenance plan I selected for ALL DATABASES so that I can do all in...

  • RE: sql server error logs issue

    abhisek karki (10/27/2008)


    I went to sql server log configuration and put the maximum error files upto 6. But my question is how to make smaller size of error log files,...

  • RE: small query help me out

    Chris (10/27/2008)


    adi i tried that but u know what its not showing up 000609876159 in not like but its totally numeric.....

    I’m sorry, but I don’t understand. Do you want...

  • RE: small query help me out

    Chris (10/27/2008)


    hey adi..

    when i ran this query with like even i got '000609876159' which should be in not like

    select Col1

    from YourTable

    where YourCol not...

  • RE: small query help me out

    Chris (10/27/2008)


    Jeff...thkz for the response could plz clarify this....

    so how should i consider it .....

    select isnumeric(order_number+'.do') from tbl1..

    is this the syntax...

    i dont understand this query

    SELECT ISNUMERIC('3D2'+'.d0'), ISNUMERIC('3E2'+'.d0'), ISNUMERIC('1,000'+'.d0'), ISNUMERIC(CHAR(13)+'.d0'), ISNUMERIC(CHAR(9)+'.d0')...

  • RE: Log file full

    psangeetha (10/27/2008)


    Hi all, Application team just reported a problem they are getting that 'The log file for database 'mbt' is full. Back up the transaction log for the database to...

  • RE: DateTime Stamp data as unique identifier

    jennifer_l_hogan (10/24/2008)


    Looking at the data they provided we have 6000 of the 7000 records added with the same date time. They returned the data as dd/mm/yyyy hh:mm:ss AM formatting....

Viewing 15 posts - 1,396 through 1,410 (of 1,479 total)