Viewing 11 posts - 61 through 71 (of 71 total)
Thanks Narayanan,
Am having another condition like id1 column in the same table which doesnt have identity column.. but i need to insert values for ex.
source db
id name
-----------
1 ...
July 17, 2008 at 4:07 am
Please check my blog article,
http://venkattechnicalblog.blogspot.com/2008/05/migrating-data-from-multiple-source-to.html
Tegards,
Venkatesan Prabu .J
July 3, 2008 at 6:53 pm
I am new to ssis and wish to know the steps to proceed this.
I need to transfer the files from source FTP to destination FTP without any transformation thats it....
May 29, 2008 at 1:30 am
You have asked for code snippet right below is the code sir
USE
[master]
GO
CREATE
LOGIN [vp] FROM WINDOWS WITH DEFAULT_DATABASE=[master]
GO
EXEC
master..
September 14, 2007 at 12:18 am
Its advisable to install your sql server in the default drive itself. For the data files your master and other databases, Its based on the processor which you are...
September 14, 2007 at 12:12 am
Really a cool problem, ok lets first analyse the problem first.
SQL Server usually takes more time for executing a query for the first time and it will take very less...
September 14, 2007 at 12:06 am
Hi Friends,
EXEC sp_configure 'show advanced options', 1
GO
RECONFIGURE
GO
EXEC
sp_configure
September 5, 2007 at 1:33 am
Hi Jennifer Slack,
Please check the below link to find solution for your problem,
http://support.microsoft.com/default.aspx?scid=kb;EN-US;280106
1. While adding your linked server you have...
September 5, 2007 at 1:11 am
Microsoft is providing a flexy option of,
1. Having instance with same name for 2000 and 2005
2. One instance of sql server 2005 which can be accessed by 2000 query analyzer
3. One...
September 5, 2007 at 1:04 am
Hi Sangeetha,
Please give us a clear picture about your problem. so that, we can provide an apt solution for your problem. Am assuming...
September 4, 2007 at 12:55 am
Hi,
My first message in this site.....
Its not advisable to connect to two different server to do the operation. If you had access to two different server. whether you are...
August 8, 2007 at 2:19 am
Viewing 11 posts - 61 through 71 (of 71 total)