Forum Replies Created

Viewing 15 posts - 646 through 660 (of 695 total)

  • RE: Import data to Sql 2005 from a remote PC

    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...

  • RE: Need Help with Lengthy Join

    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...

  • RE: Upload data in text files

    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....

  • RE: Inserting Data into Multiple Tables

    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...

  • RE: Stored Procedure and Excel

    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...

  • RE: How to import data from excel file into mysql

    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...

  • RE: Reading CSV file a line at a time using uftReadfileAsTable

    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...

  • RE: Remove a Blank Space

    Thanks

    I thought about the replace function right after I posted. It has been a long week.

    Thanks

    Andrew

  • RE: Connecting to another SQL Server

    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...

  • RE: Connecting to another SQL Server

    It is set to allow remote connections from other servers.

    But it will not accept any.

    Thanks

    Andrew

  • RE: Managing passwords for application accounts

    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...

  • RE: Using EVENTDATA()

    Well, here is the problem, there is not a SQL Command in the Create Login, only on the Drop Login

    Create Login

    ...

  • RE: Using EVENTDATA()

    Good Idea

    I will try that, at least I may be able to see what is in the XML string

    Thanks

    Andrew SQLDBA

  • RE: Notification

    Thanks

    I have been looking thru the BOL under Notifications. Still reading

    I will look at what you suggested.

    Thanks

    Andrew SQLDBA

  • RE: Notification

    I know there should be something, but what? Do you happen to know of the Number?

    Thanks

    Andrew SQLDBA

Viewing 15 posts - 646 through 660 (of 695 total)