Forum Replies Created

Viewing 14 posts - 1 through 15 (of 15 total)

  • RE: An Introduction to the Service Broker

    First check if the ReceiverQueue itself has any message. If not, check the sys.transmission_queue to see if any errors are logged. One other post that I made had a user...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker Part 2

    If you get MSDN subscriptions through a media, its there.

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker Part 2

    Ok. The security was tightened in the June CTP build of SQL Server. Read my blog at: http://blogs.sqlxml.org/srinivassampath/archive/2005/06/19/3457.aspx on how to get over this issue.

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker

    First off, I apologize for not responding to this thread earlier. I did not have an account at the forum and recently created one.

    Service Broker can basically be used to...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker

    First off, I apologize for not responding to this thread earlier. I did not have an account at the forum and recently created one.

    Service Broker messages are always sent to...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker

    First off, I apologize for not responding to this thread earlier. I did not have an account at the forum and recently created one.

    Not sure if any commercial scale applications...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker

    First off, I apologize for my late response to this thread. I did not have an account with SQL Server central and have just now created one.

    Interesting question. I did...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker

    First off, I apologize for my late response to this thread. I did not have an account with SQL Server central and have just now created one.

    To answer your question,...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: An Introduction to the Service Broker Part 2

    It could be an issue with Service Broker. Execute the following query: SELECT * FROM sys.transmission_queue and see if there is any error that is logged there. If so, send...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: SQL2005: INSERT Images/Pictures FROM a FOLDER to my Table/Field with Data type Image

    There are different ways you can do this. Here is a link that tells you how to do this (note that this requires some client side code): http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316887. In...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: Get List of .NET Assemlies

    Thanks for the correction. Yes, they are system catalog views, not tables.

    HTH,

    Srinivas Sampath

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: SQl 2005 Certificates

    Certificates (along with symmetric and asymmetric keys) in SQL Server 2005 have different uses. For one, it can be used to check the identity of an user. Second, it can...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: Looking for information on SQL 2005.

    The best place to know about SQL Server 2005, its features etc are to get a book that discusses about the same. For example, the book "What new in SQL...

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

  • RE: Get List of .NET Assemlies

    All assembly information is stored in the following system tables: sys.assemblies and sys.assembly_files. You can get information about the various files uploaded, security permissions etc.

    HTH,

    Srinivas Sampath

    HTH,
    Srinivas Sampath
    Blog: http://blogs.sqlxml.org/srinivassampath

Viewing 14 posts - 1 through 15 (of 15 total)