Viewing 15 posts - 136 through 150 (of 159 total)
Replication is exactly what you are looking for. Make sure you have PK's on your tables.
-tjm
October 12, 2009 at 7:00 pm
Good. Did you try my code?
declare @STR varchar(500)
set @STR='bcp kroll..cdg9525_bri01208Training_Export in d:\_krollBat\AllData.txt -n -T -S meathead-pc\sqlexpress-e d:\_krollBat\err.txt'
print @STR
exec master..xp_cmdshell
October 12, 2009 at 6:59 pm
Jack,
Do you know where I can find any SQL server (Stored Procedure, functions, query, etc) labs I can work on to better my development? Any recommendations or advice to...
October 12, 2009 at 2:44 pm
Jack,
That is exactly what I needed! You are the man!
October 12, 2009 at 8:56 am
Let me review. I'll get back to you in the morning.
Thank you!
-tjm
October 11, 2009 at 7:08 pm
Try a native BCP with an error output log. If it fails it will write to the log and you will get an understanding why...
declare @STR varchar(500)...
October 11, 2009 at 4:37 pm
http://msdn.microsoft.com/en-us/library/cc879336.aspx
You cannot use upgrade to perform the following actions:
Reconfigure an existing installation of Integration Services.
Move from a 32-bit to a 64-bit version of SQL Server or from a...
October 5, 2009 at 3:14 pm
We do use Excel from source and destination. We also do script SQL tasks. It is possible going from SQL 2005 32 bit to sql 2008 64 bit?
October 5, 2009 at 2:07 pm
Jeff,
Just wanted to thank you again. That procedure has really come in handy in multiple scenarios.
-tjm
August 7, 2009 at 12:38 pm
Thanks! Having one of those days....
July 31, 2009 at 11:41 am
Having a brain fart this morning. Where do I supply this parameter?
Msg 201, Level 16, State 4, Procedure GetDirDetails, Line 0
Procedure or function 'GetDirDetails' expects parameter '@piFullPath', which was...
July 31, 2009 at 10:09 am
Nope. Worked Great! Thanks for all your help!
Implemented and is already on production server. 😀
-tjm
July 22, 2009 at 9:00 am
Thank you. This looks interesting and I will implement into our development environment today and play around with it. When I copy your code, it pastes into...
July 22, 2009 at 4:06 am
What port is the server running on?
You can test the port via telnet
cmd:
telnet ip address port
eg telnet 192.168.1.123 1433
If you can make the connection, not a firewall...
July 9, 2009 at 12:48 pm
Viewing 15 posts - 136 through 150 (of 159 total)