Forum Replies Created

Viewing 15 posts - 241 through 255 (of 256 total)

  • RE: ADO Timeout Expired

    Ok, I think I read it wrong, I thought the statement was only Adding one Row to a Table...sorry about that.

  • RE: Crystal Reports......

    Yes, this is correct. If you are familiar with ADO.NET, then this makes sense.

    A Command (or DataCommand) is any kind of SQL Statement in ADO.NET whether it's a Select,...

  • RE: xp_servicecontrol

    On the same Note, I need to use the "SCM" command line tool to determine if the Service Manager is started during an Installation program. For some reason, the...

  • RE: ADO Timeout Expired

    Hmm, I've never seen an Insert statement like that...would someone enlighten me as to why you would need a Group By / Order By in an Insert Statement? I'm...

  • RE: Crystal Reports......

    My God man, why would you ever let Crystal touch your DB!?? Kidding!

    I never let Crystal touch the Database and the number one reason for this is for some...

  • RE: Connection to SQL from VB.Net Standard Edition

    Hmm, odd. I'm using VS.NET 2003. I imagine you are trying to use the IDE to make your connections?

    Try doing straight code instead:

    Dim sqlCon As New sqlClient.SQLConnection("Data Source=(local);Initial...

  • RE: This is a toughy!

    Probably not, I just wondered if it could be done. Most of the time, if possible, I like to create Generic routines...if it can't be done, so be it...

  • RE: This is a toughy!

    Sweet! Thanks, this worked! One more question...is it possible to make a Generic function for any Table that I might want to do this to?

    Example:

    CREATE FUNCTION GetDataList

    ...

  • RE: Reducing allocated space

    Ok, here is a Stored Procedure I wrote based on the things in this Post. If someone would analyze this to see if I missed anything I'd appreciate it....

  • RE: Bulk Insert / Export using XML

    Hmm, that sounds good. The application I have developed should be able to be used "Stand-Alone" as well.

    If I setup a DB that is Replicated, but then Script it...

  • RE: Bulk Insert / Export using XML

    Ok, I think I understand. I must have read the Licensing wrong. It seemed like each MSDE machine needed a License if Replication was used. However, how...

  • RE: Bulk Insert / Export using XML

    Thanks for the Reply tcartwright, I'll look into that more when I have a chance!

  • RE: Bulk Insert / Export using XML

    All I really want to be able to do is Import an XML file into a (blank) Table as fast as possible. I would never want to Bulk Insert...

  • RE: Bulk inserting into table(s)

    My first impression is...you can't do this without some manual programming effort. I develop very large scale Synchronization programs that transfer data from one SQL Server to another. ...

  • RE: MDAC 2.6 SP2 problems

    Wait, I just thought of somethng! If you've recently installed SQL Server SP3, by default it sets up the Server Logins for Windows Authentication ONLY! What you need...

Viewing 15 posts - 241 through 255 (of 256 total)