Forum Replies Created

Viewing 15 posts - 166 through 180 (of 783 total)

  • RE: INSERT INTO

    SanDroid (9/14/2011)


    Toreador (9/14/2011)


    sanbornd (9/14/2011)


    How many points do you lose for posting a question with the wrong answer? How about the sum of all the wrong answer.

    Good idea.

    But how many points...

    Regards
    Sushant Kumar

  • RE: INSERT INTO

    SanDroid (9/14/2011)


    SKYBVI (9/14/2011)


    SanDroid (9/14/2011)


    SKYBVI (9/14/2011)


    hI,

    I cant know why, the first and second insert statemtns wont get inserted, the PK is not violated...

    First insert fails becuase of...

    Regards
    Sushant Kumar

  • RE: Difference between char and char(1)

    Sudhir Dwivedi (9/14/2011)


    Hmmm... You can try these lines to see the difference:

    select CONVERT(char, 'This is a SQL Server Central Forum')

    select CONVERT(char(1), 'This is a SQL Server Central Forum')

    select CONVERT(char(100), 'This...

    Regards
    Sushant Kumar

  • RE: INSERT INTO

    SanDroid (9/14/2011)


    SKYBVI (9/14/2011)


    hI,

    I cant know why, the first and second insert statemtns wont get inserted, the PK is not violated...

    Regards,

    Sushant

    DBA

    West Indies

    First insert fails becuase of the...

    Regards
    Sushant Kumar

  • RE: INSERT INTO

    hI,

    I cant know why, the first and second insert statemtns wont get inserted, the PK is not violated...

    So hte 1st select statemtn should give 2

    ...

    Regards
    Sushant Kumar

  • RE: Enforce password policy without 'Enforce password expiration' checked

    I guess...nothing should happen... it should take in effect after you try to change password of the login...

    Dont you have any dev environment, where you can change and check ?

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Maintenance Plan Database Backup shows failure even though it completes the task

    is that a question or an answer?

    Regards
    Sushant Kumar

  • RE: Maintenance Plan - Check Database Integrity Tool vs. Simple T-SQL Script

    what does your log files say located on server:-

    default location:-

    C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\LOG

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Maintenance Plan - Check Database Integrity Tool vs. Simple T-SQL Script

    yes, I also experienced something like that...

    Btw...whats's ur version of sql server

    Generally, if i have some simple t sql statements, i would prefer to run them through sql agent jobs...

    Regards
    Sushant Kumar

  • RE: Char to PLU_NUM(float)

    Hi,

    I changed the data types successfully..

    I used

    SELECT CAST(mycolname AS float) FROM tablename

    SELECT CONVERT(FLOAT, mycolname) FROM tablename

    After running above statments,

    I still got same error "it cannot...

    Regards
    Sushant Kumar

  • RE: Char to PLU_NUM(float)

    I think PLU_NUM(float) its float values in sql 2000..

    Doesn't CAST convert only 1 value not all the values in a table?

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: qyery taking an hour

    when i execute that query on my server, it says

    User doesn't have permission to run htt query

    Why does it tell so when i already logged in as sa??

    Regards
    Sushant Kumar

  • RE: CXPACKET wait type

    aNY SOLUTION?

    Regards
    Sushant Kumar

  • RE: Backup of TX Log: Failed:(-1073548784)

    GilaMonster (7/21/2011)


    Let's consider this situation.

    Sunday 10pm full backup

    Log backups every hour

    Monday 10pm full backup

    Log backups every hour

    Database fails spectacularly at 3pm on Tuesday.

    I go to restore the Monday night backup....

    Regards
    Sushant Kumar

  • RE: db sync

    Is it Replication??

    Regards
    Sushant Kumar

Viewing 15 posts - 166 through 180 (of 783 total)