Forum Replies Created

Viewing 15 posts - 706 through 720 (of 789 total)

  • RE: Cannot delete table

    It seems that you should close the conn, but also try to restart all services on the Instance where you are working!

    :w00t:

  • RE: SQL Server 2005 Service Accounts

    Nice article and rich stuff here ...thnx Steve!

    :w00t:

  • RE: Recovery Model

    Hi Sudarram,

    Full Recovery Model fully logs all transactions so the Bulk-Logged Recovery Model minimally logs bulk operations! Bulk-Logged Recovery Model works almost in same manner as Full Recovery Model but...

  • RE: Building Parent-Child Table Tree information

    Interesting ... lot of stuff here and very rich article

    thnx and no comment!

  • RE: Query issue

    Ok as I can see at the varchar parameter is incorrect you should write like this ''%' + @parameter(varchar)+'%''

    CREATE proc usp_strsrchtemp

    @userstr varchar(100),...

  • RE: What's an MVP?

    Very intereseting ....

    So if you compare one MVP(SQL - and we have some infos how to become MVP) with one Software Engineer (SQL or Oracle Database) Graduate Master or Doctorature...

  • RE: Pivot view date - SQL vs Oracle

    For the moment I'm not front of Oracle DB I will try tomorow! - thnx!

    Dugi

  • RE: Pivot view date - SQL vs Oracle

    I try it with TO_CHAR but still not working ... because the same function I used on another view and it works very fine... here to create pivot not working!

    I'm...

  • RE: Pivot view date - SQL vs Oracle

    ...Hmmm... Not working and I do not have any idea what is wrong!!??

  • RE: How do I convert an ip address (stored in a column) to a decimal

    Jason Selburg (6/19/2008)


    Or you could take advantage of the fact that an IP address just happens to have four parts just like a fully qualified SQL object name and use...

  • RE: Import/Export

    Yep we are here to help you just post the specific info what you are trying to do, of course that there are many ways how to do that, but...

  • RE: Independence Day

    hmmm I forget ah ..... Happy Independence of USA ....!!!!

    Regards from Republic of Kosova the newest state in the World

    thnx USA!

    Dugi

  • RE: DBA Certification

    Hi, can you provide us what experience you have with databases or more specific with SQL server:

    1. How many years you have experience!

    2. How are you familar with SQL Server...

  • RE: Congratulations to Our New MVPs

    Congratz! - Jeff and Michael

  • RE: Truncate Log

    I have Hr_database

    Hr_database_data.mdf 1235MB

    Hr_database_log.LDF 25623502MB

    The LDF is growing how to truncate this log file, any scripts??

    Thanks NITa

    The correct way is:

    Set the recovery mode to Simple then shrink log...

Viewing 15 posts - 706 through 720 (of 789 total)