Forum Replies Created

Viewing 15 posts - 571 through 585 (of 783 total)

  • RE: Doing a FULL backup causes my Transaction Log to grow to 10GB!

    ?When our transaction log grows large and we want a quick way to shrink it, then we have to change the database recovery mode of the database we want to...

    Regards
    Sushant Kumar

  • RE: Get an alert when SQL Server Services stop

    Also,

    You can check the sql servers services running status by just pinging them from cmd

    telnet sqlservername 1433

    If a blank screen follows, that means services are running, otherwise it will tell...

    Regards
    Sushant Kumar

  • RE: Validating (Error)

    @ rick,

    thanks, I got it

    The excel file was not on the server where i was trying to import it.( it was on local pc)

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Error while uploading data

    @ pradeep

    Yup that did it....

    I guess, the excel file was not on the server where I wanted to import.

    Thanks a lot...

    🙂

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Validating (Error)

    @ rick

    I am getting this error when I am trying to run the script (openrowset).

    When I run the import wizard it gives same error as mentioned earlier...0xc00470fe error code

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Error while uploading data

    I was on my local pc widout any SSIS installed,

    so I went to remote server and opened management studio and wrote this query :

    SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:\Users\xyz\desktop\FullLoad1.2.xls', 'SELECT...

    Regards
    Sushant Kumar

  • RE: Validating (Error)

    just 1 time i guess.

    So that means you have a temporary solution or what?

    The earlier error ,I was getting when i was on my local pc without SSIS installed,

    so I...

    Regards
    Sushant Kumar

  • RE: Validating (Error)

    @ rick

    I am on remote server with sql server 2005 sp3 installed on it...

    I have excel 97-2003 on it.

    i am running --

    SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:\Users\xyz\desktop\FullLoad1.2.xls', 'SELECT * FROM...

    Regards
    Sushant Kumar

  • RE: Error while uploading data

    @ pradeep

    2005 Enterprise edition with SP3

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Validating (Error)

    @ rick

    Thanks for replying so fast

    Its sql server 2005 enterprise edition with sp3

    excel is 97-2003 with xls extension

    Regards,

    SusHANT

    Regards
    Sushant Kumar

  • RE: Validating (Error)

    me also same problme

    any help

    ??

    Regards
    Sushant Kumar

  • RE: Trasport level Error

    there might be some network issues then.

    try pinging the sql server from the cmd prompt

    telnet servername 1433

    If there is blank screen and nothing happens, that means connection is fine ,...

    Regards
    Sushant Kumar

  • RE: Trasport level Error

    @ prabuk

    Check in SSMS, server, properties, connections, wat is the remote query timeout

    ?

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: Trasport level Error

    Often, it's the database being offline/closed or the SQL Instance being restarted/offline

    Check it.

    Regards,

    Sushant

    Regards
    Sushant Kumar

  • RE: pinging sql servers

    @ derrick

    So, that means if it does ping successfully, then no need to check configuration manager?

    OR

    both are different and have to be checked seperately to ensure proper working of...

    Regards
    Sushant Kumar

Viewing 15 posts - 571 through 585 (of 783 total)