Viewing 11 posts - 1 through 12 (of 12 total)
Cool, I think I understand the logic now. Thanks again for your assistance, keep up the good spirit of extendin your hands.
October 24, 2011 at 3:24 am
Thanks all for the prompt responses. I tried Gails solution but the stored proc does not like "Use" statement. I then used exec('Use database') which also failed with the same...
October 24, 2011 at 1:13 am
The problem still stands, musch as there's no error on ssms, there is a runtime error: Cannot disable trigger on database.dbo.tableName as the target is not in the current database.
Please...
October 21, 2011 at 8:56 am
Sorted, thanks.
Database name can be prefixed on the table name.
October 21, 2011 at 7:48 am
Thanks everyone. The problem is sorted. I had two databases and was trying to move data across. I was setting Identity_isert on for the current database instead of the destination...
October 21, 2011 at 1:54 am
Thanks for prompt response. The issue here is, the identity_insert is ignored thus the error. Even if I run it on ssms.
October 20, 2011 at 10:22 am
Thanks again for prompt responses.
To Brandie: I think the remote connection timeout is used by the SSMS when connecting to other servers not the application. Please verify.
I had all the...
April 12, 2011 at 6:41 pm
Thanks,
It's 600, big enough for my query.
April 12, 2011 at 8:01 am
I have tried to optimize the underlying tables of my view as my stored proc is reading from the vie. One part of the sproc that retrieves few columns does...
April 12, 2011 at 7:43 am
Thanks again
I uninstalled SQL Server and reinstalled it but this time I started with Client components then server. Immidiately after installing client components, the management studio was sitting there waiting...
September 2, 2010 at 4:18 am
Thanks for a prompt response. The first installation failed. I tried again and it succeeded. I even went to advanced options to make sure that the client tools are include....
September 1, 2010 at 3:33 am
Viewing 11 posts - 1 through 12 (of 12 total)