Forum Replies Created

Viewing 15 posts - 5,281 through 5,295 (of 5,356 total)

  • RE: Other databases

    Hi David,

    Apparently MySQL4 will have these features built in anyway and will include stored procedures.

    Sorry, not until Version 5. Also triggers.

    Cheers,

    Frank

  • RE: C++ Forum

    thanks antares686,

    kinda stupid today. I forgot that I'm already registered with codeguru. See you on that lists

    Cheers,

    Frank

  • RE: new to SQL Server and need help with a problem

    Hi,

    can you provide more information on what you are doing? What are you trying to add. How many records are in the table? ...

    Cheers,

    Frank

  • RE: Enterprise Manager Security

    Hi,

    I don't know if it is possible to restrict the registration of SQL Servers in EM. But there is another thing you should keep in mind. Many developers are at...

  • RE: Creative Backup Strategies

    Hi drjones23,

    what I can't understand is you say that this data is your corporate financial data. This is a) quite sensitive data and b) mission critical data. In this case...

  • RE: Other databases

    Hi,

    here in the office we strictly use MS products. That's management decision and it's ok for me. I like Access as a frontend to SQL Server, because you can do...

  • RE: appending characters to a field in a table

    Hi,

    I use triggers to monitor data changes in some tables.

    What actually happens in an update is a delete and an insert operation. SQL Server maintains therefore two special tables...

  • RE: Other databases

    If you're looking for open source you might take a look at http://www.sapdb.org. To my knowledge it powers all? SAP solutions.

    Cheers,

    Frank

  • RE: inserting a value

    Hi, matt1,

    could it be you've started two topic on this in different categories?

    Cheers,

    Frank

  • RE: inserting a value

    Hi,

    if you just want to place a 4 as first digit , you can use charindex to determine at which place the '.' is and then put a new string...

  • RE: Executing master stored procedure

    Oops,

    should have been reading more carefully. Now I got it, but don't have an answer.

    Cheers,

    Frank

  • RE: How to insert an image

    Hi,

    all you need is an image data field in your table and, case you're doing this with a vb derivat some experience with the ADO Stram Object. something like this

    Dim...

  • RE: grant dba role

    Hi,

    well in EM goto Security -> Logins.

    Select your user -> right-click -> properties.

    Select 'Database Access' Tab.

    Check 'Permit' and 'db_owner' for each DB.

    It's a stupid activity

  • RE: Executing master stored procedure

    Hi,

    have you tried the fully qualified syntax 'master.dbo.sysfiles' ?

    Cheers,

    Frank

  • RE: Use Backup to Copy a DB

    in addition to my previous post. On the General tab you can simply overwrite the value in the 'Restore as database' combo. You shouldn't forget this as well 🙂

    Cheers,

    Frank

Viewing 15 posts - 5,281 through 5,295 (of 5,356 total)