Forum Replies Created

Viewing 15 posts - 31 through 45 (of 73 total)

  • RE: A way to prevent users from using QA or EM?

    Hi frank,

    How about using the application role to give your application permissions and lock down users own security privilages in your...

  • RE: INSTEAD-OF Trigger on IDENTITY Column

    Hi,

    The view was created like this:

    CREATE VIEW dbo.VIEWTesting

    WITH VIEW_METADATA

    AS

    SELECT *

    FROM dbo.TBL_Testing

    Thanks

    Chris

  • RE: Select INTO using Query

    Thanks Guys,

    Adding the alias solved the problem.

    Cheers

    Chris

  • RE: How to promote a website?

    Hi Frank,

    Links,links,links! get as many as you can all over the web. If it's a technical site like, say,.. SQL server,...

  • RE: Trigger on a View in SQL 2000

    Hi Guys,

    This site is always my first port of call 🙂 It could do with a section just for Access frontend apps...

  • RE: Trigger on a View in SQL 2000

    Hi Mark,

    Thanks for your help. I prefer your way of writting triggers without the set commands, I will write all my triggers...

  • RE: Trigger on a View in SQL 2000

    Hi Mark,

    Thanks for replying. As far as I know the view should meet the requirements, but I will have a good hard...

  • RE: NT Authentication

    Hi Frank,

    Unrelated issues with the front-end mean that it will be quite a while before I have an end-to-end solution, but...

  • RE: NT Authentication

    Hi Frank

    Thanks for that. Just trying to sound out how other people are doing this. It looks like we have a similar need. I have been able to get...

  • RE: Worst Practice - Bad Comments

    On commenting in general(not just TSQL);

    I think well written, self descriptive code is the most important thing. Every effort should be made to get this right, indents, readable variable names...

  • RE: Importing DBF (FoxPro) Files

    I have found the foxpro drivers to be a real pain especialy with date fields.

    Question: Is the code you posted the code you originally typed in or has it been...

  • RE: SQL DTS and Access Date/Time datatype

    Can't remember if I have seen this with Access, but I have seen it with Foxpro datatype and the way round it was to change the destination column type in...

  • RE: Formal Design Methodologies

    Methodologies deal with both the diagramming conventions and the process by which you create your app. It's like a cookbook to what and how to go about writting software. ...

  • RE: SQL Server Agent Stopped

    The SQL Agent is now staying up(or comming back up), but all the jobs fail.

  • RE: SQL Server Agent Stopped

    Thanks, the mail profile looks OK, we are only using the email when the job completes without error. I have now set the SQL agent to start up again automatically...

Viewing 15 posts - 31 through 45 (of 73 total)