Viewing 15 posts - 1 through 15 (of 65 total)
Yes. The DBA team did a Manual Failover to the prior state. Is there any site or articles on what exactly is Always on and how we can do a...
October 2, 2013 at 6:20 am
I got the issue resolved by deleting the User from the Database and mapping the login to the DB after that..
July 9, 2013 at 4:50 am
Well. The destination would be having data from multiple sources.. so i cant go with the PK from source...I found a way to achieve this in script task. But wanted...
January 3, 2013 at 7:54 am
You are absolutely correct Andy and we have already informed the same to our client. But for some reason they have gone by this design.
January 3, 2013 at 7:40 am
Hey Koen,
Thanks for your response. I found that there are 2 tasks which you can use for this purpose. OnError and onTaskFailed. All I am going to do here is...
December 20, 2012 at 4:40 am
Thanks Steve for your response. The Migration would not be a one time process. It is going to be a daily job and I guess MERGE should be able to...
December 10, 2012 at 10:46 pm
Thanks both of you for your responses. I haven't worked much with Data Migration. So I am not really sure about the performance aspects of MERGE for this purpose. Moreover,...
December 10, 2012 at 9:38 pm
Thanx Koen.. That cleared my doubts...
September 20, 2012 at 6:00 am
It is not advisable to use Varchar datatype to store Date & Time values. Kindly declare the variables as DateTime and test it...
September 6, 2012 at 12:38 am
First thing to check: from the SQL Server, can you connect to the SQLExpress instance (with SSMS or SQLCMD)?
If not, there's no need to involve the linked server in your...
September 5, 2012 at 5:40 am
SQL Surfer '66 (9/5/2012)
Is the linked server using the default port 1433? Otherwise you need to specify the port: @server = N'PC068751\SQLEXPRESS,<port>'
Do i need to specify the port...
September 5, 2012 at 2:09 am
You have to use a LEFT JOIN here with the branch column. However, a join is usually made on a Primary KEY which would be an integer column which is...
August 14, 2012 at 2:41 am
This blog might help..
http://blog.sqlauthority.com/2009/05/03/sql-server-add-or-remove-identity-property-on-column/
July 15, 2012 at 11:55 pm
[font="Tahoma"]Could there be some other triggers on this table[/font]
July 10, 2012 at 10:51 pm
Viewing 15 posts - 1 through 15 (of 65 total)