Forum Replies Created

Viewing 15 posts - 5,356 through 5,370 (of 6,216 total)

  • RE: UpdateBatch Method doesn't like query used to popu

    I think you've stretched the limits of what you can do with ADO. Can't blame it for not knowing what table to update in that situation! In some cases a...

  • RE: Table w/ large number of columns

    I agree, is not the fastest.

    SMC,

    Dont know why I didnt ask earlier, if your hardware has 12 counters, why not change the table to have 12 columns? It's at...

  • RE: Table w/ large number of columns

    DMO tends to be more verbose than TSQL, but I thought I'd see how it turned out anyway. Took me just over 10 mins to throw this together.

    Dim oServer As...

  • RE: Table w/ large number of columns

    Nope, doesnt matter, other than Im curious as to how it was done, more about the table creation than the data.

    Andy

  • RE: SQL Server 2000 code page

    I found this key:

    HKLM\Microsoft\MSSQLServer\MSSQLServer\DefaultCollationName

    On my system is set to "SQL_Latin1_General_CP1_CI_AS". I tried changing it and creating a new db, got the same original collation. Stopped and started the service, same...

  • RE: Table w/ large number of columns

    Not really. If you're overall system is memory constrained, then adding more memory might help, but I would not try that as the first fix. What speed is your network...

  • RE: Table w/ large number of columns

    Sure, but did he copy/paste the line 399 times? Use a cursor, cross join, dmo, ?

    Andy

  • RE: mfc and dml commands

    I think we're mostly VB guys. You might try posting in one of the MS VC++ groups to see if they can help. Only idea I can offer is that...

  • RE: Trouble with upgrade SQLServer 7.0 to 2000

    Thanks for the follow up Willem - please visit anytime you have questions, we'll try to help!

    Andy

  • RE: Missing stored procedure 'sp_MSupd_TblProducts'

    Did you not elect to send over an initial snapshot? There is a place in the wizard that asks if the data and stuff is already there. The proc you...

  • RE: NEED HELP TO LOAD DATA...

    You're welcome! Please visit anytime you have a question.

    Andy

  • RE: DBO vs. as owner

    You'll have to "alias" him as dbo, not just give him dbo level access. You're right about exec, but it's really doing 'exec hislogin.objectname'. To do this, you need to...

  • RE: Deleting columns

    Almost. We need the script for it. Right click the table and find the option to generate a script. Save that to disk, open it, copy and paste the test...

  • RE: Table w/ large number of columns

    I havent tested, but I can see where it might be slower, especially compared to smaller tables. 400 cols x 4 bytes per col for ints, 1600 bytes (more or...

  • RE: Connecting with SQLOLEDB

    Not familiar with CF - but maybe a couple ideas. One would be to write a quick vb app just to test the connection and execution - rule out any...

Viewing 15 posts - 5,356 through 5,370 (of 6,216 total)