Forum Replies Created

Viewing 15 posts - 5,176 through 5,190 (of 7,164 total)

  • RE: Back in the saddle

    Welcome to the site Christi! Please post back to this thread once your blog is up and running. Lots of people add their blogs to their signatures around here too...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP error after upgrading and migrating

    chumphrey 12211 (8/24/2011)


    Thanks for the reply. I guess I was wondering if there was a way to "alias" the named instance to avoid making programming changes to the migrated...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Databases per instance

    With ample hardware you should be fine mirroring 9 DBs. The upper bound has to do with how many worker threads required by each mirroring session (i.e. sessions are per...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Alter Database Singe User

    Anam Verma (8/22/2011)


    Hi

    If i use the following command,

    ALTER DATABASE [dbName]

    SET SINGLE_USER

    WITH ROLLBACK IMMEDIATE;

    GO

    will it kill all the processes on the database and rollback transactions if required?

    Yes. I would...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: BCP error after upgrading and migrating

    chumphrey 12211 (8/22/2011)


    I am upgrading and migrating from SQL Server 2000 to 2008 on a new server. I created a new named instance on the new server. I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: DBBC CHECKDB is blocking log backups

    gmamata7 (8/21/2011)


    Thank you,

    I went through the link http://www.sqlskills.com/blogs/paul/category/CHECKDB-From-Every-Angle.aspx

    and it says DBCC CHECKDB won't cause blocking.

    But, In my case blocking happening only when DBCC CHECKDB runs.

    So how can we rule out...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Security Document

    I have always written scripts to pull reports from the databases directly to show what was in place. You can find lots of examples online (this site has a bunch...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bulk Insert using SQLCLR

    arpitsinghal.tcs (8/24/2011)


    Hi All,

    I want to import data from flat file into SQL Server table using SQL CLR ..

    Also, we need to do some manipulation /formating of the datetime column

    Size of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can Policy-based Management be used to distribute Maintenance Plans?

    julia.streatfield (8/24/2011)


    My boss wanted to know if we could use Policy Management to literally create maintenance plans and then distribute them around the organisation. I think he has now...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Is it possible to EXEC (@sSQL) AS user AT LinkedServer w/o creating user?

    sleipner (8/22/2011)


    I have an Access application that connects via recordsets and SQL Server authentication using an internal account & login, which is shared by all the users. However, I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Find Custom Database Role privileges

    If it is only for tables and SPs then you can use this:

    EXEC sys.sp_helprotect

    @username = 'role_name' ;

    If you need to whole picture you'll have to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Restore Error

    I have not seen that one either. Google yielded this thread...related?

    http://www.sqlservercentral.com/Forums/Topic1125956-357-1.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Problems with ActiveX using DTS's in SQLServer2008

    What is your ActiveX script doing? Evaluate whether you're running into an issue because the DTS pkg is trying to load a 32-bit binary into a 64-bit process.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Can Policy-based Management be used to distribute Maintenance Plans?

    What do you mean by "create and distribute back-up maintenance plans"? I am interested for you to explain more about the workflow you're after, i.e. the problem you're trying to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Waiting 60 second(s) before polling for future changes.

    Whenever I have this type of question I run a trace on the server and capture everything SSMS (or whatever tool) is issuing to the server in terms of SQL...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,176 through 5,190 (of 7,164 total)