Forum Replies Created

Viewing 15 posts - 646 through 660 (of 1,409 total)

  • RE: Database Not responding from 8:00 PM to 10:00 Pm

    Try to ping and connect (RDP) to the server during the time frame when users complain the server is not responding. Try to run SSMS from the RDP session. Also...

  • RE: Help needed with BCP command

    Execute this command from SSMS:

    exec xp_cmdshell N'whoami'

    Make sure the account listed in the results has the correct permissions to execute the BCP executable and to write to the destination folder....

  • RE: Help needed with BCP command

    You need to alter the text "servername" in the BCP command to the name of your server where you want to execute the query. Also alter the text "\\servername\d$\directoryname\" into...

  • RE: How to import a sql server database ?

    spectra (9/13/2013)


    I just want to extract user/permission from source machine and then want to run the same in my target machine through GUI way

    Can I use idera for this...

  • RE: How to import a sql server database ?

    spectra (9/13/2013)


    I find it hard to understand....this looks a bit difficult process that other databases like mysql and oracle.

    I am stuck because of the following reasons

    Could you please tell...

  • RE: How to import a sql server database ?

    1. Script all applicable logins from the source (use sp_help_revlogin: http://support.microsoft.com/kb/918992) and use this script to create the logins on the target instance.

    2. Make a backup on the source and...

  • RE: Adding a Node to a cluster SQL Server 2008 R2

    You could wait with the installation of SP untill you have added the node-installation of all three SQL instances. After the installation of all three SQL instances you can apply...

  • RE: Help On Query

    Koen Verbeeck (9/10/2013)


    Pffff, crap in crap out 😀

    I totally agree!! 😎

    But with such a limited sample you better prepare for the worst. Or at least provide different solutions. The OP...

  • RE: Help On Query

    If there are double rows (like the same NAME is entered twice both with the ROLE 'User') the solution of Koen will give false results. The code below will just...

  • RE: Query Result in Email?

    ananda.murugesan (9/6/2013)


    Email not received from database even rows available as below query..

    ananda.murugesan (9/6/2013)


    I received lot of mail wheather rows selected or no rows selected that query...

    Above you have conflicting...

  • RE: Query Result in Email?

    Do you recieve an e-mail if you execute the code below? I have taken the original code and removed the IF statement (so it will always execute sp_send_dbmail) and removed...

  • RE: Query Result in Email?

    Execute the query below to get a list of all e-mails sent by the instance over the past 7 days. Look specific at the results in the "sent_status", "event_type" and...

  • RE: Help Required on the given scenario

    Please give us the DDL statements (CREATE TABLE) and some sample data (preferrably multiple rows) for each table. Tell us the expected results for the samples provided.

    I also don't read...

  • RE: Imrort export wizard

    karunakar2351 (9/6/2013)


    No in excel sheet all are varchar but in table some are datetime and int and some are varchar

    Note that varchar values in Excel *could* be compatible with the...

  • RE: Imrort export wizard

    Create a copy of the table as a teest-table. Use the import/export wizard multiple times to load the data of the Excel sheet one column at the time. This will...

Viewing 15 posts - 646 through 660 (of 1,409 total)