Forum Replies Created

Viewing 15 posts - 5,116 through 5,130 (of 6,216 total)

  • RE: dllhost.exe...... the work of the devil?

    So you have a problem with premature congratulations?

    Glad we could help!

    Andy

  • RE: Stored Procedure organization

    I avoid the dynamic sql approach as much as possible. We run an app that partitions client data into separate db's - each which requires 'basically' the same procs, views,...

  • RE: dllhost.exe...... the work of the devil?

    You shouldnt have to change any memory settings. The COM+ thing doesnt need to (and you probably dont want) run on the SQL box itself. Doesnt mean you wont still...

  • RE: SQL BACKUP-SIZE

    I was thinking of one that would not just get free space, but would look at the size of the most recent backup on disk and show the compression ration...

  • RE: SQL-VB Interface

    Both are valid, just depends on where is the best place. If you ALWAYS want the value to just be the time portion, I'd say do in a procedure. If...

  • RE: dllhost.exe...... the work of the devil?

    COM+ in theory isnt that big a deal, its just a standard COM component (which is really just some VB or whatever code in a class or classes, nothing bug)....

  • RE: SQL BACKUP-SIZE

    Would depend on the amount of free space in the db, it doesnt get backed up. I think there is definitely a relationship, though I dont expect it will exact.

    Anyone...

  • RE: SQL Server Administration

    If you're not in a coma when you're done! Backup and restore is a critical task. After that I'd say access & security, so work through logins, users, roles, grant,...

  • RE: Pb of installation! help

    Is port 1433 open/set?

    Andy

  • RE: DNS problems

    DSN's are nothing complicated - just a way to edit a connection string really. I'd suggest looking at server performance when you get the time outs, also network traffic. Have...

  • RE: How to Restore DB when users logged?

    I dont see (though that doesnt mean there isn't) a way to determine the connected users via DMO directly. You can however submit a query using the server or db...

  • RE: To update a table using Trigger

    No magic too it. First figure out how to do it plain SQL from Query Analyzer. Basically something like this:

    update b set b.col1=a.col1, bcol2, a.col2 from table1 b inner join...

  • RE: Analyzing Requirements and Defining Solution Architectures MCSD Training Kit

    Agree that the book wasnt a lot of help. I thought it was the worst of the exams I've taken, not because I didnt know the material but because it...

  • RE: MSDB and History of DB Sizes

    Throw it in the script library Bill!

    Andy

  • RE: How to Restore DB when users logged?

    Thanks for posting! Have to my homework on this one, will get you an answer later today...unless one of our readers beats me to it:-)

    Andy

Viewing 15 posts - 5,116 through 5,130 (of 6,216 total)