Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,048 total)

  • RE: Database Architect..Need help

    Arman Khan (3/31/2011)


    There are no such a document... Just they told me the way application will work..

    Then you must create them. To start writing (i.e. hacking) code and designing databases...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Database Architect..Need help

    ??

    A requirements document and a functional specification would be my first step.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: assembly fails verification

    It appears the other assembly reference the other assembly version 2.0 We don't don;t know if it is specifically needing that version (probably referring to .NET 2.0) or it...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: assembly fails verification

    read this: http://support.microsoft.com/kb/302340

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: assembly fails verification

    did you sign the assembly? Does the assembly really need to be unsafe? You will probably have to set the database as trustworthy if so.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: How do I keep SQL users and passwords in sync in a log shipping configuration?

    What I do is script out the logins and agent jobs (which can also change BTW) daily and they get shipped to the standby servers along with the backups and...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: App keeping SPIDs open till Closed

    I don't see where that is an issue in and of itself. One of the reasons connection pooling was invented was to fix the resource intensive philosophy of making and...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: SQL-CLR stored procedure - is it the best solution for me?

    Can you post your CLR code? from the error messages it sort of looks like it is trying to connect to a database server. That would not work unless the...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Assign values: SET or SELECT

    Set is lower overhead and faster for simple variable assignments and computations. The select statement is of course capable of an extensive array of set based operations.

    For all the...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Agent Account Versus Linked Server Account permissions

    You can configure the linked server to use several different security methodologies depending upon what you need.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Agent Account Versus Linked Server Account permissions

    what errors are you getting?

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: T-SQl CASE

    what is in the dbo.[A] table? does it have any rows in it?

    Try eliminating the "from dbo.[A]...." and see what happens. but I am thinking what you need is...

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: Performance of LIKE with leading wildcard

    Full text indexes may be a better approach than trying to do leading wild card searches on a very large table.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: sql question

    It can't be done.

    The probability of survival is inversely proportional to the angle of arrival.

  • RE: What are you "must have "CLR" procs

    Two that I use alot around here:

    convert a string based IP address into a 64 bit integer.

    encryption & decryption & key management functions.

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 15 posts - 601 through 615 (of 1,048 total)