Forum Replies Created

Viewing 15 posts - 5,611 through 5,625 (of 7,429 total)

  • RE: Front-end for Sql server - What's best?

    I didn't say it didn't offer anything but consider the fact you can create full C++ classes and utilize them in VB.net so that cross bread is more natural as...

  • RE: Aggregating Varchar fields

    Same as previous except extended a bit, was doing when other came thru so didn't see.

    This is a concept piece so I really haven't tested, but should be sound.

    DECLARE @ctrlLoop...

  • RE: Temporary Tables

    SET NOCOUNT ON turns off the record affected messages which can cause issues with your recordset if you have an insert and a select. Also elminating these messages reduces overhead...

  • RE: Data Versioning

    Here is what I believe will work. Depending on how your client works create a versions database that the client can connect to, check for the version it wants, returning...

  • RE: Connection Read (recv())

    I don't have profiler here in front of me. But I would audit logic and logouts (connect, existing connection, disconnect with 7), error messages, and sql stmt begining and completed....

  • RE: Trigger: Prevent update without rollback

    Technically your app should be designed to rmemeber the last input and force them to enter a reason there. The only reason you would put this kind of business logic...

  • RE: Problems changing sa password

    You may be able to just open and resave the package then delete the prior versions and see if this helps.

    "Don't roll your eyes at me. I will tape them...

  • RE: Mysterious indexes

    Do not delete directly, try to determine which stats they are from and delete that stat set. They do use space but it should be very minor.

    "Don't roll your eyes...

  • RE: single user mode

    Not sure. This is the steps I follow.

    Shutdown SQL

    Open Command Prompt

    Type path and sqlservr.exe -c -m (Copied from service command line)

    Wait recovery complete message

    Open EM and drill to server

    I have...

  • RE: Questions on Access Front-End

    Please do not crosspost, duplicate message see http://www.sqlservercentral.com/forum/topic.asp?TOPIC_ID=4593&FORUM_ID=8&CAT_ID=1&Topic_Title=Easy+way+to+View+Totals%3F&Forum_Title=T%2DSQL for responses.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: OutPut Parameter

    Glad to hear you found a solution.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: Questions on Access Front-End

    There are a few syntax differences and sometimes requires you to rethink what was going on to come up with the right solution. As for

    June 3, 2002 at 5:52 pm

    #430260

  • RE: Front-end for Sql server - What's best?

    quote:


    but there are other variables - commercial, employee related (what they want to do), career related, the perception that VB.NET is not...

  • RE: You have been chosen as dead victim …

    Also it is a good idea to build your application so it logs the actions it was doing right before the deadlock ocurred and if you don't have too many...

  • RE: OutPut Parameter

    Try response.write cmd.parameters(1) (may be 0 but try 1 first).

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 15 posts - 5,611 through 5,625 (of 7,429 total)