Forum Replies Created

Viewing 15 posts - 16 through 30 (of 90 total)

  • RE: Distribution server replication

    Yes, you can script these. Manually scripting 100 or so would be pretty monotonous. Why don't you write a little VB using the SQL Server API to script them all?...

  • RE: Problem with maintenance plan with replication jobs

    I assume you mean running the jobs as yourself, manually when you say they work when running seperately.

    Is it possible that the job owner doesn't have sufficient privileges to run...

  • RE: DBA with local admin / remote desktop access to servers

    I've been through this before with one company I worked at. In the end, the DBA and Server teams settled on an account with these privileges that we could "check...

  • RE: BUILTIN\Administrator to user mapping w/ Linked Servers

    Have you tried: "Be made using the login's current context" and then have a user who has sufficient permissions on both servers (Probably you) tried to browse the linked server...

  • RE: Varchar takes space?

    Yes, it does. I looked in SQL 2k5 and 2000 BOL and couldn't find the amount, for some reason I thought it might be 4 bytes but I can't remember...

  • RE: BUILTIN\Administrator to user mapping w/ Linked Servers

    I'm going to need more details. Just to confirm, are you using SQL Server 2005?

    What do you have listed in your security tab? Did you set anything up?

    What server type...

  • RE: BUILTIN\Administrator to user mapping w/ Linked Servers

    Hi there,

    If I read your post right, it looks like you are trying to set up a linked server using Builtin\Administrators as an account. (Correct me if I'm wrong)

    Builtin\Administrators is...

  • RE: Use osql utility to execute sql statements

    Is there any reason you aren't running them in Query Analyzer or SSMS? (You didn't indicate a version) Are you trying to automate the process or is this a one...

  • RE: Data migration

    Agreed what I'm suggesting is only as a last resort. I've seen companies send people on planes with backup tapes to do this before...

  • RE: Data migration

    Steve,

    Agreed, its a pretty tall task and what you suggest is by far preferred over what I'm suggesting.

    If yulichka compresses it with a backup compression tool such (Redgate, Quest, Idera,...

  • RE: Need to change the owner of database package

    Ok, thats what I suspected. The owner of the DTS package isn't important in this case, its the job owner that is.

    From Enterprise Manager open Management | SQL Server Agent...

  • RE: Need to change the owner of database package

    Thats better. 🙂

    Out of curiosity, why do you want to change the owner of the package? As far as I know this doesn't actually mean anything.

    Chris.

  • RE: Need to change the owner of database package

    Hi,

    Can you provide specifics? I'm not sure what you mean by "database package."

    Are you trying to change the owner of a Database, a DTS or SSIS package or a...

  • RE: Data migration

    Here's how I remove the free space from a database. This is a logged operation so I switch to simple mode before I run it.

    dbcc shrinkfile([data file name], [Desired size])

    You...

  • RE: Data migration

    Do you mean, can they shrink the database with users in it?

Viewing 15 posts - 16 through 30 (of 90 total)