Viewing 15 posts - 13,171 through 13,185 (of 13,457 total)
vb6 cannot build any dll that can be used as an extended stored proc; you have to do it in C/C++/Delphi or any .NET language.
VB6 can't do it because for...
December 21, 2005 at 6:14 am
when you did the manual backup on Saturday 4pm, could it be that the backup was set to the default of "append to existing media"?
in that case, the backup file...
December 21, 2005 at 6:10 am
i stick this in master and use the command sp_kill dbname to kick my users out:
what is nice is that when called in a job or script, it is not...
December 20, 2005 at 6:35 am
i would bet it's the SET NOCOUNT ON thing; the adodb recordset can get the 12 records(s) affected as the recordset to return, unless you explicily say set nocount:
ALTER...
December 17, 2005 at 10:16 pm
you should be able to use regualr expressions to strip out either rtf or html;
you can do it within an app or client side in vb or .net, but for...
December 9, 2005 at 8:20 am
if you switch to HTML view in the textbox where you type your comments, you'll see that when typing directly into textarea, the ENTER key ends up creating a <P>...
December 8, 2005 at 11:14 am
i would suggest some of the utilities from Redgate or idera that can present all changes in script format by reading the transaction logs.
it's full featured and would probably cost...
December 5, 2005 at 1:49 pm
can't you still use the standard driver for SQl server to connect to a SQL 2005 database?
December 1, 2005 at 8:11 am
indexes are used by the server to find data faster.
I doubt you might want the server to get the data slower or less efficiently.
in a complex query, you might add...
December 1, 2005 at 6:59 am
dunno if this is it, but i've seen a simialr situation:
Device activation error. The physical file name 'E:\WSUS\SUSDB_log.LDF' may be incorrect.
you would get this error if:
the folder path to create the...
December 1, 2005 at 6:49 am
If you could send me the proc, i could convert it to TSQL no problem.
November 30, 2005 at 6:24 am
just guessing, but the whole SQL is full of inner joins... so that means if one of those tables in all the joins do not have a row to match...
November 29, 2005 at 11:44 am
a widget like that would be handy for me; I often have to find schema differences between a client db and the expected schema.
November 26, 2005 at 11:42 am
with sample data, in QA, it works fine....i agree. it has nothing to do with the quality of your SQL/procs.
but in the real world application, your data is returning no...
November 24, 2005 at 8:25 am
your error is on the vb handling side....
ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed. "
this error occurs if you refer to the recordset in vb...
November 24, 2005 at 7:36 am
Viewing 15 posts - 13,171 through 13,185 (of 13,457 total)