Forum Replies Created

Viewing 15 posts - 6,226 through 6,240 (of 6,353 total)

  • RE: How to automate database scripting

    Indexes and FK's can be done by doing schema.tablename after tables

    Might have to write some sort of loop when using GCI/DIR to get the list of tables to drill in...

  • RE: How to automate database scripting

    Sorry I should of mentioned about the Add-PSSnapin parts, the server where the PS1 file was running from was a none SQL machine so it didnt have the SQLPS.dll's registered...

  • RE: How to automate database scripting

    Assemblies and Users are under at the same level as tables and storedprocedures

    Indexes and FK's I have yet to find myself as once your in tables you cant go any...

  • RE: How to automate database scripting

    i use powershell to script the object definitions out to a .sql file on a nightly basis so that developers dont need any permissions on the live db.

    couple of ways...

  • RE: SSIS Packages fails with the following error

    Yeah I can connect to the SSIS via SSMS and the SSIS package is there, the SSIS package was created by the maintenance plan wizard, it only rebuilds a few...

  • RE: Database Mirroring State

    Good question Chris

    Ant

  • RE: T-SQL to MDX

    that was the problem, i didnt have a measure.

    i have created a new named query which generated the percentage value and mapped it to a measure and dimension to process...

  • RE: What Helpdesk software you are using and is it good?

    at the moment we are using system center service manager and I have to say it is one of the worst call logging systems I have ever worked with.

    before this...

  • RE: Database mail

    if your using something like McAfee AV then there is a block mass mail worm option which needs to be disabled before you can send mail.

    if you have an ePO...

  • RE: Okay to arbitrarily kill negative SPID's?

    one thing i would say is that sometimes a -2 spid wont die.

    we had a similar situation with biztalk where it issued a dtc connection, became -2 and killing the...

  • RE: Reading SQL Logs

    i take it you have a full dev / uat / train or systest / production environment and that things need to go from dev to uat to systest to...

  • RE: in which table are the subscription email addresses stored

    think i may have just answered my own question

    extensionsettings in subscriptions table, dont know how i managed to skip over that.

  • RE: Installing SQL Server 2005

    I would have to agree with Murray on this, it would have been nice to know which level of the product it relates to.

    All the media I have been working...

  • RE: db size

    not available in Sql 2005 but its a sql 2008 feature. and only can be used in same domain

    sorry my mistake, I went into the forums via the daily...

  • RE: db size

    have a look at a central management server,

    under registered servers --> database engine --> central management servers

    add in your central server, then register any child servers under the central server

    then...

Viewing 15 posts - 6,226 through 6,240 (of 6,353 total)