MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Browse by Tags -

in Search

Browse by Tags

All Tags » sql server (RSS)
  • Deadlock with READPAST on join query - how this is possible?

    Under MSSQL 2000 I get a deadlock on a transaction. This victim transaction contains one single SELECT statement joining 2 tables using the READPAST hint. I thought this hint will cause the transaction not be blocked on locks. How can it happen that the transaction is part of a deadlock? The query looks...
    Posted to Forum by plauten on 07-01-2008
  • How to use single quotes in where cluase

    I want to retrieve names having single quotes. To do this i tryed as select * from hospital where name like' " ' " ' and select * from hospital where name like ''' . But I failed with these two ways . Please help me to do this
    Posted to Forum by Ramakrishna on 06-28-2008
  • Sql server Interview Questions

    Dear members, we provide a solution of bugs related to sql server along with study material and interview preparation of SQL server. click below link to get your solution http://mssqlinterview.blogspot.com/
    Posted to Forum by jmaneesh on 06-23-2008
  • How to turn off deadlock detection in MSSQL2000

    Hi, MSSQL2000 has such a feature that it detects deadlocks and kills one of the transactions which take part in the deadlock. I would like to turn off this feature (for debugging purposes), i.e. make the server not to terminate these transactions (i.e. block forever). Is there a flag/setting in the DB...
    Posted to Forum by plauten on 06-18-2008
  • diffrence in DBMS and RDBMS

    what is the diffrence in DBMS and RDBMS?
    Posted to Forum by gauravtheone on 05-04-2008
  • Re: sql server 2005 express- sea

    Well Mr. Aprato, What I was trying to tell is. I have a database (SQL SERVER 2005 database) with a single table having Seven columns. i.e. Date column, FirstNumber column, SecondNumber column.....up to FifthNumber and lastly BonusNumber. In this case I have already connect the database to a form in VISUAL...
    Posted to Forum by semngoma@yahoo.com on 01-31-2008
  • sql server 2005 express- sea

    I want to write a SQL server 2005 QUERY to return sets of numbers which meet a specified criteria and at the same time give color to the numbers which match the input numbers. I have seen this type of function in US-POWERBALL LOTTO. See this URL www Search Winning Numbers From: 1/30/2008 1/26/2008 1...
    Posted to Forum by semngoma@yahoo.com on 01-31-2008
  • Database table design for huge number of columns

    Hi I have a table (Sql server 2000) which has 14 cost columns for each record, and now due to a new requirement, I have 2 taxes which needs to be applied on two more fields called Share1 and share 2 e.g Sales tax = 10% Use Tax = 10% Share1 = 60% Share2 = 40% So Sales tax Amt (A) = Cost1 * Share1 * Sales...
    Posted to Forum by igovada on 01-24-2008
  • xSQL Software - $50,000 of free software

    $50,000 of free software from xSQL Software... xSQL Software is giving away 100 free licenses of their software...that is $50,000 worth of free software! Special thanks to the team over at xSQL Software for this generous offering. Check out xSQL Software because they have a number of valuable SQL Server...
    Posted to Forum by admin on 11-30-2007
  • Re: Profiler for SQL Server Express

    arunraj_c, Thank you for the posting. This could be a good tip. If you were interested we would be interested in seeing a comparision and contrast with the version of Profiler from Microsoft that ships with the Standard or Enterprise Edition. Let us know if you would be interested. Thank you, The MSSQLTips...
    Posted to Forum by admin on 11-28-2007
Page 1 of 1 (10 items)