Forum Replies Created

Viewing 15 posts - 136 through 150 (of 194 total)

  • RE: how to put my sql request within an application to disaply result?

    Might get you started...

    http://www.dotnetperls.com/sqlclient

    'Only he who wanders finds new paths'

  • RE: Restore failed for Server. (Microsoft.SqlServer.Smo)

    Absolutely, activity monitor has a drodown db filter box so select the one you are wanting to restore and then you can see what is happening. Obviously dont go...

    'Only he who wanders finds new paths'

  • RE: Best Practice for Database Owner?

    Not a database owner issue but I did run into problems when a SQL job owner had their accoutn disabled which in turn caused lots of problems. If I...

    'Only he who wanders finds new paths'

  • RE: Problem with connecting 2 SQl 2005 Servers

    May I ask, I suppose in a step by step way, what you have done so far to set up replication ?

    'Only he who wanders finds new paths'

  • RE: Problem with connecting 2 SQl 2005 Servers

    SQL Browser service running on server 2?

    'Only he who wanders finds new paths'

  • RE: Editing replication stored procedures

    Microsoft allows auto shrink and auto growth at the same time in SQL, it certainly doesnt mean its a wise decision to actually do it 🙂

    'Only he who wanders finds new paths'

  • RE: Editing replication stored procedures

    The one argument I have against this is that the more customisation that going into these stored procedures surely increases the possibility of failure. In my opinion the high...

    'Only he who wanders finds new paths'

  • RE: Editing replication stored procedures

    Thank you both for the replies.

    Certainly altering the system sprocs are a no no, it did sound fundamentally...well wrong to me! Alternatively, having customised scripts does sound interesting....

    'Only he who wanders finds new paths'

  • RE: Log File

    It was passed to me as an afterthought, I advised to shrink it and that was done last night. Now its simple recovery, wont be going back to full,...

    'Only he who wanders finds new paths'

  • RE: Log File

    Well that was it, aprt from being a needlessly large file...wasnt sure if it would have any negative impact.

    'Only he who wanders finds new paths'

  • RE: create defferent table for login

    I was indeed, even via a web app I have always created the sql logins accordingly but can see how they would be used in this way.

    'Only he who wanders finds new paths'

  • RE: create defferent table for login

    Is it OK practice to store user details in a database table, only asking as I strictly use sql logins or windows auth?

    'Only he who wanders finds new paths'

  • RE: SSIS Package just stops, no errors.

    Certainly experienced the same problem when using an excel source within a foreach.

    What I did find was that this issue only seemed to occur when running in design...

    'Only he who wanders finds new paths'

  • RE: Replication

    Appreciated everyone.

    The structures will be identical and yes, the data will be different. Key conflicts will be avoided by having unique key fields across all the servers. The...

    'Only he who wanders finds new paths'

  • RE: Replication

    I know, appreciate the response - I am after the basic guidelines really of having multiple publishers. Essentially a number of servers will have their own version of a...

    'Only he who wanders finds new paths'

Viewing 15 posts - 136 through 150 (of 194 total)