Forum Replies Created

Viewing 15 posts - 91 through 105 (of 111 total)

  • RE: SQL agent question

    I do not. The question fails to specify the version and the answer requires use of an undocumented and potentially unsupported procedure.

    -- Mark D Powell --

  • RE: Convert binary SID to string

    Thanks for the update. -- Mark --

  • RE: Convert binary SID to string

    Being as I am only a part time SQL Server DBA and do not code T-SQL or any other SQL Server applications when would you need to use a function...

  • RE: ORDER BY

    Second attempt to post. Page cannot be display on first.

    On my SQL Server 2005 system I was able to run the query:

    select createdate,*

    from dbo.aspnet_membership

    order by createdate desc

    without error. ...

  • RE: SQL Server 2005 In-Place Upgrade Versions

    I agree the use of the word "only" means the statement precludes any of the other answers from being chosen at all.

    I got it right but I assumed that the...

  • RE: Name value pair (EAV) model

    Naturally I cannot remember where I read the articles I would like to reference but I did find the following:

    Academic sytle paper

    Data Extraction and Ad Hoc Query of an Entity—...

  • RE: Name value pair (EAV) model

    There is a good deal of information on the web explaining why the EV model does not scale and does not perform well under load.

    No amount of indexing will fix...

  • RE: Application Roles

    I agree with Joshua. If a non-default setting was chosen when the role was set this should have been specified either in the question on in the answer by...

  • RE: Tic Tac Toe TSQL Style

    Yes, this code does compile. Thanks.

  • RE: Tic Tac Toe TSQL Style

    Yep, nothing but syntax errors. I notice some odd single quotes at points by themselves then I have an undefined variable Mark not preceeded by an "@" symbol.

    Mark should...

  • RE: Distributed Transactions

    But according to the doc you can update Access from SQL Server. My guess why the column labeled distributed transaction is marked "no" may be because two-phase commit is...

  • RE: Distributed Transactions

    Blask it I was thinking the author messed up but Exchange Server is marked as not being able to be used in a distributed query in the SQL 2005 documentation...

  • RE: Script a Database Role

    What version of SQL Server is this for?

    Using SQL Server 2000 SP4 if I follow the execute directions I get procedure not found errors. If I change the database...

  • RE: Does renaming a server cause problems with SQL 2000 or 2005?

    The solution of runnind sp_dropserver and sp_addserver is a lot better than the solution I found at MS which was to rename the server back, drop the maintenance plan jobs,...

  • RE: Replication Merge Agent

    From the reference "The Replication Merge Agent is an executable that applies the initial snapshot held in the database tables to the Subscribers"

    That looks like the first answer to me.

    Can...

Viewing 15 posts - 91 through 105 (of 111 total)