Viewing 15 posts - 646 through 660 (of 695 total)
You should also use an SSIS package for things like this. Especially when accessing another box. You can easily include some things in the package to check if this particular...
December 10, 2009 at 5:53 am
Forget about the INSERT statement until you get the SELECT working correctly. You really should place this code into a stored procedure. That way most anything can call the sproc...
December 7, 2009 at 5:33 pm
Yes, SSIS is the best way for this. You can schedule the package to fire off when needed, or fire it off manually at anytime.
You can perform every step needed....
December 7, 2009 at 3:45 pm
This can easily be accomplished using a SSIS package. It will take many small steps. You can always drop the foreign key constraints, pump the data in, and add the...
December 4, 2009 at 6:01 am
To keep things really simple, I would create a simple SSIS package. That way I could schedule it to fire when needed, or even have it fire manually from within...
December 3, 2009 at 9:19 am
I found an "ODBC Connector for Windows". I have used that to pump data out of, and in to MySQL. If you want to pump data into SQL Server, I...
November 27, 2009 at 6:19 am
I think it would be so very much easier to create a DTS / SSIS Package. There is so very much more that you can do with the Comma delimited...
November 23, 2009 at 1:11 pm
Thanks
I thought about the replace function right after I posted. It has been a long week.
Thanks
Andrew
October 30, 2009 at 6:30 am
What is odd, I also have SQL 2005 running on both boxes as well as SQL 2000, and I can connect to any of the SQL 2005 database just as...
September 10, 2008 at 7:39 am
It is set to allow remote connections from other servers.
But it will not accept any.
Thanks
Andrew
September 9, 2008 at 9:49 pm
Handle what?
That is not that odd. Sometime you have to have connection string accounts like that.
It is much better to use Active Directory account, but I like using SQL accounts...
September 9, 2008 at 9:10 pm
Well, here is the problem, there is not a SQL Command in the Create Login, only on the Drop Login
Create Login
...
August 5, 2008 at 9:28 am
Good Idea
I will try that, at least I may be able to see what is in the XML string
Thanks
Andrew SQLDBA
August 4, 2008 at 4:52 pm
Thanks
I have been looking thru the BOL under Notifications. Still reading
I will look at what you suggested.
Thanks
Andrew SQLDBA
August 4, 2008 at 12:21 pm
I know there should be something, but what? Do you happen to know of the Number?
Thanks
Andrew SQLDBA
August 4, 2008 at 10:49 am
Viewing 15 posts - 646 through 660 (of 695 total)