join the MSSQLTips community

MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

 
Browse by Tags - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Browse by Tags

All Tags » mssql (RSS)
  • Assighning user right

    We need to create three user with different rights, 1).User A want full right like read .write and modify ...If user A edit some files ,,no others can't edit or make any changes in that files. 2)User A can read ,write and edit all file except user A's edited file 3) User C can only read permission...
    Posted to Forum by robins on 06-02-2009
  • Find a number between the given ranges of number / Find a row which has range of given number

    I am facing a problem in MSSQL: - I have a table in MSSQL, which has 10 rows & 5 columns. In this table I am maintaining a numeric range in 2 columns. First one has starting number & second column has end number. All rows have unique values in these 2 columns. For Ex.: - In first row the value...
    Posted to Forum by bsethi24 on 12-05-2008
  • SQL Query: 2 Columns to 3 Columns

    I have a table wherein there are two columns the first column is amount and the second column is percentage. The amount columns has values mentioned in To Column of the following table: From To Percentage 1 50000 1% 50001 100000 2% 100001 150000 3% 150001 200000 4% 200001...
    Posted to Forum by haroonattari on 12-02-2008
  • Microsoft SQL Server Compact 3.5

    We are facing problem while inserting the new record in MS SQL Server Compact 3.5. The record is not getting inserted. My setup is: (a) Visual Studio 2008. (b) SP1 (c) SQL Server Compact 3.5 (d) Windows Mobile 6 SDK Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable...
    Posted to Forum by umesh on 11-07-2008
  • Re: is it any way to avoid Rollbacking of inner transactions??

    Yes.but My Question is - "is there anyway to avoid Rollbacking of inner transactions alone??"
    Posted to Forum by srinivasanrr_wiz on 08-08-2008
  • Adding Alias name will improve the performances Or not?

    Hi, Do anyone can confirm me, i am little bit confused whether using alias name will improve the performances Or not? In my point of view, it won't do. Because i observed one thing by the CPU time & elapsed time is less, when i did not use alias name in my query. If it's not Helping to improve...
    Posted to Forum by srinivasanrr_wiz on 07-18-2008
  • 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
  • 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
Page 1 of 1 (9 items)