Viewing 15 posts - 646 through 660 (of 1,409 total)
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...
October 3, 2013 at 12:53 am
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....
October 2, 2013 at 1:58 pm
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...
October 2, 2013 at 7:50 am
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...
September 13, 2013 at 7:41 am
spectra (9/13/2013)
I am stuck because of the following reasons
Could you please tell...
September 13, 2013 at 5:23 am
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...
September 13, 2013 at 12:26 am
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...
September 11, 2013 at 4:21 am
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...
September 10, 2013 at 1:55 am
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...
September 10, 2013 at 1:36 am
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...
September 6, 2013 at 6:13 am
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...
September 6, 2013 at 5:46 am
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...
September 6, 2013 at 5:43 am
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...
September 6, 2013 at 5:20 am
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...
September 6, 2013 at 3:52 am
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...
September 6, 2013 at 3:45 am
Viewing 15 posts - 646 through 660 (of 1,409 total)