Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)

  • RE: Permissions in sql server 2000 (URGENT)

    Hi!

    Are the developers in a nt-group or individual logins (sql or nt)?

    To be able to create or alter userdefined functions, users need to be, at least, db_ddladmin.

     

  • RE: Question of the Day for 26 Jul 2004

    Strange question to have here since this is about how Crystal Report work and not about SQL. If not working with CR you just...

  • RE: RecordCount problem with static recordset

    Hi!

    There is a problem to use .RecordCount if the recordset does not contain all columns of a table, and don't ask me why it is like that

  • RE: Intermitant failures

    If there is something that hold the file and you try to backup your database "WITH INIT", it will give you the same error as you get now "Device offline...".

    So...

  • RE: Intermitant failures

    The message "Device off-line or device off-line" indicates that something might hold the file that you are trying to write to. Proberly the file is still beeing removed when the...

  • RE: Using OSQL to call a Job which backups a Database

    I would geuess that the job is owned by 'sa', and the user that would like to kickstart the job is not.

    They way to get around this is:

    1. Change the owner...
  • RE: SP call a Job?

    When you run in QA you run below your own login wich is problably a member of "system administrator", because thats when you are able to run/execute jobs owned by...

  • RE: need a group by that concatenates data

    Hi Linehand!

    Wow, at the first glance of your question it looked quite simple to come up with a sulotion for you. But after creating your sampletables and reading the question...

  • RE: Stored Procedure for paged data like MySQL LIMIT

    Hi Dion!

    You can store the result from a dynamic sql in a temporary table and return it to the user with a simple select on the temporary table. But you...

  • RE: Joining a text file with a table in a query

    Hi Clerner!

    Here is some more explanation on how to access flat files (i.e. txt) as tables in SQL Server.

    First you need to add the directory where you keep your textfiles:

  • RE: JOIN problems & confusions

    Hi WebPhil!

    From what I've understood you want the menuitem that only have one underlying menyitem where the user have access to the menuitem but not the underlying menuitem, to show...

  • RE: Standards Are a Good Thing

    In my oppinion standars are very importent. I (among a couple of collegues) manage 500+ sql-servers. The servers that requier the most time from us are the ones that does...

Viewing 12 posts - 31 through 42 (of 42 total)